Skip to content

Commit e2e9c81

Browse files
authoredMay 4, 2022
deps: pacote@13.3.0 (#4852)
* add _signatures to manifest
1 parent 5f59f80 commit e2e9c81

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed
 

‎node_modules/pacote/lib/registry.js

+3
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ class RegistryFetcher extends Fetcher {
165165
}
166166
if (this.integrity) {
167167
mani._integrity = String(this.integrity)
168+
if (dist.signatures) {
169+
mani._signatures = dist.signatures
170+
}
168171
}
169172
this.package = rpj.normalize(mani)
170173
return this.package

‎node_modules/pacote/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pacote",
3-
"version": "13.2.0",
3+
"version": "13.3.0",
44
"description": "JavaScript package downloader",
55
"author": "GitHub Inc.",
66
"bin": {
@@ -26,11 +26,11 @@
2626
},
2727
"devDependencies": {
2828
"@npmcli/eslint-config": "^3.0.1",
29-
"@npmcli/template-oss": "3.4.2",
29+
"@npmcli/template-oss": "3.4.3",
3030
"hosted-git-info": "^5.0.0",
3131
"mutate-fs": "^2.1.1",
3232
"nock": "^13.2.4",
33-
"npm-registry-mock": "^1.3.1",
33+
"npm-registry-mock": "^1.3.2",
3434
"tap": "^16.0.1"
3535
},
3636
"files": [
@@ -74,7 +74,7 @@
7474
},
7575
"templateOSS": {
7676
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
77-
"version": "3.4.2",
77+
"version": "3.4.3",
7878
"windowsCI": false
7979
}
8080
}

‎package-lock.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"npm-user-validate": "^1.0.1",
139139
"npmlog": "^6.0.2",
140140
"opener": "^1.5.2",
141-
"pacote": "^13.2.0",
141+
"pacote": "^13.3.0",
142142
"parse-conflict-json": "^2.0.2",
143143
"proc-log": "^2.0.1",
144144
"qrcode-terminal": "^0.12.0",
@@ -5563,9 +5563,9 @@
55635563
}
55645564
},
55655565
"node_modules/pacote": {
5566-
"version": "13.2.0",
5567-
"resolved": "https://registry.npmjs.org/pacote/-/pacote-13.2.0.tgz",
5568-
"integrity": "sha512-IT4/xHT8eLi4cJdKSGCuqooWp2YwRP5OgrQypbBlLG8Ubzw+h7s57QbrA2SegQcdGefD81ZvuI+aL0JlfFcPCA==",
5566+
"version": "13.3.0",
5567+
"resolved": "https://registry.npmjs.org/pacote/-/pacote-13.3.0.tgz",
5568+
"integrity": "sha512-auhJAUlfC2TALo6I0s1vFoPvVFgWGx+uz/PnIojTTgkGwlK3Np8sGJ0ghfFhiuzJXTZoTycMLk8uLskdntPbDw==",
55695569
"inBundle": true,
55705570
"dependencies": {
55715571
"@npmcli/git": "^3.0.0",
@@ -13898,9 +13898,9 @@
1389813898
}
1389913899
},
1390013900
"pacote": {
13901-
"version": "13.2.0",
13902-
"resolved": "https://registry.npmjs.org/pacote/-/pacote-13.2.0.tgz",
13903-
"integrity": "sha512-IT4/xHT8eLi4cJdKSGCuqooWp2YwRP5OgrQypbBlLG8Ubzw+h7s57QbrA2SegQcdGefD81ZvuI+aL0JlfFcPCA==",
13901+
"version": "13.3.0",
13902+
"resolved": "https://registry.npmjs.org/pacote/-/pacote-13.3.0.tgz",
13903+
"integrity": "sha512-auhJAUlfC2TALo6I0s1vFoPvVFgWGx+uz/PnIojTTgkGwlK3Np8sGJ0ghfFhiuzJXTZoTycMLk8uLskdntPbDw==",
1390413904
"requires": {
1390513905
"@npmcli/git": "^3.0.0",
1390613906
"@npmcli/installed-package-contents": "^1.0.7",

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"npm-user-validate": "^1.0.1",
108108
"npmlog": "^6.0.2",
109109
"opener": "^1.5.2",
110-
"pacote": "^13.2.0",
110+
"pacote": "^13.3.0",
111111
"parse-conflict-json": "^2.0.2",
112112
"proc-log": "^2.0.1",
113113
"qrcode-terminal": "^0.12.0",

0 commit comments

Comments
 (0)
Please sign in to comment.