Skip to content

Commit 913b326

Browse files
committed
deps: is-cidr@5.0.5
1 parent 84bbbd4 commit 913b326

File tree

5 files changed

+26
-46
lines changed

5 files changed

+26
-46
lines changed

node_modules/cidr-regex/package.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cidr-regex",
3-
"version": "4.0.3",
3+
"version": "4.0.5",
44
"description": "Regular expression for matching IP addresses in CIDR notation",
55
"author": "silverwind <me@silverwind.io>",
66
"contributors": [
@@ -22,11 +22,12 @@
2222
"ip-regex": "^5.0.0"
2323
},
2424
"devDependencies": {
25-
"eslint": "8.37.0",
26-
"eslint-config-silverwind": "65.1.3",
27-
"tsd": "0.28.1",
28-
"updates": "13.2.9",
29-
"versions": "10.4.2",
30-
"vitest": "0.29.8"
25+
"eslint": "8.57.0",
26+
"eslint-config-silverwind": "83.0.1",
27+
"tsd": "0.31.0",
28+
"updates": "16.0.0",
29+
"versions": "12.0.1",
30+
"vitest": "1.4.0",
31+
"vitest-config-silverwind": "7.0.3"
3132
}
3233
}

node_modules/is-cidr/LICENSE

-22
This file was deleted.

node_modules/is-cidr/package.json

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "is-cidr",
3-
"version": "5.0.3",
3+
"version": "5.0.5",
44
"description": "Check if a string is an IP address in CIDR notation",
55
"author": "silverwind <me@silverwind.io>",
66
"contributors": [
@@ -19,14 +19,15 @@
1919
"index.d.ts"
2020
],
2121
"dependencies": {
22-
"cidr-regex": "4.0.3"
22+
"cidr-regex": "^4.0.4"
2323
},
2424
"devDependencies": {
25-
"eslint": "8.37.0",
26-
"eslint-config-silverwind": "65.1.3",
27-
"tsd": "0.28.1",
28-
"updates": "13.2.9",
29-
"versions": "10.4.2",
30-
"vitest": "0.29.8"
25+
"eslint": "8.57.0",
26+
"eslint-config-silverwind": "83.0.1",
27+
"tsd": "0.31.0",
28+
"updates": "16.0.0",
29+
"versions": "12.0.1",
30+
"vitest": "1.4.0",
31+
"vitest-config-silverwind": "7.0.3"
3132
}
3233
}

package-lock.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"hosted-git-info": "^7.0.1",
115115
"ini": "^4.1.2",
116116
"init-package-json": "^6.0.2",
117-
"is-cidr": "^5.0.3",
117+
"is-cidr": "^5.0.5",
118118
"json-parse-even-better-errors": "^3.0.1",
119119
"libnpmaccess": "^8.0.1",
120120
"libnpmdiff": "^6.0.3",
@@ -3293,9 +3293,9 @@
32933293
}
32943294
},
32953295
"node_modules/cidr-regex": {
3296-
"version": "4.0.3",
3297-
"resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-4.0.3.tgz",
3298-
"integrity": "sha512-HOwDIy/rhKeMf6uOzxtv7FAbrz8zPjmVKfSpM+U7/bNBXC5rtOyr758jxcptiSx6ZZn5LOhPJT5WWxPAGDV8dw==",
3296+
"version": "4.0.5",
3297+
"resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-4.0.5.tgz",
3298+
"integrity": "sha512-gljhROSwEnEvC+2lKqfkv1dU2v46h8Cwob19LlfGeGRMDLuwFD5+3D6+/vaa9/QrVLDASiSQ2OYQwzzjQ5I57A==",
32993299
"inBundle": true,
33003300
"dependencies": {
33013301
"ip-regex": "^5.0.0"
@@ -6549,12 +6549,12 @@
65496549
}
65506550
},
65516551
"node_modules/is-cidr": {
6552-
"version": "5.0.3",
6553-
"resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-5.0.3.tgz",
6554-
"integrity": "sha512-lKkM0tmz07dAxNsr8Ii9MGreExa9ZR34N9j8mTG5op824kcwBqinZPowNjcVWWc7j+jR8XAMMItOmBkniN0jOA==",
6552+
"version": "5.0.5",
6553+
"resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-5.0.5.tgz",
6554+
"integrity": "sha512-zDlCvz2v8dBpumuGD4/fc7wzFKY6UYOvFW29JWSstdJoByGN3TKwS0tFA9VWc7DM01VOVOn/DaR84D8Mihp9Rg==",
65556555
"inBundle": true,
65566556
"dependencies": {
6557-
"cidr-regex": "4.0.3"
6557+
"cidr-regex": "^4.0.4"
65586558
},
65596559
"engines": {
65606560
"node": ">=14"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"hosted-git-info": "^7.0.1",
7777
"ini": "^4.1.2",
7878
"init-package-json": "^6.0.2",
79-
"is-cidr": "^5.0.3",
79+
"is-cidr": "^5.0.5",
8080
"json-parse-even-better-errors": "^3.0.1",
8181
"libnpmaccess": "^8.0.1",
8282
"libnpmdiff": "^6.0.3",

0 commit comments

Comments
 (0)