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:
authornlf <quitlahok@gmail.com>2021-11-04 22:55:21 +0300
committerGar <gar+gh@danger.computer>2021-11-04 23:04:46 +0300
commita0d35ff20aed6aab8508123eb540bc9c61fb127d (patch)
treeaf673dea52f9eff2a7f85c327b3e92bec68b078d /package-lock.json
parent1e9c31c4e3929483580a0a554d7515095b5418ca (diff)
deps: @npmcli/config@2.3.1nlf/dep-npmcli-config
* fix: dont load project configs in global mode PR-URL: https://github.com/npm/cli/pull/3996 Credit: @nlf Close: #3996 Reviewed-by: @wraithgar PR-URL: https://github.com/npm/cli/pull/3996 Credit: @nlf Close: #3996 Reviewed-by: @wraithgar
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json
index d624d051e..84a12e292 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -824,9 +824,9 @@
"inBundle": true
},
"node_modules/@npmcli/config": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-2.3.0.tgz",
- "integrity": "sha512-yjiC1xv7KTmUTqfRwN2ZL7BHV160ctGF0fLXmKkkMXj40UOvBe45Apwvt5JsFRtXSoHkUYy1ouzscziuWNzklg==",
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-2.3.1.tgz",
+ "integrity": "sha512-F/8R/Zqun8682TgaCILUNoaVfd1LVaYZ/jcVt9KWzfKpzcPus1zEApAl54PqVqVJbNq6f01QTDQHD6L/n56BXw==",
"inBundle": true,
"dependencies": {
"ini": "^2.0.0",
@@ -11126,9 +11126,9 @@
"integrity": "sha512-3BGrt6FLjqM6br5AhWRKTr3u5GIVkjRYeAFrMp3HjnfICrg4xOrVRwFavKT6tsp++bq5dluL5t8ME/Nha/6c1Q=="
},
"@npmcli/config": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-2.3.0.tgz",
- "integrity": "sha512-yjiC1xv7KTmUTqfRwN2ZL7BHV160ctGF0fLXmKkkMXj40UOvBe45Apwvt5JsFRtXSoHkUYy1ouzscziuWNzklg==",
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-2.3.1.tgz",
+ "integrity": "sha512-F/8R/Zqun8682TgaCILUNoaVfd1LVaYZ/jcVt9KWzfKpzcPus1zEApAl54PqVqVJbNq6f01QTDQHD6L/n56BXw==",
"requires": {
"ini": "^2.0.0",
"mkdirp-infer-owner": "^2.0.0",