Skip to content

Commit bdaf323

Browse files
committed
deps: is-cidr@6.0.1
1 parent a33f106 commit bdaf323

File tree

4 files changed

+34
-28
lines changed

4 files changed

+34
-28
lines changed

node_modules/cidr-regex/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cidr-regex",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Regular expression for matching IP addresses in CIDR notation",
55
"author": "silverwind <me@silverwind.io>",
66
"contributors": [
@@ -20,18 +20,18 @@
2020
"node": ">=20"
2121
},
2222
"dependencies": {
23-
"ip-regex": "^5.0.0"
23+
"ip-regex": "5.0.0"
2424
},
2525
"devDependencies": {
26-
"@types/node": "24.1.0",
27-
"eslint": "8.57.0",
28-
"eslint-config-silverwind": "101.4.1",
29-
"typescript": "5.8.3",
30-
"typescript-config-silverwind": "9.0.8",
31-
"updates": "16.5.2",
32-
"versions": "13.1.1",
33-
"vite": "7.0.6",
34-
"vite-config-silverwind": "5.4.0",
26+
"@types/node": "24.5.2",
27+
"eslint": "9.36.0",
28+
"eslint-config-silverwind": "105.1.0",
29+
"typescript": "5.9.2",
30+
"typescript-config-silverwind": "10.0.1",
31+
"updates": "16.7.2",
32+
"versions": "13.1.2",
33+
"vite": "7.1.7",
34+
"vite-config-silverwind": "6.0.2",
3535
"vitest": "3.2.4",
3636
"vitest-config-silverwind": "10.2.0"
3737
}

node_modules/is-cidr/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "is-cidr",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Check if a string is an IP address in CIDR notation",
55
"author": "silverwind <me@silverwind.io>",
66
"contributors": [
@@ -20,18 +20,18 @@
2020
"node": ">=20"
2121
},
2222
"dependencies": {
23-
"cidr-regex": "^5.0.0"
23+
"cidr-regex": "5.0.1"
2424
},
2525
"devDependencies": {
26-
"@types/node": "24.1.0",
27-
"eslint": "8.57.0",
28-
"eslint-config-silverwind": "101.4.1",
29-
"typescript": "5.8.3",
30-
"typescript-config-silverwind": "9.0.8",
31-
"updates": "16.5.2",
32-
"versions": "13.1.1",
33-
"vite": "7.0.6",
34-
"vite-config-silverwind": "5.4.0",
26+
"@types/node": "24.5.2",
27+
"eslint": "9.36.0",
28+
"eslint-config-silverwind": "105.1.0",
29+
"typescript": "5.9.2",
30+
"typescript-config-silverwind": "10.0.1",
31+
"updates": "16.7.2",
32+
"versions": "13.1.2",
33+
"vite": "7.1.7",
34+
"vite-config-silverwind": "6.0.2",
3535
"vitest": "3.2.4",
3636
"vitest-config-silverwind": "10.2.0"
3737
}

package-lock.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"hosted-git-info": "^9.0.0",
107107
"ini": "^5.0.0",
108108
"init-package-json": "^8.2.2",
109-
"is-cidr": "^6.0.0",
109+
"is-cidr": "^6.0.1",
110110
"json-parse-even-better-errors": "^4.0.0",
111111
"libnpmaccess": "^10.0.2",
112112
"libnpmdiff": "^8.0.8",
@@ -3103,11 +3103,13 @@
31033103
}
31043104
},
31053105
"node_modules/cidr-regex": {
3106-
"version": "5.0.0",
3106+
"version": "5.0.1",
3107+
"resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-5.0.1.tgz",
3108+
"integrity": "sha512-2Apfc6qH9uwF3QHmlYBA8ExB9VHq+1/Doj9sEMY55TVBcpQ3y/+gmMpcNIBBtfb5k54Vphmta+1IxjMqPlWWAA==",
31073109
"inBundle": true,
31083110
"license": "BSD-2-Clause",
31093111
"dependencies": {
3110-
"ip-regex": "^5.0.0"
3112+
"ip-regex": "5.0.0"
31113113
},
31123114
"engines": {
31133115
"node": ">=20"
@@ -5898,6 +5900,8 @@
58985900
},
58995901
"node_modules/ip-regex": {
59005902
"version": "5.0.0",
5903+
"resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-5.0.0.tgz",
5904+
"integrity": "sha512-fOCG6lhoKKakwv+C6KdsOnGvgXnmgfmp0myi3bcNwj3qfwPAxRKWEuFhvEFF7ceYIz6+1jRZ+yguLFAmUNPEfw==",
59015905
"inBundle": true,
59025906
"license": "MIT",
59035907
"engines": {
@@ -6009,11 +6013,13 @@
60096013
}
60106014
},
60116015
"node_modules/is-cidr": {
6012-
"version": "6.0.0",
6016+
"version": "6.0.1",
6017+
"resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-6.0.1.tgz",
6018+
"integrity": "sha512-JIJlvXodfsoWFAvvjB7Elqu8qQcys2SZjkIJCLdk4XherUqZ6+zH7WIpXkp4B3ZxMH0Fz7zIsZwyvs6JfM0csw==",
60136019
"inBundle": true,
60146020
"license": "BSD-2-Clause",
60156021
"dependencies": {
6016-
"cidr-regex": "^5.0.0"
6022+
"cidr-regex": "5.0.1"
60176023
},
60186024
"engines": {
60196025
"node": ">=20"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"hosted-git-info": "^9.0.0",
7575
"ini": "^5.0.0",
7676
"init-package-json": "^8.2.2",
77-
"is-cidr": "^6.0.0",
77+
"is-cidr": "^6.0.1",
7878
"json-parse-even-better-errors": "^4.0.0",
7979
"libnpmaccess": "^10.0.2",
8080
"libnpmdiff": "^8.0.8",

0 commit comments

Comments
 (0)