From 3673dc89e30ac535d2e7eeed76a34b16f46a3f84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 04:15:23 +0000 Subject: [PATCH] Bump @sanity/client from 6.1.7 to 6.2.0 Bumps [@sanity/client](https://github.com/sanity-io/client) from 6.1.7 to 6.2.0. - [Release notes](https://github.com/sanity-io/client/releases) - [Changelog](https://github.com/sanity-io/client/blob/main/CHANGELOG.md) - [Commits](https://github.com/sanity-io/client/compare/v6.1.7...v6.2.0) --- updated-dependencies: - dependency-name: "@sanity/client" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/yarn.lock b/yarn.lock index 4f444250e2e..b2b61697c03 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2985,12 +2985,12 @@ pkg-dir "^5.0.0" "@sanity/client@^6.1.2", "@sanity/client@^6.1.5": - version "6.1.7" - resolved "https://registry.npmjs.org/@sanity/client/-/client-6.1.7.tgz" - integrity sha512-crleZDBic3VpmBhIuiVZNkJMxAWE/fj5v+hHBXt+2psW1CJrvBdTLX14f4cqC40W1YDDE4ZGrDkYuph6Y6/YzQ== + version "6.2.0" + resolved "https://registry.yarnpkg.com/@sanity/client/-/client-6.2.0.tgz#5d2c1f0282b6d2ae5c11fd007c0ba91d58512587" + integrity sha512-tgU2p+KlhzXDZ2UNLFUuUNNMmdLfKM8YKuH8VlAE1X615f+UKhbCI2c16ijrHPReM80gpuTYbNrjRqtocY7MOg== dependencies: "@sanity/eventsource" "^5.0.0" - get-it "^8.1.0" + get-it "^8.2.0" rxjs "^7.0.0" "@sanity/color@^2.1.20", "@sanity/color@^2.2.5": @@ -8444,10 +8444,10 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@ has-proto "^1.0.1" has-symbols "^1.0.3" -get-it@^8.0.9, get-it@^8.1.0: - version "8.3.0" - resolved "https://registry.npmjs.org/get-it/-/get-it-8.3.0.tgz" - integrity sha512-R8rM45CWEI1shdTegGCs/9yy/z6DgwS5XMVIVZtSVpu0XABxPp3PA3TCl6mzVQOcHecbqD+VUFg1poAtBtO19A== +get-it@^8.0.9, get-it@^8.2.0: + version "8.3.1" + resolved "https://registry.yarnpkg.com/get-it/-/get-it-8.3.1.tgz#bb92c6740a1260275ad13b31a543755b38a8b5c9" + integrity sha512-fi5wQakZVHWRy3zP0env52PHXP9Zl/p8Q2Ow8z9SmwpYgfCaA90hCSW2twC5/cpV5M1wB6tSmLqldVMP1tS1qw== dependencies: debug "^4.3.4" decompress-response "^7.0.0"