Skip to content

Commit

Permalink
deps: is-cidr@5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Apr 9, 2024
1 parent 84bbbd4 commit 913b326
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 46 deletions.
15 changes: 8 additions & 7 deletions node_modules/cidr-regex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cidr-regex",
"version": "4.0.3",
"version": "4.0.5",
"description": "Regular expression for matching IP addresses in CIDR notation",
"author": "silverwind <me@silverwind.io>",
"contributors": [
Expand All @@ -22,11 +22,12 @@
"ip-regex": "^5.0.0"
},
"devDependencies": {
"eslint": "8.37.0",
"eslint-config-silverwind": "65.1.3",
"tsd": "0.28.1",
"updates": "13.2.9",
"versions": "10.4.2",
"vitest": "0.29.8"
"eslint": "8.57.0",
"eslint-config-silverwind": "83.0.1",
"tsd": "0.31.0",
"updates": "16.0.0",
"versions": "12.0.1",
"vitest": "1.4.0",
"vitest-config-silverwind": "7.0.3"
}
}
22 changes: 0 additions & 22 deletions node_modules/is-cidr/LICENSE

This file was deleted.

17 changes: 9 additions & 8 deletions node_modules/is-cidr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "is-cidr",
"version": "5.0.3",
"version": "5.0.5",
"description": "Check if a string is an IP address in CIDR notation",
"author": "silverwind <me@silverwind.io>",
"contributors": [
Expand All @@ -19,14 +19,15 @@
"index.d.ts"
],
"dependencies": {
"cidr-regex": "4.0.3"
"cidr-regex": "^4.0.4"
},
"devDependencies": {
"eslint": "8.37.0",
"eslint-config-silverwind": "65.1.3",
"tsd": "0.28.1",
"updates": "13.2.9",
"versions": "10.4.2",
"vitest": "0.29.8"
"eslint": "8.57.0",
"eslint-config-silverwind": "83.0.1",
"tsd": "0.31.0",
"updates": "16.0.0",
"versions": "12.0.1",
"vitest": "1.4.0",
"vitest-config-silverwind": "7.0.3"
}
}
16 changes: 8 additions & 8 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"hosted-git-info": "^7.0.1",
"ini": "^4.1.2",
"init-package-json": "^6.0.2",
"is-cidr": "^5.0.3",
"is-cidr": "^5.0.5",
"json-parse-even-better-errors": "^3.0.1",
"libnpmaccess": "^8.0.1",
"libnpmdiff": "^6.0.3",
Expand Down Expand Up @@ -3293,9 +3293,9 @@
}
},
"node_modules/cidr-regex": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-4.0.3.tgz",
"integrity": "sha512-HOwDIy/rhKeMf6uOzxtv7FAbrz8zPjmVKfSpM+U7/bNBXC5rtOyr758jxcptiSx6ZZn5LOhPJT5WWxPAGDV8dw==",
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-4.0.5.tgz",
"integrity": "sha512-gljhROSwEnEvC+2lKqfkv1dU2v46h8Cwob19LlfGeGRMDLuwFD5+3D6+/vaa9/QrVLDASiSQ2OYQwzzjQ5I57A==",
"inBundle": true,
"dependencies": {
"ip-regex": "^5.0.0"
Expand Down Expand Up @@ -6549,12 +6549,12 @@
}
},
"node_modules/is-cidr": {
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-5.0.3.tgz",
"integrity": "sha512-lKkM0tmz07dAxNsr8Ii9MGreExa9ZR34N9j8mTG5op824kcwBqinZPowNjcVWWc7j+jR8XAMMItOmBkniN0jOA==",
"version": "5.0.5",
"resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-5.0.5.tgz",
"integrity": "sha512-zDlCvz2v8dBpumuGD4/fc7wzFKY6UYOvFW29JWSstdJoByGN3TKwS0tFA9VWc7DM01VOVOn/DaR84D8Mihp9Rg==",
"inBundle": true,
"dependencies": {
"cidr-regex": "4.0.3"
"cidr-regex": "^4.0.4"
},
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"hosted-git-info": "^7.0.1",
"ini": "^4.1.2",
"init-package-json": "^6.0.2",
"is-cidr": "^5.0.3",
"is-cidr": "^5.0.5",
"json-parse-even-better-errors": "^3.0.1",
"libnpmaccess": "^8.0.1",
"libnpmdiff": "^6.0.3",
Expand Down

0 comments on commit 913b326

Please sign in to comment.