File tree Expand file tree Collapse file tree 4 files changed +38
-34
lines changed Expand file tree Collapse file tree 4 files changed +38
-34
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cidr-regex" ,
3
- "version" : " 4.1.3 " ,
3
+ "version" : " 5.0.0 " ,
4
4
"description" : " Regular expression for matching IP addresses in CIDR notation" ,
5
5
"author" : " silverwind <me@silverwind.io>" ,
6
6
"contributors" : [
17
17
" dist"
18
18
],
19
19
"engines" : {
20
- "node" : " >=14 "
20
+ "node" : " >=20 "
21
21
},
22
22
"dependencies" : {
23
23
"ip-regex" : " ^5.0.0"
24
24
},
25
25
"devDependencies" : {
26
- "@types/node" : " 22.13.4 " ,
26
+ "@types/node" : " 24.1.0 " ,
27
27
"eslint" : " 8.57.0" ,
28
- "eslint-config-silverwind" : " 99.0.0" ,
29
- "eslint-config-silverwind-typescript" : " 9.2.2" ,
30
- "typescript" : " 5.7.3" ,
31
- "typescript-config-silverwind" : " 8.0.0" ,
32
- "updates" : " 16.4.2" ,
33
- "versions" : " 12.1.3" ,
34
- "vite" : " 6.1.0" ,
35
- "vite-config-silverwind" : " 4.0.0" ,
36
- "vitest" : " 3.0.5" ,
37
- "vitest-config-silverwind" : " 10.0.0"
28
+ "eslint-config-silverwind" : " 101.4.1" ,
29
+ "typescript" : " 5.8.3" ,
30
+ "typescript-config-silverwind" : " 9.0.8" ,
31
+ "updates" : " 16.5.2" ,
32
+ "versions" : " 13.1.1" ,
33
+ "vite" : " 7.0.6" ,
34
+ "vite-config-silverwind" : " 5.4.0" ,
35
+ "vitest" : " 3.2.4" ,
36
+ "vitest-config-silverwind" : " 10.2.0"
38
37
}
39
38
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " is-cidr" ,
3
- "version" : " 5.1.1 " ,
3
+ "version" : " 6.0.0 " ,
4
4
"description" : " Check if a string is an IP address in CIDR notation" ,
5
5
"author" : " silverwind <me@silverwind.io>" ,
6
6
"contributors" : [
17
17
" dist"
18
18
],
19
19
"engines" : {
20
- "node" : " >=14 "
20
+ "node" : " >=20 "
21
21
},
22
22
"dependencies" : {
23
- "cidr-regex" : " ^4.1.1 "
23
+ "cidr-regex" : " ^5.0.0 "
24
24
},
25
25
"devDependencies" : {
26
- "@types/node" : " 22.13.4 " ,
26
+ "@types/node" : " 24.1.0 " ,
27
27
"eslint" : " 8.57.0" ,
28
- "eslint-config-silverwind" : " 99.0.0" ,
29
- "eslint-config-silverwind-typescript" : " 9.2.2" ,
30
- "typescript" : " 5.7.3" ,
31
- "typescript-config-silverwind" : " 7.0.0" ,
32
- "updates" : " 16.4.2" ,
33
- "versions" : " 12.1.3" ,
34
- "vite" : " 6.1.0" ,
35
- "vite-config-silverwind" : " 4.0.0" ,
36
- "vitest" : " 3.0.5" ,
37
- "vitest-config-silverwind" : " 10.0.0"
28
+ "eslint-config-silverwind" : " 101.4.1" ,
29
+ "typescript" : " 5.8.3" ,
30
+ "typescript-config-silverwind" : " 9.0.8" ,
31
+ "updates" : " 16.5.2" ,
32
+ "versions" : " 13.1.1" ,
33
+ "vite" : " 7.0.6" ,
34
+ "vite-config-silverwind" : " 5.4.0" ,
35
+ "vitest" : " 3.2.4" ,
36
+ "vitest-config-silverwind" : " 10.2.0"
38
37
}
39
38
}
Original file line number Diff line number Diff line change 107
107
"hosted-git-info" : " ^9.0.0" ,
108
108
"ini" : " ^5.0.0" ,
109
109
"init-package-json" : " ^8.2.2" ,
110
- "is-cidr" : " ^5.1.1 " ,
110
+ "is-cidr" : " ^6.0.0 " ,
111
111
"json-parse-even-better-errors" : " ^4.0.0" ,
112
112
"libnpmaccess" : " ^10.0.1" ,
113
113
"libnpmdiff" : " ^8.0.7" ,
3065
3065
}
3066
3066
},
3067
3067
"node_modules/cidr-regex" : {
3068
- "version" : " 4.1.3" ,
3068
+ "version" : " 5.0.0" ,
3069
+ "resolved" : " https://registry.npmjs.org/cidr-regex/-/cidr-regex-5.0.0.tgz" ,
3070
+ "integrity" : " sha512-9FT511D25oLAQYkfKLqWUMzoitgITToOqNThDAM8ujXaeXDulDPffJQflag918J8DN8mUPXRpS9J3U5GlIHGSQ==" ,
3069
3071
"inBundle" : true ,
3070
3072
"license" : " BSD-2-Clause" ,
3071
3073
"dependencies" : {
3072
3074
"ip-regex" : " ^5.0.0"
3073
3075
},
3074
3076
"engines" : {
3075
- "node" : " >=14 "
3077
+ "node" : " >=20 "
3076
3078
}
3077
3079
},
3078
3080
"node_modules/clean-stack" : {
6062
6064
},
6063
6065
"node_modules/ip-regex" : {
6064
6066
"version" : " 5.0.0" ,
6067
+ "resolved" : " https://registry.npmjs.org/ip-regex/-/ip-regex-5.0.0.tgz" ,
6068
+ "integrity" : " sha512-fOCG6lhoKKakwv+C6KdsOnGvgXnmgfmp0myi3bcNwj3qfwPAxRKWEuFhvEFF7ceYIz6+1jRZ+yguLFAmUNPEfw==" ,
6065
6069
"inBundle" : true ,
6066
6070
"license" : " MIT" ,
6067
6071
"engines" : {
6200
6204
}
6201
6205
},
6202
6206
"node_modules/is-cidr" : {
6203
- "version" : " 5.1.1" ,
6207
+ "version" : " 6.0.0" ,
6208
+ "resolved" : " https://registry.npmjs.org/is-cidr/-/is-cidr-6.0.0.tgz" ,
6209
+ "integrity" : " sha512-LM62mX6QmYvLL7c0AZ2rnqGUAHcgkNwre56e8rrAdRLjUmwqrOrqGj6E/iVSrL7xxZfGQUR0gBVx9pW5CLIbig==" ,
6204
6210
"inBundle" : true ,
6205
6211
"license" : " BSD-2-Clause" ,
6206
6212
"dependencies" : {
6207
- "cidr-regex" : " ^4.1.1 "
6213
+ "cidr-regex" : " ^5.0.0 "
6208
6214
},
6209
6215
"engines" : {
6210
- "node" : " >=14 "
6216
+ "node" : " >=20 "
6211
6217
}
6212
6218
},
6213
6219
"node_modules/is-core-module" : {
Original file line number Diff line number Diff line change 74
74
"hosted-git-info" : " ^9.0.0" ,
75
75
"ini" : " ^5.0.0" ,
76
76
"init-package-json" : " ^8.2.2" ,
77
- "is-cidr" : " ^5.1.1 " ,
77
+ "is-cidr" : " ^6.0.0 " ,
78
78
"json-parse-even-better-errors" : " ^4.0.0" ,
79
79
"libnpmaccess" : " ^10.0.1" ,
80
80
"libnpmdiff" : " ^8.0.7" ,
You can’t perform that action at this time.
0 commit comments