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>2020-12-18 23:21:17 +0300
committerisaacs <i@izs.me>2020-12-18 23:21:17 +0300
commit4fc2f3e05b600aa64fe5eb6b8b77bc070e5a9403 (patch)
tree78ee1764f49439a4dbde3d2bc667f76a08e15e88 /package-lock.json
parentbc1c567ed3d853ed4f01d33a800eb453956de6ef (diff)
@npmcli/config@1.2.8
* Support setting email without username/password Fixes: #2300
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 a1efbf45f..7c18e3b84 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -356,7 +356,7 @@
"dependencies": {
"@npmcli/arborist": "^2.0.2",
"@npmcli/ci-detect": "^1.2.0",
- "@npmcli/config": "^1.2.7",
+ "@npmcli/config": "^1.2.8",
"@npmcli/run-script": "^1.8.1",
"abbrev": "~1.1.1",
"ansicolors": "~0.3.2",
@@ -721,9 +721,9 @@
"inBundle": true
},
"node_modules/@npmcli/config": {
- "version": "1.2.7",
- "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-1.2.7.tgz",
- "integrity": "sha512-zV1xhCK91UegZO03G7BdNSRMCTDVMB1UI31XDbZ8bjUB/8rUuFvbYoIRzZDMyUPT24ltzLQC15Ub2bzgg0ORSg==",
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-1.2.8.tgz",
+ "integrity": "sha512-XFqg1uxUhEiy73hT1Z66xrMojgUOzAaCCYm12bEYBbi3wxmaer8MDRQ8ZViCacHFSZhkLVLqt/osPwKKJPduPw==",
"inBundle": true,
"dependencies": {
"ini": "^2.0.0",
@@ -9892,9 +9892,9 @@
"integrity": "sha512-oN3y7FAROHhrAt7Rr7PnTSwrHrZVRTS2ZbyxeQwSSYD0ifwM3YNgQqbaRmjcWoPyq77MjchusjJDspbzMmip1Q=="
},
"@npmcli/config": {
- "version": "1.2.7",
- "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-1.2.7.tgz",
- "integrity": "sha512-zV1xhCK91UegZO03G7BdNSRMCTDVMB1UI31XDbZ8bjUB/8rUuFvbYoIRzZDMyUPT24ltzLQC15Ub2bzgg0ORSg==",
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-1.2.8.tgz",
+ "integrity": "sha512-XFqg1uxUhEiy73hT1Z66xrMojgUOzAaCCYm12bEYBbi3wxmaer8MDRQ8ZViCacHFSZhkLVLqt/osPwKKJPduPw==",
"requires": {
"ini": "^2.0.0",
"mkdirp-infer-owner": "^2.0.0",