Skip to content

Commit

Permalink
build(deps-dev): bump @sanity/client from 6.1.7 to 6.4.6
Browse files Browse the repository at this point in the history
Bumps [@sanity/client](https://github.com/sanity-io/client) from 6.1.7 to 6.4.6.
- [Release notes](https://github.com/sanity-io/client/releases)
- [Changelog](https://github.com/sanity-io/client/blob/main/CHANGELOG.md)
- [Commits](sanity-io/client@v6.1.7...v6.4.6)

---
updated-dependencies:
- dependency-name: "@sanity/client"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent f69e137 commit 44efdd5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"postpublish": "yarn clean"
},
"devDependencies": {
"@sanity/client": "^6.1.7",
"@sanity/client": "^6.4.6",
"@types/lru-cache": "^5.1.0",
"@types/node": "^14.14.41",
"next-auth": "^4.22.1",
Expand All @@ -52,7 +52,7 @@
"groq": "^2.2.6"
},
"peerDependencies": {
"@sanity/client": "^6.1.7",
"@sanity/client": "^6.4.6",
"next-auth": "^4.22.1"
},
"bugs": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
resolved "https://registry.yarnpkg.com/@phc/format/-/format-1.0.0.tgz#b5627003b3216dc4362125b13f48a4daa76680e4"
integrity sha512-m7X9U6BG2+J+R1lSOdCiITLLrxm+cWlNI3HUFA92oLO77ObGNzaKdh8pMLqdZcshtkKuV84olNNXDfMc4FezBQ==

"@sanity/client@^6.1.7":
version "6.1.7"
resolved "https://registry.yarnpkg.com/@sanity/client/-/client-6.1.7.tgz#15e6e61ddfbf3fabb4b9f8e60c03092839317ee4"
integrity sha512-crleZDBic3VpmBhIuiVZNkJMxAWE/fj5v+hHBXt+2psW1CJrvBdTLX14f4cqC40W1YDDE4ZGrDkYuph6Y6/YzQ==
"@sanity/client@^6.4.6":
version "6.4.6"
resolved "https://registry.yarnpkg.com/@sanity/client/-/client-6.4.6.tgz#719e81c965f97f29d22604b2ac4ef0a7b012cb93"
integrity sha512-MtSYgmDkYyQSosO2GTtlYa0xl9K5fpQvTA1dcgk2XxIqweZEHVi4iDdsEA3JvyoEaURUtQkng8MdYcMzWxPAUg==
dependencies:
"@sanity/eventsource" "^5.0.0"
get-it "^8.1.0"
get-it "^8.4.2"
rxjs "^7.0.0"

"@sanity/eventsource@^5.0.0":
Expand Down Expand Up @@ -247,10 +247,10 @@ gauge@^3.0.0:
strip-ansi "^6.0.1"
wide-align "^1.1.2"

get-it@^8.1.0:
version "8.1.3"
resolved "https://registry.yarnpkg.com/get-it/-/get-it-8.1.3.tgz#9991e5232c8525a93af0ee596d00224ddb475ca0"
integrity sha512-cbyYSla0qAQrwirBNHM4CERo8H32eUWNxhsby4AcKiRW3jIwMPDhgLnR0Ok/UmZO68vsccjRCFbZFEeB3BXvLg==
get-it@^8.4.2:
version "8.4.2"
resolved "https://registry.yarnpkg.com/get-it/-/get-it-8.4.2.tgz#dd247bd855aa7f8583a586fe0b81bc324995e943"
integrity sha512-xseDj1loKLcPYKhdlP2k7ZYDE03jTrHgRNt0AURtALOu+8pREmBn+UxZ4JbsxpQ8AvupgmpYuuTa3cS1mtuy2w==
dependencies:
debug "^4.3.4"
decompress-response "^7.0.0"
Expand Down

0 comments on commit 44efdd5

Please sign in to comment.