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>2021-04-22 22:38:22 +0300
committerGar <gar+gh@danger.computer>2021-04-22 22:38:45 +0300
commit95faf8ce6c007082a02c160977da194c08ee9d82 (patch)
tree6bddc8ec19ed16ec3b9fc64b2c8ce40edeffb3cc /package-lock.json
parent35e49b94fba478a63df6cc9b62816eafe5f1fbdd (diff)
libnpmaccess@4.0.2
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json58
1 files changed, 11 insertions, 47 deletions
diff --git a/package-lock.json b/package-lock.json
index 86ea49a6d..6334d53e3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -276,7 +276,7 @@
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^2.3.1",
"leven": "^3.1.0",
- "libnpmaccess": "^4.0.1",
+ "libnpmaccess": "^4.0.2",
"libnpmdiff": "^2.0.4",
"libnpmexec": "^1.0.1",
"libnpmfund": "^1.0.2",
@@ -4765,34 +4765,15 @@
}
},
"node_modules/libnpmaccess": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-4.0.1.tgz",
- "integrity": "sha512-ZiAgvfUbvmkHoMTzdwmNWCrQRsDkOC+aM5BDfO0C9aOSwF3R1LdFDBD+Rer1KWtsoQYO35nXgmMR7OUHpDRxyA==",
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-4.0.2.tgz",
+ "integrity": "sha512-avXtJibZuGap0/qADDYqb9zdpgzVu/yG5+tl2sTRa7MCkDNv2ZlGwCYI0r6/+tmqXPj0iB9fKexHz426vB326w==",
"inBundle": true,
"dependencies": {
"aproba": "^2.0.0",
"minipass": "^3.1.1",
- "npm-package-arg": "^8.0.0",
- "npm-registry-fetch": "^9.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/libnpmaccess/node_modules/npm-registry-fetch": {
- "version": "9.0.0",
- "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-9.0.0.tgz",
- "integrity": "sha512-PuFYYtnQ8IyVl6ib9d3PepeehcUeHN9IO5N/iCRhyg9tStQcqGQBRVHmfmMWPDERU3KwZoHFvbJ4FPXPspvzbA==",
- "inBundle": true,
- "dependencies": {
- "@npmcli/ci-detect": "^1.0.0",
- "lru-cache": "^6.0.0",
- "make-fetch-happen": "^8.0.9",
- "minipass": "^3.1.3",
- "minipass-fetch": "^1.3.0",
- "minipass-json-stream": "^1.0.1",
- "minizlib": "^2.0.0",
- "npm-package-arg": "^8.0.0"
+ "npm-package-arg": "^8.1.2",
+ "npm-registry-fetch": "^10.0.0"
},
"engines": {
"node": ">=10"
@@ -14118,31 +14099,14 @@
}
},
"libnpmaccess": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-4.0.1.tgz",
- "integrity": "sha512-ZiAgvfUbvmkHoMTzdwmNWCrQRsDkOC+aM5BDfO0C9aOSwF3R1LdFDBD+Rer1KWtsoQYO35nXgmMR7OUHpDRxyA==",
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-4.0.2.tgz",
+ "integrity": "sha512-avXtJibZuGap0/qADDYqb9zdpgzVu/yG5+tl2sTRa7MCkDNv2ZlGwCYI0r6/+tmqXPj0iB9fKexHz426vB326w==",
"requires": {
"aproba": "^2.0.0",
"minipass": "^3.1.1",
- "npm-package-arg": "^8.0.0",
- "npm-registry-fetch": "^9.0.0"
- },
- "dependencies": {
- "npm-registry-fetch": {
- "version": "9.0.0",
- "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-9.0.0.tgz",
- "integrity": "sha512-PuFYYtnQ8IyVl6ib9d3PepeehcUeHN9IO5N/iCRhyg9tStQcqGQBRVHmfmMWPDERU3KwZoHFvbJ4FPXPspvzbA==",
- "requires": {
- "@npmcli/ci-detect": "^1.0.0",
- "lru-cache": "^6.0.0",
- "make-fetch-happen": "^8.0.9",
- "minipass": "^3.1.3",
- "minipass-fetch": "^1.3.0",
- "minipass-json-stream": "^1.0.1",
- "minizlib": "^2.0.0",
- "npm-package-arg": "^8.0.0"
- }
- }
+ "npm-package-arg": "^8.1.2",
+ "npm-registry-fetch": "^10.0.0"
}
},
"libnpmdiff": {