Skip to content

Commit 13fa40d

Browse files
committed
deps: pacote@21.5.0
1 parent 76c76e5 commit 13fa40d

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

node_modules/pacote/lib/registry.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ class RegistryFetcher extends Fetcher {
342342
}
343343
}
344344
mani._attestations = dist.attestations
345+
mani._attestationBundles = attestations
345346
} else {
346347
mani._attestations = dist.attestations
347348
}

node_modules/pacote/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pacote",
3-
"version": "21.4.0",
3+
"version": "21.5.0",
44
"description": "JavaScript package downloader",
55
"author": "GitHub Inc.",
66
"bin": {
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@npmcli/arborist": "^9.0.2",
3030
"@npmcli/eslint-config": "^6.0.0",
31-
"@npmcli/template-oss": "4.28.0",
31+
"@npmcli/template-oss": "4.29.0",
3232
"hosted-git-info": "^9.0.0",
3333
"mutate-fs": "^2.1.1",
3434
"nock": "^13.2.4",
@@ -73,7 +73,7 @@
7373
},
7474
"templateOSS": {
7575
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
76-
"version": "4.28.0",
76+
"version": "4.29.0",
7777
"windowsCI": false,
7878
"publish": "true"
7979
}

package-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"npm-registry-fetch": "^19.1.1",
134134
"npm-user-validate": "^4.0.0",
135135
"p-map": "^7.0.4",
136-
"pacote": "^21.4.0",
136+
"pacote": "^21.5.0",
137137
"parse-conflict-json": "^5.0.1",
138138
"proc-log": "^6.1.0",
139139
"qrcode-terminal": "^0.12.0",
@@ -9228,9 +9228,9 @@
92289228
"license": "BlueOak-1.0.0"
92299229
},
92309230
"node_modules/pacote": {
9231-
"version": "21.4.0",
9232-
"resolved": "https://registry.npmjs.org/pacote/-/pacote-21.4.0.tgz",
9233-
"integrity": "sha512-DR7mn7HUOomAX1BORnpYy678qVIidbvOojkBscqy27dRKN+s/hLeQT1MeYYrx1Cxh62jyKjiWiDV7RTTqB+ZEQ==",
9231+
"version": "21.5.0",
9232+
"resolved": "https://registry.npmjs.org/pacote/-/pacote-21.5.0.tgz",
9233+
"integrity": "sha512-VtZ0SB8mb5Tzw3dXDfVAIjhyVKUHZkS/ZH9/5mpKenwC9sFOXNI0JI7kEF7IMkwOnsWMFrvAZHzx1T5fmrp9FQ==",
92349234
"inBundle": true,
92359235
"license": "ISC",
92369236
"dependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"npm-registry-fetch": "^19.1.1",
102102
"npm-user-validate": "^4.0.0",
103103
"p-map": "^7.0.4",
104-
"pacote": "^21.4.0",
104+
"pacote": "^21.5.0",
105105
"parse-conflict-json": "^5.0.1",
106106
"proc-log": "^6.1.0",
107107
"qrcode-terminal": "^0.12.0",

0 commit comments

Comments
 (0)