File tree Expand file tree Collapse file tree 5 files changed +26
-46
lines changed
Expand file tree Collapse file tree 5 files changed +26
-46
lines changed Original file line number Diff line number Diff line change 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 <[email protected] >" ,
66 "contributors" : [
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}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 <[email protected] >" ,
66 "contributors" : [
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}
Original file line number Diff line number Diff line change 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",
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"
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"
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments