Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--node_modules/pacote/lib/registry.js3
-rw-r--r--node_modules/pacote/package.json8
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
4 files changed, 15 insertions, 12 deletions
diff --git a/node_modules/pacote/lib/registry.js b/node_modules/pacote/lib/registry.js
index b4f890d31..e8ca16f59 100644
--- a/node_modules/pacote/lib/registry.js
+++ b/node_modules/pacote/lib/registry.js
@@ -165,6 +165,9 @@ class RegistryFetcher extends Fetcher {
}
if (this.integrity) {
mani._integrity = String(this.integrity)
+ if (dist.signatures) {
+ mani._signatures = dist.signatures
+ }
}
this.package = rpj.normalize(mani)
return this.package
diff --git a/node_modules/pacote/package.json b/node_modules/pacote/package.json
index a978852b2..2f4323c44 100644
--- a/node_modules/pacote/package.json
+++ b/node_modules/pacote/package.json
@@ -1,6 +1,6 @@
{
"name": "pacote",
- "version": "13.2.0",
+ "version": "13.3.0",
"description": "JavaScript package downloader",
"author": "GitHub Inc.",
"bin": {
@@ -26,11 +26,11 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.4.2",
+ "@npmcli/template-oss": "3.4.3",
"hosted-git-info": "^5.0.0",
"mutate-fs": "^2.1.1",
"nock": "^13.2.4",
- "npm-registry-mock": "^1.3.1",
+ "npm-registry-mock": "^1.3.2",
"tap": "^16.0.1"
},
"files": [
@@ -74,7 +74,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.4.2",
+ "version": "3.4.3",
"windowsCI": false
}
}
diff --git a/package-lock.json b/package-lock.json
index f184e3a58..e9ce78363 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -138,7 +138,7 @@
"npm-user-validate": "^1.0.1",
"npmlog": "^6.0.2",
"opener": "^1.5.2",
- "pacote": "^13.2.0",
+ "pacote": "^13.3.0",
"parse-conflict-json": "^2.0.2",
"proc-log": "^2.0.1",
"qrcode-terminal": "^0.12.0",
@@ -5563,9 +5563,9 @@
}
},
"node_modules/pacote": {
- "version": "13.2.0",
- "resolved": "https://registry.npmjs.org/pacote/-/pacote-13.2.0.tgz",
- "integrity": "sha512-IT4/xHT8eLi4cJdKSGCuqooWp2YwRP5OgrQypbBlLG8Ubzw+h7s57QbrA2SegQcdGefD81ZvuI+aL0JlfFcPCA==",
+ "version": "13.3.0",
+ "resolved": "https://registry.npmjs.org/pacote/-/pacote-13.3.0.tgz",
+ "integrity": "sha512-auhJAUlfC2TALo6I0s1vFoPvVFgWGx+uz/PnIojTTgkGwlK3Np8sGJ0ghfFhiuzJXTZoTycMLk8uLskdntPbDw==",
"inBundle": true,
"dependencies": {
"@npmcli/git": "^3.0.0",
@@ -13898,9 +13898,9 @@
}
},
"pacote": {
- "version": "13.2.0",
- "resolved": "https://registry.npmjs.org/pacote/-/pacote-13.2.0.tgz",
- "integrity": "sha512-IT4/xHT8eLi4cJdKSGCuqooWp2YwRP5OgrQypbBlLG8Ubzw+h7s57QbrA2SegQcdGefD81ZvuI+aL0JlfFcPCA==",
+ "version": "13.3.0",
+ "resolved": "https://registry.npmjs.org/pacote/-/pacote-13.3.0.tgz",
+ "integrity": "sha512-auhJAUlfC2TALo6I0s1vFoPvVFgWGx+uz/PnIojTTgkGwlK3Np8sGJ0ghfFhiuzJXTZoTycMLk8uLskdntPbDw==",
"requires": {
"@npmcli/git": "^3.0.0",
"@npmcli/installed-package-contents": "^1.0.7",
diff --git a/package.json b/package.json
index 96b9321ec..dcd813ca4 100644
--- a/package.json
+++ b/package.json
@@ -107,7 +107,7 @@
"npm-user-validate": "^1.0.1",
"npmlog": "^6.0.2",
"opener": "^1.5.2",
- "pacote": "^13.2.0",
+ "pacote": "^13.3.0",
"parse-conflict-json": "^2.0.2",
"proc-log": "^2.0.1",
"qrcode-terminal": "^0.12.0",