Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit 52ac29d

Browse files
Update dependency is-ip to v5
1 parent 33198cc commit 52ac29d

File tree

2 files changed

+49
-10
lines changed

2 files changed

+49
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"glob-to-regexp": "^0.4.1",
103103
"highlight.js": "^11.3.1",
104104
"html-entities": "^2.0.0",
105-
"is-ip": "^3.1.0",
105+
"is-ip": "^5.0.0",
106106
"js-xxhash": "^4.0.0",
107107
"jszip": "^3.7.0",
108108
"katex": "^0.16.0",

yarn.lock

Lines changed: 48 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3840,6 +3840,13 @@ clone-deep@^4.0.1:
38403840
kind-of "^6.0.2"
38413841
shallow-clone "^3.0.0"
38423842

3843+
clone-regexp@^3.0.0:
3844+
version "3.0.0"
3845+
resolved "https://registry.yarnpkg.com/clone-regexp/-/clone-regexp-3.0.0.tgz#c6dd5c6b85482306778f3dc4ac2bb967079069c2"
3846+
integrity sha512-ujdnoq2Kxb8s3ItNBtnYeXdm07FcU0u8ARAT1lQ2YdMwQC+cdiXX8KoqMVuglztILivceTtp4ivqGSmEmhBUJw==
3847+
dependencies:
3848+
is-regexp "^3.0.0"
3849+
38433850
co@^4.6.0:
38443851
version "4.6.0"
38453852
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
@@ -3937,6 +3944,11 @@ content-type@^1.0.4, content-type@~1.0.4, content-type@~1.0.5:
39373944
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
39383945
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
39393946

3947+
convert-hrtime@^5.0.0:
3948+
version "5.0.0"
3949+
resolved "https://registry.yarnpkg.com/convert-hrtime/-/convert-hrtime-5.0.0.tgz#f2131236d4598b95de856926a67100a0a97e9fa3"
3950+
integrity sha512-lOETlkIeYSJWcbbcvjRKGxVMXJR+8+OQb/mTPbA4ObPMytYIsUbuOE0Jzy60hjARYszq1id0j8KgVhC+WGZVTg==
3951+
39403952
convert-source-map@^1.6.0, convert-source-map@^1.7.0:
39413953
version "1.9.0"
39423954
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f"
@@ -5328,6 +5340,11 @@ function-bind@^1.1.2:
53285340
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
53295341
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
53305342

5343+
function-timeout@^0.1.0:
5344+
version "0.1.1"
5345+
resolved "https://registry.yarnpkg.com/function-timeout/-/function-timeout-0.1.1.tgz#6bf71d3d24c894d43b2bec312cabb8c5add2e9da"
5346+
integrity sha512-0NVVC0TaP7dSTvn1yMiy6d6Q8gifzbvQafO46RtLG/kHJUBNd+pVRGOBoK44wNBvtSPUJRfdVvkFdD3p0xvyZg==
5347+
53315348
function.prototype.name@^1.1.5, function.prototype.name@^1.1.6:
53325349
version "1.1.6"
53335350
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.6.tgz#cdf315b7d90ee77a4c6ee216c3c3362da07533fd"
@@ -5773,10 +5790,10 @@ invariant@^2.2.4:
57735790
dependencies:
57745791
loose-envify "^1.0.0"
57755792

5776-
ip-regex@^4.0.0:
5777-
version "4.3.0"
5778-
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-4.3.0.tgz#687275ab0f57fa76978ff8f4dddc8a23d5990db5"
5779-
integrity sha512-B9ZWJxHHOHUhUjCPrMpLD4xEq35bUTClHM1S6CBU5ixQnkZmwipwgc96vAd7AAGM9TGHvJR+Uss+/Ak6UphK+Q==
5793+
ip-regex@^5.0.0:
5794+
version "5.0.0"
5795+
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-5.0.0.tgz#cd313b2ae9c80c07bd3851e12bf4fa4dc5480632"
5796+
integrity sha512-fOCG6lhoKKakwv+C6KdsOnGvgXnmgfmp0myi3bcNwj3qfwPAxRKWEuFhvEFF7ceYIz6+1jRZ+yguLFAmUNPEfw==
57805797

