File tree 5 files changed +26
-46
lines changed
5 files changed +26
-46
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cidr-regex" ,
3
- "version" : " 4.0.3 " ,
3
+ "version" : " 4.0.5 " ,
4
4
"description" : " Regular expression for matching IP addresses in CIDR notation" ,
5
5
"author" : " silverwind <me@silverwind.io>" ,
6
6
"contributors" : [
22
22
"ip-regex" : " ^5.0.0"
23
23
},
24
24
"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"
31
32
}
32
33
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " is-cidr" ,
3
- "version" : " 5.0.3 " ,
3
+ "version" : " 5.0.5 " ,
4
4
"description" : " Check if a string is an IP address in CIDR notation" ,
5
5
"author" : " silverwind <me@silverwind.io>" ,
6
6
"contributors" : [
19
19
" index.d.ts"
20
20
],
21
21
"dependencies" : {
22
- "cidr-regex" : " 4.0.3 "
22
+ "cidr-regex" : " ^ 4.0.4 "
23
23
},
24
24
"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"
31
32
}
32
33
}
Original file line number Diff line number Diff line change 114
114
"hosted-git-info": "^7.0.1",
115
115
"ini": "^4.1.2",
116
116
"init-package-json": "^6.0.2",
117
- "is-cidr": "^5.0.3 ",
117
+ "is-cidr": "^5.0.5 ",
118
118
"json-parse-even-better-errors": "^3.0.1",
119
119
"libnpmaccess": "^8.0.1",
120
120
"libnpmdiff": "^6.0.3",
3293
3293
}
3294
3294
},
3295
3295
"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 ==",
3299
3299
"inBundle": true,
3300
3300
"dependencies": {
3301
3301
"ip-regex": "^5.0.0"
6549
6549
}
6550
6550
},
6551
6551
"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 ==",
6555
6555
"inBundle": true,
6556
6556
"dependencies": {
6557
- "cidr-regex": "4.0.3 "
6557
+ "cidr-regex": "^ 4.0.4 "
6558
6558
},
6559
6559
"engines": {
6560
6560
"node": ">=14"
Original file line number Diff line number Diff line change 76
76
"hosted-git-info" : " ^7.0.1" ,
77
77
"ini" : " ^4.1.2" ,
78
78
"init-package-json" : " ^6.0.2" ,
79
- "is-cidr" : " ^5.0.3 " ,
79
+ "is-cidr" : " ^5.0.5 " ,
80
80
"json-parse-even-better-errors" : " ^3.0.1" ,
81
81
"libnpmaccess" : " ^8.0.1" ,
82
82
"libnpmdiff" : " ^6.0.3" ,
You can’t perform that action at this time.
0 commit comments