Skip to content

Commit 162c82e

Browse files
authored
deps: pacote@17.0.6 (#7148)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
1 parent 6d5f9ac commit 162c82e

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

node_modules/pacote/lib/registry.js

+1
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ class RegistryFetcher extends Fetcher {
321321
// specify a public key from the keys endpoint: `registry-host.tld/-/npm/v1/keys`
322322
const options = {
323323
tufCachePath: this.tufCache,
324+
tufForceCache: true,
324325
keySelector: publicKey ? () => publicKey.pemkey : undefined,
325326
}
326327
await sigstore.verify(bundle, options)

node_modules/pacote/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pacote",
3-
"version": "17.0.5",
3+
"version": "17.0.6",
44
"description": "JavaScript package downloader",
55
"author": "GitHub Inc.",
66
"bin": {
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"test": "tap",
1313
"snap": "tap",
14-
"lint": "eslint \"**/*.js\"",
14+
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
1515
"postlint": "template-oss-check",
1616
"lintfix": "npm run lint -- --fix",
1717
"posttest": "npm run lint",
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@npmcli/arborist": "^7.1.0",
2929
"@npmcli/eslint-config": "^4.0.0",
30-
"@npmcli/template-oss": "4.19.0",
30+
"@npmcli/template-oss": "4.21.3",
3131
"hosted-git-info": "^7.0.0",
3232
"mutate-fs": "^2.1.1",
3333
"nock": "^13.2.4",
@@ -59,7 +59,7 @@
5959
"promise-retry": "^2.0.1",
6060
"read-package-json": "^7.0.0",
6161
"read-package-json-fast": "^3.0.0",
62-
"sigstore": "^2.0.0",
62+
"sigstore": "^2.2.0",
6363
"ssri": "^10.0.0",
6464
"tar": "^6.1.11"
6565
},
@@ -72,7 +72,7 @@
7272
},
7373
"templateOSS": {
7474
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
75-
"version": "4.19.0",
75+
"version": "4.21.3",
7676
"windowsCI": false,
7777
"publish": "true"
7878
}

package-lock.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"npm-user-validate": "^2.0.0",
144144
"npmlog": "^7.0.1",
145145
"p-map": "^4.0.0",
146-
"pacote": "^17.0.5",
146+
"pacote": "^17.0.6",
147147
"parse-conflict-json": "^3.0.1",
148148
"proc-log": "^3.0.0",
149149
"qrcode-terminal": "^0.12.0",
@@ -10785,9 +10785,9 @@
1078510785
}
1078610786
},
1078710787
"node_modules/pacote": {
10788-
"version": "17.0.5",
10789-
"resolved": "https://registry.npmjs.org/pacote/-/pacote-17.0.5.tgz",
10790-
"integrity": "sha512-TAE0m20zSDMnchPja9vtQjri19X3pZIyRpm2TJVeI+yU42leJBBDTRYhOcWFsPhaMxf+3iwQkFiKz16G9AEeeA==",
10788+
"version": "17.0.6",
10789+
"resolved": "https://registry.npmjs.org/pacote/-/pacote-17.0.6.tgz",
10790+
"integrity": "sha512-cJKrW21VRE8vVTRskJo78c/RCvwJCn1f4qgfxL4w77SOWrTCRcmfkYHlHtS0gqpgjv3zhXflRtgsrUCX5xwNnQ==",
1079110791
"inBundle": true,
1079210792
"dependencies": {
1079310793
"@npmcli/git": "^5.0.0",
@@ -10805,7 +10805,7 @@
1080510805
"promise-retry": "^2.0.1",
1080610806
"read-package-json": "^7.0.0",
1080710807
"read-package-json-fast": "^3.0.0",
10808-
"sigstore": "^2.0.0",
10808+
"sigstore": "^2.2.0",
1080910809
"ssri": "^10.0.0",
1081010810
"tar": "^6.1.11"
1081110811
},

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"npm-user-validate": "^2.0.0",
106106
"npmlog": "^7.0.1",
107107
"p-map": "^4.0.0",
108-
"pacote": "^17.0.5",
108+
"pacote": "^17.0.6",
109109
"parse-conflict-json": "^3.0.1",
110110
"proc-log": "^3.0.0",
111111
"qrcode-terminal": "^0.12.0",

0 commit comments

Comments
 (0)