Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit a866dcb

Browse files
committed
2 parents 18032cd + 67ddc9d commit a866dcb

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"postpublish": "yarn clean"
4040
},
4141
"devDependencies": {
42-
"@sanity/client": "^5.3.2",
42+
"@sanity/client": "^5.4.0",
4343
"@types/lru-cache": "^5.1.0",
4444
"@types/node": "^14.14.41",
4545
"next-auth": "^4.20.1",
@@ -51,7 +51,7 @@
5151
"groq": "^2.2.6"
5252
},
5353
"peerDependencies": {
54-
"@sanity/client": "^5.3.2",
54+
"@sanity/client": "^5.4.0",
5555
"next-auth": "^4.20.1"
5656
},
5757
"bugs": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
resolved "https://registry.yarnpkg.com/@phc/format/-/format-1.0.0.tgz#b5627003b3216dc4362125b13f48a4daa76680e4"
3535
integrity sha512-m7X9U6BG2+J+R1lSOdCiITLLrxm+cWlNI3HUFA92oLO77ObGNzaKdh8pMLqdZcshtkKuV84olNNXDfMc4FezBQ==
3636

37-
"@sanity/client@^5.3.2":
38-
version "5.3.2"
39-
resolved "https://registry.yarnpkg.com/@sanity/client/-/client-5.3.2.tgz#2e85fec50bfa6f6e63646e6fe3c7309524da9afd"
40-
integrity sha512-6FqAyoXJmzJMU9i6LRIqBRUs5c08zaYksy4bNdqGP+ixBW6peebGKs4sgR1vtUIIT1YapPmEWELAEqqiIlnzfA==
37+
"@sanity/client@^5.4.0":
38+
version "5.4.0"
39+
resolved "https://registry.yarnpkg.com/@sanity/client/-/client-5.4.0.tgz#db916fee7b77abfe761be535d49e309f41057524"
40+
integrity sha512-9O0zzBOcoji937610qjgDh3/5DCKGZ1w1Tsjnunq+EEdLvl0FBXiBA77an6gZ7CuqUhsjDmSi+Xn7ax28RAsvw==
4141
dependencies:
4242
"@sanity/eventsource" "5"
43-
get-it "8"
43+
get-it "^8.1"
4444
rxjs "7"
4545

4646
"@sanity/eventsource@5":
@@ -247,10 +247,10 @@ gauge@^3.0.0:
247247
strip-ansi "^6.0.1"
248248
wide-align "^1.1.2"
249249

250-
get-it@8:
251-
version "8.1.0"
252-
resolved "https://registry.yarnpkg.com/get-it/-/get-it-8.1.0.tgz#c3c3ae91bfceba7dcccffec09d933fd571515102"
253-
integrity sha512-YKf4CbR0VQhRvAlTG7KdOhvEaKzArRmPliq3qV9iB2vOaGbp4hNUGrBhRG/IBT7LgNaNEuGIj5S+TPixxf6afw==
250+
get-it@^8.1:
251+
version "8.1.1"
252+
resolved "https://registry.yarnpkg.com/get-it/-/get-it-8.1.1.tgz#6522df2b0726a0596d8087f23063ec7f5e35ea1c"
253+
integrity sha512-83P2+3V/3E+KSdlHnGlOr4vCrlV8wDsT580AyJkMtkK/8LtZc0TOCI9bjQXH1sgYnmQTzCoPoPaOAE+a8JZqLQ==
254254
dependencies:
255255
debug "^4.3.4"
256256
decompress-response "^7.0.0"

0 commit comments

Comments
 (0)