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:58:48 +0300
committerGar <gar+gh@danger.computer>2021-04-22 22:58:48 +0300
commit35873a989fe67041ddcf30a0a278ed77ace5ee3c (patch)
tree668a891d2ab55b35c340d26db142c34ab9808f0a /package-lock.json
parent251f788c554a198ab42682453fa5504f8abe93fe (diff)
libnpmteam@2.0.3
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json54
1 files changed, 9 insertions, 45 deletions
diff --git a/package-lock.json b/package-lock.json
index 5b02d2362..63acfa302 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -110,7 +110,7 @@
"libnpmpack": "^2.0.1",
"libnpmpublish": "^4.0.1",
"libnpmsearch": "^3.1.1",
- "libnpmteam": "^2.0.2",
+ "libnpmteam": "^2.0.3",
"libnpmversion": "^1.2.0",
"make-fetch-happen": "^8.0.14",
"minipass": "^3.1.3",
@@ -4722,32 +4722,13 @@
}
},
"node_modules/libnpmteam": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-2.0.2.tgz",
- "integrity": "sha512-QGvtbMPdQzK+XybBPK0UjfLEI9fiDPQSFMbZW+2lmm0BgPoqxHle0Wl90bsIyBVY7pYzp45MgMqQNo7KWCLpDA==",
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-2.0.3.tgz",
+ "integrity": "sha512-bCNyYddHmvGEfxOYIk5WcdWHXHIygfAo5tmcGf19YyIG42igd0+CckpuXXJgtIAMZSTFhwskWx9YZ9CmWL94CA==",
"inBundle": true,
"dependencies": {
"aproba": "^2.0.0",
- "npm-registry-fetch": "^9.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/libnpmteam/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-registry-fetch": "^10.0.0"
},
"engines": {
"node": ">=10"
@@ -13947,29 +13928,12 @@
}
},
"libnpmteam": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-2.0.2.tgz",
- "integrity": "sha512-QGvtbMPdQzK+XybBPK0UjfLEI9fiDPQSFMbZW+2lmm0BgPoqxHle0Wl90bsIyBVY7pYzp45MgMqQNo7KWCLpDA==",
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-2.0.3.tgz",
+ "integrity": "sha512-bCNyYddHmvGEfxOYIk5WcdWHXHIygfAo5tmcGf19YyIG42igd0+CckpuXXJgtIAMZSTFhwskWx9YZ9CmWL94CA==",
"requires": {
"aproba": "^2.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-registry-fetch": "^10.0.0"
}
},
"libnpmversion": {