Skip to content

Commit 3e89682

Browse files
fix(deps): update dependency ip-address to v10
1 parent 4115c39 commit 3e89682

File tree

2 files changed

+6
-19
lines changed

2 files changed

+6
-19
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"http-proxy-agent": "^7.0.2",
3434
"https-proxy-agent": "^7.0.5",
35-
"ip-address": "^9.0.5",
35+
"ip-address": "^10.0.0",
3636
"make-fetch-happen": "^13.0.1",
3737
"murmurhash3js": "^3.0.1",
3838
"proxy-from-env": "^1.1.0",
@@ -87,7 +87,7 @@
8787
"ansi-regex": "^5.0.1",
8888
"debug": "^4.0.0",
8989
"braces": "^3.0.3",
90-
"ip-address": "^9.0.5",
90+
"ip-address": "^10.0.0",
9191
"json-schema": "^0.4.0",
9292
"json5": "^2.0.0",
9393
"qs": "^6.5.3",

yarn.lock

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2845,13 +2845,10 @@ internal-slot@^1.0.5:
28452845
hasown "^2.0.0"
28462846
side-channel "^1.0.4"
28472847

2848-
ip-address@^9.0.5:
2849-
version "9.0.5"
2850-
resolved "https://registry.yarnpkg.com/ip-address/-/ip-address-9.0.5.tgz#117a960819b08780c3bd1f14ef3c1cc1d3f3ea5a"
2851-
integrity sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==
2852-
dependencies:
2853-
jsbn "1.1.0"
2854-
sprintf-js "^1.1.3"
2848+
ip-address@^10.0.0:
2849+
version "10.0.1"
2850+
resolved "https://registry.yarnpkg.com/ip-address/-/ip-address-10.0.1.tgz#a8180b783ce7788777d796286d61bce4276818ed"
2851+
integrity sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA==
28552852

28562853
ip@^2.0.0:
28572854
version "2.0.1"
@@ -3229,11 +3226,6 @@ js-yaml@^4.1.0:
32293226
dependencies:
32303227
argparse "^2.0.1"
32313228

3232-
3233-
version "1.1.0"
3234-
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-1.1.0.tgz#b01307cb29b618a1ed26ec79e911f803c4da0040"
3235-
integrity sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==
3236-
32373229
jsbn@~0.1.0:
32383230
version "0.1.1"
32393231
resolved "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz"
@@ -4677,11 +4669,6 @@ spdx-license-ids@^3.0.0:
46774669
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.16.tgz#a14f64e0954f6e25cc6587bd4f392522db0d998f"
46784670
integrity sha512-eWN+LnM3GR6gPu35WxNgbGl8rmY1AEmoMDvL/QD6zYmPWgywxWqJWNdLGT+ke8dKNWrcYgYjPpG5gbTfghP8rw==
46794671

4680-
sprintf-js@^1.1.3:
4681-
version "1.1.3"
4682-
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.3.tgz#4914b903a2f8b685d17fdf78a70e917e872e444a"
4683-
integrity sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==
4684-
46854672
sprintf-js@~1.0.2:
46864673
version "1.0.3"
46874674
resolved "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz"

0 commit comments

Comments
 (0)