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

Commit 7bb171d

Browse files
Update dependency is-ip to v5
1 parent 5058d66 commit 7bb171d

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"
@@ -5320,6 +5332,11 @@ function-bind@^1.1.2:
53205332
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
53215333
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
53225334

5335+
function-timeout@^0.1.0:
5336+
version "0.1.1"
5337+
resolved "https://registry.yarnpkg.com/function-timeout/-/function-timeout-0.1.1.tgz#6bf71d3d24c894d43b2bec312cabb8c5add2e9da"
5338+
integrity sha512-0NVVC0TaP7dSTvn1yMiy6d6Q8gifzbvQafO46RtLG/kHJUBNd+pVRGOBoK44wNBvtSPUJRfdVvkFdD3p0xvyZg==
5339+
53235340
function.prototype.name@^1.1.5, function.prototype.name@^1.1.6:
53245341
version "1.1.6"
53255342
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.6.tgz#cdf315b7d90ee77a4c6ee216c3c3362da07533fd"
@@ -5765,10 +5782,10 @@ invariant@^2.2.4:
57655782
dependencies:
57665783
loose-envify "^1.0.0"
57675784

5768-
ip-regex@^4.0.0:
5769-
version "4.3.0"
5770-
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-4.3.0.tgz#687275ab0f57fa76978ff8f4dddc8a23d5990db5"
5771-
integrity sha512-B9ZWJxHHOHUhUjCPrMpLD4xEq35bUTClHM1S6CBU5ixQnkZmwipwgc96vAd7AAGM9TGHvJR+Uss+/Ak6UphK+Q==
5785+
ip-regex@^5.0.0:
5786+
version "5.0.0"
5787+
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-5.0.0.tgz#cd313b2ae9c80c07bd3851e12bf4fa4dc5480632"
5788+
integrity sha512-fOCG6lhoKKakwv+C6KdsOnGvgXnmgfmp0myi3bcNwj3qfwPAxRKWEuFhvEFF7ceYIz6+1jRZ+yguLFAmUNPEfw==
57725789

57735790
57745791
version "1.9.1"
@@ -5930,12 +5947,13 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
59305947
dependencies:
59315948
is-extglob "^2.1.1"
59325949

5933-
is-ip@^3.1.0:
5934-
version "3.1.0"
5935-
resolved "https://registry.yarnpkg.com/is-ip/-/is-ip-3.1.0.tgz#2ae5ddfafaf05cb8008a62093cf29734f657c5d8"
5936-
integrity sha512-35vd5necO7IitFPjd/YBeqwWnyDWbuLH9ZXQdMfDA8TEo7pv5X8yfrvVO3xbJbLUlERCMvf6X0hTUamQxCYJ9Q==
5950+
is-ip@^5.0.0:
5951+
version "5.0.1"
5952+
resolved "https://registry.yarnpkg.com/is-ip/-/is-ip-5.0.1.tgz#bec44442c823e591aa6f4d6fb9081d6a9be17e44"
5953+
integrity sha512-FCsGHdlrOnZQcp0+XT5a+pYowf33itBalCl+7ovNXC/7o5BhIpG14M3OrpPPdBSIQJCm+0M5+9mO7S9VVTTCFw==
59375954
dependencies:
5938-
ip-regex "^4.0.0"
5955+
ip-regex "^5.0.0"
5956+
super-regex "^0.2.0"
59395957

59405958
is-map@^2.0.2, is-map@^2.0.3:
59415959
version "2.0.3"
@@ -5989,6 +6007,11 @@ is-regex@^1.1.4:
59896007
call-bind "^1.0.2"
59906008
has-tostringtag "^1.0.0"
59916009

6010+
is-regexp@^3.0.0:
6011+
version "3.1.0"
6012+
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-3.1.0.tgz#0235eab9cda5b83f96ac4a263d8c32c9d5ad7422"
6013+
integrity sha512-rbku49cWloU5bSMI+zaRaXdQHXnthP6DZ/vLnfdSKyL4zUzuWnomtOEiZZOd+ioQ+avFo/qau3KPTc7Fjy1uPA==
6014+
59926015
is-set@^2.0.2, is-set@^2.0.3:
59936016
version "2.0.3"
59946017
resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.3.tgz#8ab209ea424608141372ded6e0cb200ef1d9d01d"
@@ -8929,6 +8952,15 @@ stylelint@^16.1.0:
89298952
table "^6.8.2"
89308953
write-file-atomic "^5.0.1"
89318954

8955+
super-regex@^0.2.0:
8956+
version "0.2.0"
8957+
resolved "https://registry.yarnpkg.com/super-regex/-/super-regex-0.2.0.tgz#dc1e071e55cdcf56930eb6271f73653a655b2642"
8958+
integrity sha512-WZzIx3rC1CvbMDloLsVw0lkZVKJWbrkJ0k1ghKFmcnPrW1+jWbgTkTEWVtD9lMdmI4jZEz40+naBxl1dCUhXXw==
8959+
dependencies:
8960+
clone-regexp "^3.0.0"
8961+
function-timeout "^0.1.0"
8962+
time-span "^5.1.0"
8963+
89328964
supercluster@^7.1.5:
89338965
version "7.1.5"
89348966
resolved "https://registry.yarnpkg.com/supercluster/-/supercluster-7.1.5.tgz#65a6ce4a037a972767740614c19051b64b8be5a3"
@@ -9027,6 +9059,13 @@ text-table@^0.2.0:
90279059
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
90289060
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
90299061

9062+
time-span@^5.1.0:
9063+
version "5.1.0"
9064+
resolved "https://registry.yarnpkg.com/time-span/-/time-span-5.1.0.tgz#80c76cf5a0ca28e0842d3f10a4e99034ce94b90d"
9065+
integrity sha512-75voc/9G4rDIJleOo4jPvN4/YC4GRZrY8yy1uU4lwrB3XEQbWve8zXoO5No4eFrGcTAMYyoY67p8jRQdtA1HbA==
9066+
dependencies:
9067+
convert-hrtime "^5.0.0"
9068+
90309069
tiny-invariant@^1.0.6:
90319070
version "1.3.1"
90329071
resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.3.1.tgz#8560808c916ef02ecfd55e66090df23a4b7aa642"

0 commit comments

Comments
 (0)