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:
authorGar <gar+gh@danger.computer>2022-05-04 19:14:11 +0300
committerGitHub <noreply@github.com>2022-05-04 19:14:11 +0300
commite2e9c8152e2d2adcb7e2dfc90f61353d50e433ba (patch)
tree3cc63cdc55eb6ea71272733ef5b5d13b13124edb /node_modules
parent5f59f803d1c6cdc690d4d7016990ca0e20c6706f (diff)
deps: pacote@13.3.0 (#4852)
* add _signatures to manifest
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/pacote/lib/registry.js3
-rw-r--r--node_modules/pacote/package.json8
2 files changed, 7 insertions, 4 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
}
}