From 279c75dac87ac2d4ddc4a121d561ddd2a7fa5bb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 06:15:56 +0000 Subject: [PATCH] build(deps): bump @sanity/client from 7.16.0 to 7.20.0 Bumps [@sanity/client](https://github.com/sanity-io/client) from 7.16.0 to 7.20.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/v7.16.0...v7.20.0) --- updated-dependencies: - dependency-name: "@sanity/client" dependency-version: 7.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b5eb878..3c54179 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "author": "Theodor Tonum ", "license": "MIT", "dependencies": { - "@sanity/client": "^7.16.0" + "@sanity/client": "^7.20.0" } } diff --git a/yarn.lock b/yarn.lock index 22ba8f0..1433755 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@sanity/client@^7.16.0": - version "7.16.0" - resolved "https://registry.yarnpkg.com/@sanity/client/-/client-7.16.0.tgz#94b89d2cceeba6f30f670d142a9223ff08769fed" - integrity sha512-6kesQ1iPzcuQM9oLEx6UVRaSjffssp2RnFOVE3MHOAEeq2T3AOtTU5BpZf2jzB+FDBfOYTyKUdzVsmRUZbCfAw== +"@sanity/client@^7.20.0": + version "7.20.0" + resolved "https://registry.yarnpkg.com/@sanity/client/-/client-7.20.0.tgz#ec10836112336e6469d191149f184b84a1f44a0c" + integrity sha512-uKwfqA+UfyWH6QzqpDD2DQnZu+WRa2iCM3OJ9AoyDZB9oHLl2NKI+9mX1xEZ7PiBuq09pogI7sxKaTKnaB6d+g== dependencies: "@sanity/eventsource" "^5.0.2" get-it "^8.7.0"