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:
authorisaacs <i@izs.me>2021-04-24 01:23:54 +0300
committerisaacs <i@izs.me>2021-04-24 01:23:54 +0300
commitc74e67fc6572bb001d74c7486c05d211a0e03de8 (patch)
treec629ae00b871882865e1f4f6269da3f235697219 /package-lock.json
parentb61eac693df82c52b955e6c18ec4dcf4cedea8a3 (diff)
npm-registry-fetch@10.1.1
Second piece of the fix for https://github.com/npm/cli/issues/3130
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index 3bf4c736e..9f9b6b68e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -124,7 +124,7 @@
"npm-package-arg": "^8.1.2",
"npm-pick-manifest": "^6.1.1",
"npm-profile": "^5.0.3",
- "npm-registry-fetch": "^10.1.0",
+ "npm-registry-fetch": "^10.1.1",
"npm-user-validate": "^1.0.1",
"npmlog": "~4.1.2",
"opener": "^1.5.2",
@@ -5466,9 +5466,9 @@
}
},
"node_modules/npm-registry-fetch": {
- "version": "10.1.0",
- "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-10.1.0.tgz",
- "integrity": "sha512-XcKu0h6OuRTB7HO5uv8htavPQJ1dYTLAXLE5AMs4GFQ1LbY+LlHiNoqIbVshE3rk0vLk+nKxpA/4WJm1kE7eqg==",
+ "version": "10.1.1",
+ "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-10.1.1.tgz",
+ "integrity": "sha512-F6a3l+ffCQ7hvvN16YG5bpm1rPZntCg66PLHDQ1apWJPOCUVHoKnL2w5fqEaTVhp42dmossTyXeR7hTGirfXrg==",
"inBundle": true,
"dependencies": {
"lru-cache": "^6.0.0",
@@ -14324,9 +14324,9 @@
}
},
"npm-registry-fetch": {
- "version": "10.1.0",
- "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-10.1.0.tgz",
- "integrity": "sha512-XcKu0h6OuRTB7HO5uv8htavPQJ1dYTLAXLE5AMs4GFQ1LbY+LlHiNoqIbVshE3rk0vLk+nKxpA/4WJm1kE7eqg==",
+ "version": "10.1.1",
+ "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-10.1.1.tgz",
+ "integrity": "sha512-F6a3l+ffCQ7hvvN16YG5bpm1rPZntCg66PLHDQ1apWJPOCUVHoKnL2w5fqEaTVhp42dmossTyXeR7hTGirfXrg==",
"requires": {
"lru-cache": "^6.0.0",
"make-fetch-happen": "^8.0.9",