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:
authorKat Marchán <kzm@zkat.tech>2019-01-24 22:24:58 +0300
committerAudrey Eschright <audrey@lifeofaudrey.com>2019-02-14 22:19:49 +0300
commitf91024e1135c120d78ef239bf3eaa2e2152f8fae (patch)
tree77c7a1e9da49621a144a8414af98db29ce0642d5 /package-lock.json
parent550bf703ae3e31ba6a300658ae95b6937f67b68f (diff)
npm-registry-fetch@3.9.0
Make sure publishing with legacy username:password _auth works again
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index a2f2fd4a3..f3b0c3b60 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3296,9 +3296,9 @@
}
},
"npm-registry-fetch": {
- "version": "3.8.0",
- "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-3.8.0.tgz",
- "integrity": "sha512-hrw8UMD+Nob3Kl3h8Z/YjmKamb1gf7D1ZZch2otrIXM3uFLB5vjEY6DhMlq80z/zZet6eETLbOXcuQudCB3Zpw==",
+ "version": "3.9.0",
+ "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-3.9.0.tgz",
+ "integrity": "sha512-srwmt8YhNajAoSAaDWndmZgx89lJwIZ1GWxOuckH4Coek4uHv5S+o/l9FLQe/awA+JwTnj4FJHldxhlXdZEBmw==",
"requires": {
"JSONStream": "^1.3.4",
"bluebird": "^3.5.1",