Skip to content

Commit e1c08a4

Browse files
committed
1 parent dfb0e34 commit e1c08a4

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

node_modules/is-cidr/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "is-cidr",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "Check if a string is an IP address in CIDR notation",
55
"author": "silverwind <[email protected]>",
66
"contributors": [
@@ -25,7 +25,8 @@
2525
"devDependencies": {
2626
"@types/node": "25.0.10",
2727
"eslint": "9.39.2",
28-
"eslint-config-silverwind": "118.0.0",
28+
"eslint-config-silverwind": "120.1.2",
29+
"jest-extended": "7.0.0",
2930
"typescript": "5.9.3",
3031
"typescript-config-silverwind": "14.0.0",
3132
"updates": "17.0.8",
@@ -35,4 +36,4 @@
3536
"vitest": "4.0.18",
3637
"vitest-config-silverwind": "10.6.1"
3738
}
38-
}
39+
}

package-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"hosted-git-info": "^9.0.2",
109109
"ini": "^6.0.0",
110110
"init-package-json": "^8.2.4",
111-
"is-cidr": "^6.0.1",
111+
"is-cidr": "^6.0.3",
112112
"json-parse-even-better-errors": "^5.0.0",
113113
"libnpmaccess": "^10.0.3",
114114
"libnpmdiff": "^8.1.0",
@@ -6365,9 +6365,9 @@
63656365
}
63666366
},
63676367
"node_modules/is-cidr": {
6368-
"version": "6.0.2",
6369-
"resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-6.0.2.tgz",
6370-
"integrity": "sha512-a4SY0KixgRXn67zSCooPNO4YRHZd1z6BIxrEBQUVNPteeajzrJLhZKnn81GVQO51uiCljTtGY+J3o6O3/DZpzg==",
6368+
"version": "6.0.3",
6369+
"resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-6.0.3.tgz",
6370+
"integrity": "sha512-tPdsizbDiISrc4PoII6ZfpmAokx0oDKeYqAUp5bXOfznauOFXfEeosKBRrl0o0SriE4xoRR05Czn4YPCFMjSHA==",
63716371
"inBundle": true,
63726372
"license": "BSD-2-Clause",
63736373
"dependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"hosted-git-info": "^9.0.2",
7676
"ini": "^6.0.0",
7777
"init-package-json": "^8.2.4",
78-
"is-cidr": "^6.0.1",
78+
"is-cidr": "^6.0.3",
7979
"json-parse-even-better-errors": "^5.0.0",
8080
"libnpmaccess": "^10.0.3",
8181
"libnpmdiff": "^8.1.0",

0 commit comments

Comments
 (0)