From 2ff96df0d3d0ccb5c8528e63c8f22de963a2cb5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 08:04:14 +0000 Subject: [PATCH] build(deps-dev): bump @sanity/client from 6.1.2 to 6.1.3 Bumps [@sanity/client](https://github.com/sanity-io/client) from 6.1.2 to 6.1.3. - [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.2...v6.1.3) --- updated-dependencies: - dependency-name: "@sanity/client" dependency-type: direct:development update-type: version-update:semver-patch ... 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 d8d5de1..675852a 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "postpublish": "yarn clean" }, "devDependencies": { - "@sanity/client": "^6.1.2", + "@sanity/client": "^6.1.3", "@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.2", + "@sanity/client": "^6.1.3", "next-auth": "^4.22.1" }, "bugs": { diff --git a/yarn.lock b/yarn.lock index 7aa4eff..20441eb 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.1.2": - version "6.1.2" - resolved "https://registry.yarnpkg.com/@sanity/client/-/client-6.1.2.tgz#03a032c3b1c98c35efa94db6acd478ae2a71a46c" - integrity sha512-8/NRBmyzJaT8ZNZxj3UmOAhvqKxDtXWysogsa4rn+o/Z+zS7upkToh1wSdvoFLcv9uHSYF6JGeycigjwO1Zpnw== +"@sanity/client@^6.1.3": + version "6.1.3" + resolved "https://registry.yarnpkg.com/@sanity/client/-/client-6.1.3.tgz#94b87b1de78b041fb85cc489fefc03304c353e3b" + integrity sha512-asO/AvN+/D1Ljd6UNPWlo/toeO6SmZdsxyl+fJdLfI9by4svp/K3hD4Qy2DXXmwOfGYqGSH7etv2lnRhu+C5YA== dependencies: "@sanity/eventsource" "^5.0.0" get-it "^8.1.0"