Skip to content

Commit 7aeffff

Browse files
committed
1 parent b0c0490 commit 7aeffff

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

node_modules/cidr-regex/package.json

+12-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cidr-regex",
3-
"version": "4.1.1",
3+
"version": "4.1.3",
44
"description": "Regular expression for matching IP addresses in CIDR notation",
55
"author": "silverwind <[email protected]>",
66
"contributors": [
@@ -23,18 +23,17 @@
2323
"ip-regex": "^5.0.0"
2424
},
2525
"devDependencies": {
26-
"@types/node": "20.12.12",
26+
"@types/node": "22.13.4",
2727
"eslint": "8.57.0",
28-
"eslint-config-silverwind": "85.1.4",
29-
"eslint-config-silverwind-typescript": "3.2.7",
30-
"typescript": "5.4.5",
31-
"typescript-config-silverwind": "4.3.2",
32-
"updates": "16.1.1",
33-
"versions": "12.0.2",
34-
"vite": "5.2.11",
35-
"vite-config-silverwind": "1.1.2",
36-
"vite-plugin-dts": "3.9.1",
37-
"vitest": "1.6.0",
38-
"vitest-config-silverwind": "9.0.6"
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"
3938
}
4039
}

package-lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6135,9 +6135,9 @@
61356135
}
61366136
},
61376137
"node_modules/cidr-regex": {
6138-
"version": "4.1.1",
6139-
"resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-4.1.1.tgz",
6140-
"integrity": "sha512-ekKcVp+iRB9zlKFXyx7io7nINgb0oRjgRdXNEodp1OuxRui8FXr/CA40Tz1voWUp9DPPrMyQKy01vJhDo4N1lw==",
6138+
"version": "4.1.3",
6139+
"resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-4.1.3.tgz",
6140+
"integrity": "sha512-86M1y3ZeQvpZkZejQCcS+IaSWjlDUC+ORP0peScQ4uEUFCZ8bEQVz7NlJHqysoUb6w3zCjx4Mq/8/2RHhMwHYw==",
61416141
"inBundle": true,
61426142
"license": "BSD-2-Clause",
61436143
"dependencies": {

0 commit comments

Comments
 (0)