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 00:45:07 +0300
committerisaacs <i@izs.me>2021-04-24 00:50:06 +0300
commitb61eac693df82c52b955e6c18ec4dcf4cedea8a3 (patch)
treeca2148d148af7ec628fe5aa4086a965b9662a1b4 /package-lock.json
parent7925cca24543d9e1a8297844b3e53e11057643ef (diff)
@npmcli/config@2.2.0
Partially fixes https://github.com/npm/cli/issues/3130
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json44
1 files changed, 7 insertions, 37 deletions
diff --git a/package-lock.json b/package-lock.json
index 1bc46772c..3bf4c736e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -80,7 +80,7 @@
"dependencies": {
"@npmcli/arborist": "^2.4.0",
"@npmcli/ci-detect": "^1.2.0",
- "@npmcli/config": "^2.1.0",
+ "@npmcli/config": "^2.2.0",
"@npmcli/run-script": "^1.8.5",
"abbrev": "~1.1.1",
"ansicolors": "~0.3.2",
@@ -756,9 +756,9 @@
"inBundle": true
},
"node_modules/@npmcli/config": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-2.1.0.tgz",
- "integrity": "sha512-vYTUs6b1ORqWgWFrLkyscdhyhtB1YhbtEM2iaH5rM5Bv1/tWqZEpspGLh+Re6YuPRUmXulzkf3iWhu9ntz8cVw==",
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-2.2.0.tgz",
+ "integrity": "sha512-y0V3F7RCWXy8kBOvKvKSRUNKRobLB6vL/UNchy/6+IUNIqu+UyrY3Z7jvj1ZA/AkYc/0WkCUtppCo+bPhMU8Aw==",
"inBundle": true,
"dependencies": {
"ini": "^2.0.0",
@@ -7868,14 +7868,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/tap/node_modules/ansi-regex": {
- "version": "3.0.0",
- "extraneous": true,
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
"node_modules/tap/node_modules/ansi-styles": {
"version": "3.2.1",
"dev": true,
@@ -9047,17 +9039,6 @@
"node": ">=8"
}
},
- "node_modules/tap/node_modules/strip-ansi": {
- "version": "4.0.0",
- "extraneous": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
"node_modules/tap/node_modules/supports-color": {
"version": "5.5.0",
"dev": true,
@@ -10884,9 +10865,9 @@
"integrity": "sha512-oN3y7FAROHhrAt7Rr7PnTSwrHrZVRTS2ZbyxeQwSSYD0ifwM3YNgQqbaRmjcWoPyq77MjchusjJDspbzMmip1Q=="
},
"@npmcli/config": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-2.1.0.tgz",
- "integrity": "sha512-vYTUs6b1ORqWgWFrLkyscdhyhtB1YhbtEM2iaH5rM5Bv1/tWqZEpspGLh+Re6YuPRUmXulzkf3iWhu9ntz8cVw==",
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-2.2.0.tgz",
+ "integrity": "sha512-y0V3F7RCWXy8kBOvKvKSRUNKRobLB6vL/UNchy/6+IUNIqu+UyrY3Z7jvj1ZA/AkYc/0WkCUtppCo+bPhMU8Aw==",
"requires": {
"ini": "^2.0.0",
"mkdirp-infer-owner": "^2.0.0",
@@ -16110,10 +16091,6 @@
"type-fest": "^0.21.3"
}
},
- "ansi-regex": {
- "version": "3.0.0",
- "extraneous": true
- },
"ansi-styles": {
"version": "3.2.1",
"bundled": true,
@@ -16894,13 +16871,6 @@
}
}
},
- "strip-ansi": {
- "version": "4.0.0",
- "extraneous": true,
- "requires": {
- "ansi-regex": "^3.0.0"
- }
- },
"supports-color": {
"version": "5.5.0",
"bundled": true,