Skip to content

Commit 8cc9f70

Browse files
committed
1 parent 0b7274f commit 8cc9f70

File tree

13 files changed

+36
-710
lines changed

13 files changed

+36
-710
lines changed

node_modules/.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@
7979
!/binary-extensions
8080
!/brace-expansion
8181
!/cacache
82+
!/cacache/node_modules/
83+
/cacache/node_modules/*
84+
!/cacache/node_modules/ssri
8285
!/chalk
8386
!/chownr
8487
!/ci-info
@@ -129,9 +132,6 @@
129132
!/just-diff
130133
!/lru-cache
131134
!/make-fetch-happen
132-
!/make-fetch-happen/node_modules/
133-
/make-fetch-happen/node_modules/*
134-
!/make-fetch-happen/node_modules/ssri
135135
!/minimatch
136136
!/minipass-collect
137137
!/minipass-fetch
@@ -178,7 +178,6 @@
178178
!/pacote/node_modules/@npmcli/
179179
/pacote/node_modules/@npmcli/*
180180
!/pacote/node_modules/@npmcli/promise-spawn
181-
!/pacote/node_modules/ssri
182181
!/parse-conflict-json
183182
!/path-key
184183
!/path-scurry
File renamed without changes.

node_modules/make-fetch-happen/node_modules/ssri/lib/index.js renamed to node_modules/cacache/node_modules/ssri/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const DEFAULT_ALGORITHMS = ['sha512']
99
// TODO: this should really be a hardcoded list of algorithms we support,
1010
// rather than [a-z0-9].
1111
const BASE64_REGEX = /^[a-z0-9+/]+(?:=?=?)$/i
12-
const SRI_REGEX = /^([a-z0-9]+)-([^?]+)(\?[?\S*]*)?$/
12+
const SRI_REGEX = /^([a-z0-9]+)-([^?]+)([?\S*]*)$/
1313
const STRICT_SRI_REGEX = /^([a-z0-9]+)-([A-Za-z0-9+/=]{44,88})(\?[\x21-\x7E]*)?$/
1414
const VCHAR_REGEX = /^[\x21-\x7E]+$/
1515

node_modules/pacote/node_modules/ssri/package.json renamed to node_modules/cacache/node_modules/ssri/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ssri",
3-
"version": "13.0.0",
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": [
@@ -52,15 +52,15 @@
5252
},
5353
"devDependencies": {
5454
"@npmcli/eslint-config": "^5.0.0",
55-
"@npmcli/template-oss": "4.27.1",
55+
"@npmcli/template-oss": "4.23.3",
5656
"tap": "^16.0.1"
5757
},
5858
"engines": {
59-
"node": "^20.17.0 || >=22.9.0"
59+
"node": "^18.17.0 || >=20.5.0"
6060
},
6161
"templateOSS": {
6262
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
63-
"version": "4.27.1",
63+
"version": "4.23.3",
6464
"publish": "true"
6565
}
6666
}

node_modules/make-fetch-happen/node_modules/ssri/package.json

Lines changed: 0 additions & 66 deletions
This file was deleted.

node_modules/pacote/node_modules/ssri/LICENSE.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)