Skip to content

Commit

Permalink
fix(deps): update dependency get-it to ^8.4.4 (#5071)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and skogsmaskin committed Oct 31, 2023
1 parent 2661e6a commit 4371f9e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/@sanity/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"chalk": "^4.1.2",
"esbuild": "^0.19.0",
"esbuild-register": "^3.4.1",
"get-it": "^8.4.3",
"get-it": "^8.4.4",
"golden-fleece": "^1.0.9",
"pkg-dir": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"archiver": "^5.0.0",
"debug": "^3.2.7",
"get-it": "^8.4.3",
"get-it": "^8.4.4",
"lodash": "^4.17.21",
"mississippi": "^4.0.0",
"p-queue": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/import-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@sanity/client": "^6.7.0",
"@sanity/import": "3.18.1",
"get-it": "^8.4.3",
"get-it": "^8.4.4",
"meow": "^9.0.0",
"ora": "^5.4.1",
"pretty-ms": "^7.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@sanity/uuid": "^3.0.1",
"debug": "^3.2.7",
"file-url": "^2.0.2",
"get-it": "^8.4.3",
"get-it": "^8.4.4",
"get-uri": "^2.0.2",
"globby": "^10.0.0",
"gunzip-maybe": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"execa": "^2.0.0",
"exif-component": "^1.0.1",
"framer-motion": "^10.0.0",
"get-it": "^8.4.3",
"get-it": "^8.4.4",
"get-random-values-esm": "^1.0.0",
"groq-js": "^1.1.12",
"hashlru": "^2.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9927,10 +9927,10 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@
has-proto "^1.0.1"
has-symbols "^1.0.3"

get-it@^8.0.9, get-it@^8.4.3:
version "8.4.3"
resolved "https://registry.yarnpkg.com/get-it/-/get-it-8.4.3.tgz#f5d05fb95644c5414afa6f5dfd3a927820472f7f"
integrity sha512-H9YbPCN3QCbxtojv42fvmrkIYe434qKg1nKpMMtBqwL8U3XprnHMgDbQwMJIxSIFOPpajQPf0BxhjsHoFI0cEQ==
get-it@^8.0.9, get-it@^8.4.3, get-it@^8.4.4:
version "8.4.4"
resolved "https://registry.yarnpkg.com/get-it/-/get-it-8.4.4.tgz#8c1c4b16f6f2da4120c00fffa66c5afe2d454e23"
integrity sha512-Pu3pnJfnYuLEhwJgMlFqk19ugvtazzTxh7rg8wATaBL4c5Fy4ahM5B+bGdluiNSNYYK89F5vSa+N3sTa/qqtlg==
dependencies:
debug "^4.3.4"
decompress-response "^7.0.0"
Expand Down

0 comments on commit 4371f9e

Please sign in to comment.