Skip to content

Commit 8206c4f

Browse files
committed
deps: update [email protected]
1 parent 8b7dbc8 commit 8206c4f

File tree

18 files changed

+759
-87
lines changed

18 files changed

+759
-87
lines changed

node_modules/.gitignore

+4-3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
!/@npmcli/metavuln-calculator/node_modules/npm-registry-fetch
6060
!/@npmcli/metavuln-calculator/node_modules/pacote
6161
!/@npmcli/metavuln-calculator/node_modules/proc-log
62+
!/@npmcli/metavuln-calculator/node_modules/ssri
6263
!/@npmcli/metavuln-calculator/node_modules/unique-filename
6364
!/@npmcli/metavuln-calculator/node_modules/unique-slug
6465
!/@npmcli/name-from-folder
@@ -104,6 +105,7 @@
104105
!/@sigstore/sign/node_modules/cacache
105106
!/@sigstore/sign/node_modules/make-fetch-happen
106107
!/@sigstore/sign/node_modules/proc-log
108+
!/@sigstore/sign/node_modules/ssri
107109
!/@sigstore/sign/node_modules/unique-filename
108110
!/@sigstore/sign/node_modules/unique-slug
109111
!/@sigstore/tuf
@@ -130,7 +132,6 @@
130132
!/cacache/node_modules/minizlib
131133
!/cacache/node_modules/mkdirp
132134
!/cacache/node_modules/p-map
133-
!/cacache/node_modules/ssri
134135
!/cacache/node_modules/tar
135136
!/cacache/node_modules/yallist
136137
!/chalk
@@ -196,7 +197,6 @@
196197
/make-fetch-happen/node_modules/*
197198
!/make-fetch-happen/node_modules/minipass-fetch
198199
!/make-fetch-happen/node_modules/minizlib
199-
!/make-fetch-happen/node_modules/ssri
200200
!/minimatch
201201
!/minipass-collect
202202
!/minipass-fetch
@@ -233,6 +233,7 @@
233233
!/node-gyp/node_modules/make-fetch-happen
234234
!/node-gyp/node_modules/nopt
235235
!/node-gyp/node_modules/proc-log
236+
!/node-gyp/node_modules/ssri
236237
!/node-gyp/node_modules/unique-filename
237238
!/node-gyp/node_modules/unique-slug
238239
!/nopt
@@ -274,7 +275,6 @@
274275
!/pacote/node_modules/npm-bundled
275276
!/pacote/node_modules/npm-normalize-package-bin
276277
!/pacote/node_modules/npm-packlist
277-
!/pacote/node_modules/ssri
278278
!/pacote/node_modules/which
279279
!/parse-conflict-json
280280
!/path-key
@@ -340,6 +340,7 @@
340340
!/tuf-js/node_modules/cacache
341341
!/tuf-js/node_modules/make-fetch-happen
342342
!/tuf-js/node_modules/proc-log
343+
!/tuf-js/node_modules/ssri
343344
!/tuf-js/node_modules/unique-filename
344345
!/tuf-js/node_modules/unique-slug
345346
!/unique-filename

node_modules/cacache/node_modules/ssri/package.json node_modules/@npmcli/metavuln-calculator/node_modules/ssri/package.json

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ssri",
3-
"version": "12.0.0",
3+
"version": "10.0.6",
44
"description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.",
55
"main": "lib/index.js",
66
"files": [
@@ -13,12 +13,11 @@
1313
"posttest": "npm run lint",
1414
"test": "tap",
1515
"coverage": "tap",
16-
"lint": "npm run eslint",
16+
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
1717
"postlint": "template-oss-check",
1818
"template-oss-apply": "template-oss-apply --force",
19-
"lintfix": "npm run eslint -- --fix",
20-
"snap": "tap",
21-
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
19+
"lintfix": "npm run lint -- --fix",
20+
"snap": "tap"
2221
},
2322
"tap": {
2423
"check-coverage": true,
@@ -51,16 +50,16 @@
5150
"minipass": "^7.0.3"
5251
},
5352
"devDependencies": {
54-
"@npmcli/eslint-config": "^5.0.0",
55-
"@npmcli/template-oss": "4.23.3",
53+
"@npmcli/eslint-config": "^4.0.0",
54+
"@npmcli/template-oss": "4.22.0",
5655
"tap": "^16.0.1"
5756
},
5857
"engines": {
59-
"node": "^18.17.0 || >=20.5.0"
58+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
6059
},
6160
"templateOSS": {
6261
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
63-
"version": "4.23.3",
62+
"version": "4.22.0",
6463
"publish": "true"
6564
}
6665
}

node_modules/make-fetch-happen/node_modules/ssri/package.json node_modules/@sigstore/sign/node_modules/ssri/package.json

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ssri",
3-
"version": "12.0.0",
3+
"version": "10.0.6",
44
"description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.",
55
"main": "lib/index.js",
66
"files": [
@@ -13,12 +13,11 @@
1313
"posttest": "npm run lint",
1414
"test": "tap",
1515
"coverage": "tap",
16-
"lint": "npm run eslint",
16+
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
1717
"postlint": "template-oss-check",
1818
"template-oss-apply": "template-oss-apply --force",
19-
"lintfix": "npm run eslint -- --fix",
20-
"snap": "tap",
21-
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
19+
"lintfix": "npm run lint -- --fix",
20+
"snap": "tap"
2221
},
2322
"tap": {
2423
"check-coverage": true,
@@ -51,16 +50,16 @@
5150
"minipass": "^7.0.3"
5251
},
5352
"devDependencies": {
54-
"@npmcli/eslint-config": "^5.0.0",
55-
"@npmcli/template-oss": "4.23.3",
53+
"@npmcli/eslint-config": "^4.0.0",
54+
"@npmcli/template-oss": "4.22.0",
5655
"tap": "^16.0.1"
5756
},
5857
"engines": {
59-
"node": "^18.17.0 || >=20.5.0"
58+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
6059
},
6160
"templateOSS": {
6261
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
63-
"version": "4.23.3",
62+
"version": "4.22.0",
6463
"publish": "true"
6564
}
6665
}

node_modules/pacote/node_modules/ssri/package.json node_modules/node-gyp/node_modules/ssri/package.json

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ssri",
3-
"version": "12.0.0",
3+
"version": "10.0.6",
44
"description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.",
55
"main": "lib/index.js",
66
"files": [
@@ -13,12 +13,11 @@
1313
"posttest": "npm run lint",
1414
"test": "tap",
1515
"coverage": "tap",
16-
"lint": "npm run eslint",
16+
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
1717
"postlint": "template-oss-check",
1818
"template-oss-apply": "template-oss-apply --force",
19-
"lintfix": "npm run eslint -- --fix",
20-
"snap": "tap",
21-
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
19+
"lintfix": "npm run lint -- --fix",
20+
"snap": "tap"
2221
},
2322
"tap": {
2423
"check-coverage": true,
@@ -51,16 +50,16 @@
5150
"minipass": "^7.0.3"
5251
},
5352
"devDependencies": {
54-
"@npmcli/eslint-config": "^5.0.0",
55-
"@npmcli/template-oss": "4.23.3",
53+
"@npmcli/eslint-config": "^4.0.0",
54+
"@npmcli/template-oss": "4.22.0",
5655
"tap": "^16.0.1"
5756
},
5857
"engines": {
59-
"node": "^18.17.0 || >=20.5.0"
58+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
6059
},
6160
"templateOSS": {
6261
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
63-
"version": "4.23.3",
62+
"version": "4.22.0",
6463
"publish": "true"
6564
}
6665
}

node_modules/ssri/package.json

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ssri",
3-
"version": "10.0.6",
3+
"version": "12.0.0",
44
"description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.",
55
"main": "lib/index.js",
66
"files": [
@@ -13,11 +13,12 @@
1313
"posttest": "npm run lint",
1414
"test": "tap",
1515
"coverage": "tap",
16-
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
16+
"lint": "npm run eslint",
1717
"postlint": "template-oss-check",
1818
"template-oss-apply": "template-oss-apply --force",
19-
"lintfix": "npm run lint -- --fix",
20-
"snap": "tap"
19+
"lintfix": "npm run eslint -- --fix",
20+
"snap": "tap",
21+
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
2122
},
2223
"tap": {
2324
"check-coverage": true,
@@ -50,16 +51,16 @@
5051
"minipass": "^7.0.3"
5152
},
5253
"devDependencies": {
53-
"@npmcli/eslint-config": "^4.0.0",
54-
"@npmcli/template-oss": "4.22.0",
54+
"@npmcli/eslint-config": "^5.0.0",
55+
"@npmcli/template-oss": "4.23.3",
5556
"tap": "^16.0.1"
5657
},
5758
"engines": {
58-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
59+
"node": "^18.17.0 || >=20.5.0"
5960
},
6061
"templateOSS": {
6162
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
62-
"version": "4.22.0",
63+
"version": "4.23.3",
6364
"publish": "true"
6465
}
6566
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
ISC License
2+
3+
Copyright 2021 (c) npm, Inc.
4+
5+
Permission to use, copy, modify, and/or distribute this software for
6+
any purpose with or without fee is hereby granted, provided that the
7+
above copyright notice and this permission notice appear in all copies.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS
10+
ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
11+
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
12+
COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
13+
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
14+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
15+
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
16+
USE OR PERFORMANCE OF THIS SOFTWARE.

0 commit comments

Comments
 (0)