Skip to content

Commit 924171b

Browse files
committed
deps: is-cidr@6.0.2
1 parent 4404002 commit 924171b

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

node_modules/is-cidr/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "is-cidr",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "Check if a string is an IP address in CIDR notation",
55
"author": "silverwind <me@silverwind.io>",
66
"contributors": [
@@ -20,19 +20,19 @@
2020
"node": ">=20"
2121
},
2222
"dependencies": {
23-
"cidr-regex": "5.0.1"
23+
"cidr-regex": "^5.0.1"
2424
},
2525
"devDependencies": {
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",
35-
"vitest": "3.2.4",
36-
"vitest-config-silverwind": "10.2.0"
26+
"@types/node": "25.0.10",
27+
"eslint": "9.39.2",
28+
"eslint-config-silverwind": "118.0.0",
29+
"typescript": "5.9.3",
30+
"typescript-config-silverwind": "14.0.0",
31+
"updates": "17.0.8",
32+
"versions": "14.0.3",
33+
"vite": "7.3.1",
34+
"vite-config-silverwind": "6.0.9",
35+
"vitest": "4.0.18",
36+
"vitest-config-silverwind": "10.6.1"
3737
}
3838
}

package-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6354,13 +6354,13 @@
63546354
}
63556355
},
63566356
"node_modules/is-cidr": {
6357-
"version": "6.0.1",
6358-
"resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-6.0.1.tgz",
6359-
"integrity": "sha512-JIJlvXodfsoWFAvvjB7Elqu8qQcys2SZjkIJCLdk4XherUqZ6+zH7WIpXkp4B3ZxMH0Fz7zIsZwyvs6JfM0csw==",
6357+
"version": "6.0.2",
6358+
"resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-6.0.2.tgz",
6359+
"integrity": "sha512-a4SY0KixgRXn67zSCooPNO4YRHZd1z6BIxrEBQUVNPteeajzrJLhZKnn81GVQO51uiCljTtGY+J3o6O3/DZpzg==",
63606360
"inBundle": true,
63616361
"license": "BSD-2-Clause",
63626362
"dependencies": {
6363-
"cidr-regex": "5.0.1"
6363+
"cidr-regex": "^5.0.1"
63646364
},
63656365
"engines": {
63666366
"node": ">=20"

0 commit comments

Comments
 (0)