Skip to content

Commit d2f6ede

Browse files
committed
chore: upgrade ipx in deps
1 parent 9f53d28 commit d2f6ede

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"vue-jest": "latest"
7272
},
7373
"optionalDependencies": {
74-
"ipx": "^0.9.6"
74+
"ipx": "^0.9.7"
7575
},
7676
"publishConfig": {
7777
"access": "public"

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6919,10 +6919,10 @@ ip@^1.1.5:
69196919
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.8.tgz#ae05948f6b075435ed3307acce04629da8cdbf48"
69206920
integrity sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==
69216921

6922-
ipx@^0.9.6:
6923-
version "0.9.6"
6924-
resolved "https://registry.yarnpkg.com/ipx/-/ipx-0.9.6.tgz#913c2e9b1afd05641c63764cd539400df8a90c4b"
6925-
integrity sha512-5kYXVs45/eG2aSqWMgG238DNi5DJPm2tZC4pXSMA7dDAX8K3H0Nx9+HNLrrhN4zi5FVS9o5yH0Z7LCf12yt2LQ==
6922+
ipx@^0.9.7:
6923+
version "0.9.7"
6924+
resolved "https://registry.yarnpkg.com/ipx/-/ipx-0.9.7.tgz#5b425af86c7a367a2bf82b0a5087d073a9ab32ab"
6925+
integrity sha512-qnSJuzWrmJAg0mTfo5xy6YXA63VAWvzT7ZSXWW4ZWlN4T3+k3zU6ygn1YtBw0Qo1n5abdJak1tH/0Mgb9urFWA==
69266926
dependencies:
69276927
consola "^2.15.3"
69286928
defu "^6.0.0"
@@ -6932,7 +6932,7 @@ ipx@^0.9.6:
69326932
listhen "^0.2.13"
69336933
ohmyfetch "^0.4.18"
69346934
pathe "^0.3.0"
6935-
sharp "^0.30.6"
6935+
sharp "^0.30.7"
69366936
ufo "^0.8.4"
69376937
xss "^1.0.13"
69386938

@@ -10044,7 +10044,7 @@ postcss@7.x.x, postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17,
1004410044
picocolors "^0.2.1"
1004510045
source-map "^0.6.1"
1004610046

10047-
prebuild-install@^7.1.0:
10047+
prebuild-install@^7.1.1:
1004810048
version "7.1.1"
1004910049
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-7.1.1.tgz#de97d5b34a70a0c81334fd24641f2a1702352e45"
1005010050
integrity sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==
@@ -10954,15 +10954,15 @@ sha.js@^2.4.0, sha.js@^2.4.8:
1095410954
inherits "^2.0.1"
1095510955
safe-buffer "^5.0.1"
1095610956

10957-
sharp@^0.30.6:
10958-
version "0.30.6"
10959-
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.30.6.tgz#02264e9826b5f1577509f70bb627716099778873"
10960-
integrity sha512-lSdVxFxcndzcXggDrak6ozdGJgmIgES9YVZWtAFrwi+a/H5vModaf51TghBtMPw+71sLxUsTy2j+aB7qLIODQg==
10957+
sharp@^0.30.7:
10958+
version "0.30.7"
10959+
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.30.7.tgz#7862bda98804fdd1f0d5659c85e3324b90d94c7c"
10960+
integrity sha512-G+MY2YW33jgflKPTXXptVO28HvNOo9G3j0MybYAHeEmby+QuD2U98dT6ueht9cv/XDqZspSpIhoSW+BAKJ7Hig==
1096110961
dependencies:
1096210962
color "^4.2.3"
1096310963
detect-libc "^2.0.1"
1096410964
node-addon-api "^5.0.0"
10965-
prebuild-install "^7.1.0"
10965+
prebuild-install "^7.1.1"
1096610966
semver "^7.3.7"
1096710967
simple-get "^4.0.1"
1096810968
tar-fs "^2.1.1"

0 commit comments

Comments
 (0)