From 57d0f400c125d1311289dc359ea6cb8871b90c3d Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sun, 18 Dec 2022 11:07:19 +0000 Subject: [PATCH] chore(deps): update all dependencies --- go.mod | 2 +- go.sum | 2 ++ website/package.json | 2 +- website/yarn.lock | 8 ++++---- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 2568be1d..34b8152d 100644 --- a/go.mod +++ b/go.mod @@ -119,5 +119,5 @@ require ( replace ( cuelang.org/go => github.com/dagger/cue v0.4.1-rc.1.0.20220121023213-66df011a52c2 - github.com/docker/docker => github.com/docker/docker v20.10.21+incompatible + github.com/docker/docker => github.com/docker/docker v20.10.22+incompatible ) diff --git a/go.sum b/go.sum index fdaa1433..39ddcd00 100644 --- a/go.sum +++ b/go.sum @@ -537,6 +537,8 @@ github.com/docker/docker v20.10.7+incompatible h1:Z6O9Nhsjv+ayUEeI1IojKbYcsGdgYS github.com/docker/docker v20.10.7+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker v20.10.21+incompatible h1:UTLdBmHk3bEY+w8qeO5KttOhy6OmXWsl/FEet9Uswog= github.com/docker/docker v20.10.21+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= +github.com/docker/docker v20.10.22+incompatible h1:6jX4yB+NtcbldT90k7vBSaWJDB3i+zkVJT9BEK8kQkk= +github.com/docker/docker v20.10.22+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker-credential-helpers v0.6.3/go.mod h1:WRaJzqw3CTB9bk10avuGsjVBZsD05qeibJ1/TYlvc0Y= github.com/docker/docker-credential-helpers v0.6.4/go.mod h1:ofX3UI0Gz1TteYBjtgs07O36Pyasyp66D2uKT7H8W1c= github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c/go.mod h1:CADgU4DSXK5QUlFslkQu2yW2TKzFZcXq/leZfM0UH5Q= diff --git a/website/package.json b/website/package.json index 6b9eb30d..a8b61ec6 100644 --- a/website/package.json +++ b/website/package.json @@ -31,7 +31,7 @@ "react-dom": "18.2.0", "react-social-login-buttons": "3.6.1", "remark-code-import": "1.1.1", - "sass": "1.56.2", + "sass": "1.57.0", "url-loader": "4.1.1" }, "browserslist": { diff --git a/website/yarn.lock b/website/yarn.lock index 8eeb4fef..3db27d17 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -8883,10 +8883,10 @@ sass-loader@^10.1.1: schema-utils "^3.0.0" semver "^7.3.2" -sass@1.56.2: - version "1.56.2" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.56.2.tgz#9433b345ab3872996c82a53a58c014fd244fd095" - integrity sha512-ciEJhnyCRwzlBCB+h5cCPM6ie/6f8HrhZMQOf5vlU60Y1bI1rx5Zb0vlDZvaycHsg/MqFfF1Eq2eokAa32iw8w== +sass@1.57.0: + version "1.57.0" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.57.0.tgz#64c4144ed4e1c0ccb96dc18aef2c424cdbc0c12b" + integrity sha512-IZNEJDTK1cF5B1cGA593TPAV/1S0ysUDxq9XHjX/+SMy0QfUny+nfUsq5ZP7wWSl4eEf7wDJcEZ8ABYFmh3m/w== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"