57815798
57825799
version "1.9.1"
@@ -5938,12 +5955,13 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
59385955
dependencies:
59395956
is-extglob "^2.1.1"
59405957

5941-
is-ip@^3.1.0:
5942-
version "3.1.0"
5943-
resolved "https://registry.yarnpkg.com/is-ip/-/is-ip-3.1.0.tgz#2ae5ddfafaf05cb8008a62093cf29734f657c5d8"
5944-
integrity sha512-35vd5necO7IitFPjd/YBeqwWnyDWbuLH9ZXQdMfDA8TEo7pv5X8yfrvVO3xbJbLUlERCMvf6X0hTUamQxCYJ9Q==
5958+
is-ip@^5.0.0:
5959+
version "5.0.1"
5960+
resolved "https://registry.yarnpkg.com/is-ip/-/is-ip-5.0.1.tgz#bec44442c823e591aa6f4d6fb9081d6a9be17e44"
5961+
integrity sha512-FCsGHdlrOnZQcp0+XT5a+pYowf33itBalCl+7ovNXC/7o5BhIpG14M3OrpPPdBSIQJCm+0M5+9mO7S9VVTTCFw==
59455962
dependencies:
5946-
ip-regex "^4.0.0"
5963+
ip-regex "^5.0.0"
5964+
super-regex "^0.2.0"
59475965

59485966
is-map@^2.0.2, is-map@^2.0.3:
59495967
version "2.0.3"
@@ -5997,6 +6015,11 @@ is-regex@^1.1.4:
59976015
call-bind "^1.0.2"
59986016
has-tostringtag "^1.0.0"
59996017

6018+
is-regexp@^3.0.0:
6019+
version "3.1.0"
6020+
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-3.1.0.tgz#0235eab9cda5b83f96ac4a263d8c32c9d5ad7422"
6021+
integrity sha512-rbku49cWloU5bSMI+zaRaXdQHXnthP6DZ/vLnfdSKyL4zUzuWnomtOEiZZOd+ioQ+avFo/qau3KPTc7Fjy1uPA==
6022+
60006023
is-set@^2.0.2, is-set@^2.0.3:
60016024
version "2.0.3"
60026025
resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.3.tgz#8ab209ea424608141372ded6e0cb200ef1d9d01d"
@@ -8947,6 +8970,15 @@ stylelint@^16.1.0:
89478970
table "^6.8.2"
89488971
write-file-atomic "^5.0.1"
89498972

8973+
super-regex@^0.2.0:
8974+
version "0.2.0"
8975+
resolved "https://registry.yarnpkg.com/super-regex/-/super-regex-0.2.0.tgz#dc1e071e55cdcf56930eb6271f73653a655b2642"
8976+
integrity sha512-WZzIx3rC1CvbMDloLsVw0lkZVKJWbrkJ0k1ghKFmcnPrW1+jWbgTkTEWVtD9lMdmI4jZEz40+naBxl1dCUhXXw==
8977+
dependencies:
8978+
clone-regexp "^3.0.0"
8979+
function-timeout "^0.1.0"
8980+
time-span "^5.1.0"
8981+
89508982
supercluster@^7.1.5:
89518983
version "7.1.5"
89528984
resolved "https://registry.yarnpkg.com/supercluster/-/supercluster-7.1.5.tgz#65a6ce4a037a972767740614c19051b64b8be5a3"
@@ -9045,6 +9077,13 @@ text-table@^0.2.0:
90459077
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
90469078
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
90479079

9080+
time-span@^5.1.0:
9081+
version "5.1.0"
9082+
resolved "https://registry.yarnpkg.com/time-span/-/time-span-5.1.0.tgz#80c76cf5a0ca28e0842d3f10a4e99034ce94b90d"
9083+
integrity sha512-75voc/9G4rDIJleOo4jPvN4/YC4GRZrY8yy1uU4lwrB3XEQbWve8zXoO5No4eFrGcTAMYyoY67p8jRQdtA1HbA==
9084+
dependencies:
9085+
convert-hrtime "^5.0.0"
9086+
90489087
tiny-invariant@^1.0.6:
90499088
version "1.3.1"
90509089
resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.3.1.tgz#8560808c916ef02ecfd55e66090df23a4b7aa642"

0 commit comments

Comments
 (0)