From 9c60c81ad541c4aa068ff005571ca171cc0027b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 08:04:42 +0000 Subject: [PATCH] build(deps-dev): bump @sanity/client from 6.1.7 to 6.4.0 Bumps [@sanity/client](https://github.com/sanity-io/client) from 6.1.7 to 6.4.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.4.0) --- updated-dependencies: - dependency-name: "@sanity/client" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- yarn.lock | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 015dc82..4a171ef 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "postpublish": "yarn clean" }, "devDependencies": { - "@sanity/client": "^6.1.7", + "@sanity/client": "^6.4.0", "@types/lru-cache": "^5.1.0", "@types/node": "^14.14.41", "next-auth": "^4.22.1", @@ -52,7 +52,7 @@ "groq": "^2.2.6" }, "peerDependencies": { - "@sanity/client": "^6.1.7", + "@sanity/client": "^6.4.0", "next-auth": "^4.22.1" }, "bugs": { diff --git a/yarn.lock b/yarn.lock index 9072b9f..eae5e14 100644 --- a/yarn.lock +++ b/yarn.lock @@ -34,13 +34,13 @@ resolved "https://registry.yarnpkg.com/@phc/format/-/format-1.0.0.tgz#b5627003b3216dc4362125b13f48a4daa76680e4" integrity sha512-m7X9U6BG2+J+R1lSOdCiITLLrxm+cWlNI3HUFA92oLO77ObGNzaKdh8pMLqdZcshtkKuV84olNNXDfMc4FezBQ== -"@sanity/client@^6.1.7": - version "6.1.7" - resolved "https://registry.yarnpkg.com/@sanity/client/-/client-6.1.7.tgz#15e6e61ddfbf3fabb4b9f8e60c03092839317ee4" - integrity sha512-crleZDBic3VpmBhIuiVZNkJMxAWE/fj5v+hHBXt+2psW1CJrvBdTLX14f4cqC40W1YDDE4ZGrDkYuph6Y6/YzQ== +"@sanity/client@^6.4.0": + version "6.4.0" + resolved "https://registry.yarnpkg.com/@sanity/client/-/client-6.4.0.tgz#35a7c9324f01454cd2c909a4a1a9cbea0289cba0" + integrity sha512-nmu9/gtKPruR6CROvKAqvK/vYfEMMi/La8k/w/leQpRtKySivOIsWX+BT7S5xvK+9wBn0Q8dj9L64no3SEa5vg== dependencies: "@sanity/eventsource" "^5.0.0" - get-it "^8.1.0" + get-it "^8.3.0" rxjs "^7.0.0" "@sanity/eventsource@^5.0.0": @@ -247,10 +247,10 @@ gauge@^3.0.0: strip-ansi "^6.0.1" wide-align "^1.1.2" -get-it@^8.1.0: - version "8.1.3" - resolved "https://registry.yarnpkg.com/get-it/-/get-it-8.1.3.tgz#9991e5232c8525a93af0ee596d00224ddb475ca0" - integrity sha512-cbyYSla0qAQrwirBNHM4CERo8H32eUWNxhsby4AcKiRW3jIwMPDhgLnR0Ok/UmZO68vsccjRCFbZFEeB3BXvLg== +get-it@^8.3.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"