Skip to content

Commit 4c8e170

Browse files
committed
1 parent 9bb94a3 commit 4c8e170

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

node_modules/cidr-regex/package.json

Lines changed: 12 additions & 13 deletions
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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4289,9 +4289,9 @@
42894289
}
42904290
},
42914291
"node_modules/cidr-regex": {
4292-
"version": "4.1.1",
4293-
"resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-4.1.1.tgz",
4294-
"integrity": "sha512-ekKcVp+iRB9zlKFXyx7io7nINgb0oRjgRdXNEodp1OuxRui8FXr/CA40Tz1voWUp9DPPrMyQKy01vJhDo4N1lw==",
4292+
"version": "4.1.3",
4293+
"resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-4.1.3.tgz",
4294+
"integrity": "sha512-86M1y3ZeQvpZkZejQCcS+IaSWjlDUC+ORP0peScQ4uEUFCZ8bEQVz7NlJHqysoUb6w3zCjx4Mq/8/2RHhMwHYw==",
42954295
"inBundle": true,
42964296
"license": "BSD-2-Clause",
42974297
"dependencies": {

0 commit comments

Comments
 (0)