Skip to content

Commit b0c0490

Browse files
committed
1 parent ef49d6b commit b0c0490

File tree

5 files changed

+39
-19
lines changed

5 files changed

+39
-19
lines changed

DEPENDENCIES.md

-1
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,6 @@ graph LR;
515515
npm-->remark;
516516
npm-->rimraf;
517517
npm-->semver;
518-
npm-->sigstore-protobuf-specs["@sigstore/protobuf-specs"];
519518
npm-->sigstore-tuf["@sigstore/tuf"];
520519
npm-->spawk;
521520
npm-->spdx-expression-parse;

node_modules/is-cidr/LICENSE

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Copyright (c) silverwind
2+
All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without
5+
modification, are permitted provided that the following conditions are met:
6+
7+
1. Redistributions of source code must retain the above copyright notice, this
8+
list of conditions and the following disclaimer.
9+
2. Redistributions in binary form must reproduce the above copyright notice,
10+
this list of conditions and the following disclaimer in the documentation
11+
and/or other materials provided with the distribution.
12+
13+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
14+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
15+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
16+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
17+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
18+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
19+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
20+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
22+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

node_modules/is-cidr/package.json

+12-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "is-cidr",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "Check if a string is an IP address in CIDR notation",
55
"author": "silverwind <[email protected]>",
66
"contributors": [
@@ -23,18 +23,17 @@
2323
"cidr-regex": "^4.1.1"
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": "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"
3938
}
4039
}

package-lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"hosted-git-info": "^8.0.2",
108108
"ini": "^5.0.0",
109109
"init-package-json": "^8.0.0",
110-
"is-cidr": "^5.1.0",
110+
"is-cidr": "^5.1.1",
111111
"json-parse-even-better-errors": "^4.0.0",
112112
"libnpmaccess": "^10.0.0",
113113
"libnpmdiff": "^8.0.0",
@@ -9676,9 +9676,9 @@
96769676
}
96779677
},
96789678
"node_modules/is-cidr": {
9679-
"version": "5.1.0",
9680-
"resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-5.1.0.tgz",
9681-
"integrity": "sha512-OkVS+Ht2ssF27d48gZdB+ho1yND1VbkJRKKS6Pc1/Cw7uqkd9IOJg8/bTwBDQL6tfBhSdguPRnlGiE8pU/X5NQ==",
9679+
"version": "5.1.1",
9680+
"resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-5.1.1.tgz",
9681+
"integrity": "sha512-AwzRMjtJNTPOgm7xuYZ71715z99t+4yRnSnSzgK5err5+heYi4zMuvmpUadaJ28+KCXCQo8CjUrKQZRWSPmqTQ==",
96829682
"inBundle": true,
96839683
"license": "BSD-2-Clause",
96849684
"dependencies": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"hosted-git-info": "^8.0.2",
7575
"ini": "^5.0.0",
7676
"init-package-json": "^8.0.0",
77-
"is-cidr": "^5.1.0",
77+
"is-cidr": "^5.1.1",
7878
"json-parse-even-better-errors": "^4.0.0",
7979
"libnpmaccess": "^10.0.0",
8080
"libnpmdiff": "^8.0.0",

0 commit comments

Comments
 (0)