From 352e610e124efeda66a305ded321df9651b8bd87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 13:08:59 -0700 Subject: [PATCH] build(deps-dev): bump @sanity/client from 5.2.2 to 5.3.0 (#20) Bumps [@sanity/client](https://github.com/sanity-io/client) from 5.2.2 to 5.3.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/v5.2.2...v5.3.0) --- updated-dependencies: - dependency-name: "@sanity/client" dependency-type: direct:development update-type: version-update:semver-minor ... 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 1f46bdf..e3ae0b2 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "postpublish": "yarn clean" }, "devDependencies": { - "@sanity/client": "^5.2.2", + "@sanity/client": "^5.3.0", "@types/lru-cache": "^5.1.0", "@types/node": "^14.14.41", "next-auth": "^4.20.1", @@ -51,7 +51,7 @@ "groq": "^2.2.6" }, "peerDependencies": { - "@sanity/client": "^5.2.2", + "@sanity/client": "^5.3.0", "next-auth": "^4.20.1" }, "bugs": { diff --git a/yarn.lock b/yarn.lock index 00fd9ac..9b0b97a 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.2.2": - version "5.2.2" - resolved "https://registry.yarnpkg.com/@sanity/client/-/client-5.2.2.tgz#f453cb88f874e8892d3e0bccbdcdb5d994f0d169" - integrity sha512-AhOLSIZI0IO6/vDYYQekhAokqiAmDW2bVvNx3xW8T2hpJLRKHsw98Y+iOcX4dnH6y1Y7IO6upgb76D35xa2Szg== +"@sanity/client@^5.3.0": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@sanity/client/-/client-5.3.0.tgz#10a3ec770c5c17acf19c18c0f5354a1b7ab869af" + integrity sha512-GUu33gDy5Lx9FNyRGeRNrn2ZYNNthn3Qj2y4GPtb3MkdUtdWHKXmCi3S7nqusTshwS0Uz/w+wX9/h5Nbq9iofg== dependencies: "@sanity/eventsource" "^4" get-it "^8"