From 7568ae451262a6fea4b842bb0f0adf7ff271ba0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 09:50:32 -0700 Subject: [PATCH] build(deps-dev): bump @sanity/client from 5.4.0 to 5.4.2 (#27) Bumps [@sanity/client](https://github.com/sanity-io/client) from 5.4.0 to 5.4.2. - [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/v5.4.0...v5.4.2) --- updated-dependencies: - dependency-name: "@sanity/client" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index fb06ac7..a1ccba7 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "postpublish": "yarn clean" }, "devDependencies": { - "@sanity/client": "^5.4.0", + "@sanity/client": "^5.4.2", "@types/lru-cache": "^5.1.0", "@types/node": "^14.14.41", "next-auth": "^4.21.1", @@ -51,7 +51,7 @@ "groq": "^2.2.6" }, "peerDependencies": { - "@sanity/client": "^5.4.0", + "@sanity/client": "^5.4.2", "next-auth": "^4.21.1" }, "bugs": { diff --git a/yarn.lock b/yarn.lock index 8f98eb8..95a89dd 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@^5.4.0": - version "5.4.0" - resolved "https://registry.yarnpkg.com/@sanity/client/-/client-5.4.0.tgz#db916fee7b77abfe761be535d49e309f41057524" - integrity sha512-9O0zzBOcoji937610qjgDh3/5DCKGZ1w1Tsjnunq+EEdLvl0FBXiBA77an6gZ7CuqUhsjDmSi+Xn7ax28RAsvw== +"@sanity/client@^5.4.2": + version "5.4.2" + resolved "https://registry.yarnpkg.com/@sanity/client/-/client-5.4.2.tgz#253b11d76a058de1fe6ec4f191d5872c7825fa80" + integrity sha512-M/ebzTGwYq+NDGMfBWxKtwtmCRJbBvXxAIQXu/J0vxnr8mXKw8gBQ7GaG0tI4WJ54w5sI6pnrD6mPiKdRHVNYw== dependencies: "@sanity/eventsource" "5" get-it "^8.1"