From 7201338016f55d08c13afcacdb8f42e26e15293b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 07:47:53 +0000 Subject: [PATCH] build(deps-dev): bump @sanity/client from 6.4.8 to 6.5.0 Bumps [@sanity/client](https://github.com/sanity-io/client) from 6.4.8 to 6.5.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.4.8...v6.5.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 | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f4c85c1..d0f83b4 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "postpublish": "yarn clean" }, "devDependencies": { - "@sanity/client": "^6.4.8", + "@sanity/client": "^6.5.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.4.8", + "@sanity/client": "^6.5.0", "next-auth": "^4.22.1" }, "bugs": { diff --git a/yarn.lock b/yarn.lock index 2c27ebb..7682293 100644 --- a/yarn.lock +++ b/yarn.lock @@ -34,10 +34,10 @@ resolved "https://registry.yarnpkg.com/@phc/format/-/format-1.0.0.tgz#b5627003b3216dc4362125b13f48a4daa76680e4" integrity sha512-m7X9U6BG2+J+R1lSOdCiITLLrxm+cWlNI3HUFA92oLO77ObGNzaKdh8pMLqdZcshtkKuV84olNNXDfMc4FezBQ== -"@sanity/client@^6.4.8": - version "6.4.8" - resolved "https://registry.yarnpkg.com/@sanity/client/-/client-6.4.8.tgz#f64c80d764fa20b25f9504bcaacf5e4a128410e5" - integrity sha512-uaxBiPszd3nNgAsk6jFM1s2VRJk77dm0pZ6G1j7I15NtKmYF6MgwMFCMLIpVj7w3A29UKytfuM01QnKYbK2FlQ== +"@sanity/client@^6.5.0": + version "6.5.0" + resolved "https://registry.yarnpkg.com/@sanity/client/-/client-6.5.0.tgz#0d353623dc82c9ac40f33079f8b25aeddc0a1f52" + integrity sha512-Lvrqm0L0mSc/KixLEYjFl44LTCCUn/BaGQYh1rXO9mVo78sXfySG7Qja3ek8bJHZ6zqhyvwg+Ejb8xMZ3FsopQ== dependencies: "@sanity/eventsource" "^5.0.0" get-it "^8.4.3"