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-12 02:13:55 +0300
committernlf <quitlahok@gmail.com>2020-12-15 22:15:11 +0300
commitd45e181d17dd88d82b3a97f8d9cd5fa5b6230e48 (patch)
treee79760fa734cc44ea7faaf6d60930ddaccd1ce51 /package.json
parentbeb371800292140bf3882253c447168a378bc154 (diff)
ini@2.0.0, @npmcli/config@1.2.7
PR-URL: https://github.com/npm/cli/pull/2335 Credit: @isaacs Close: #2335 Reviewed-by: @darcyclarke
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 89cb0e6aa..e0a85caa2 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
"dependencies": {
"@npmcli/arborist": "^2.0.1",
"@npmcli/ci-detect": "^1.2.0",
- "@npmcli/config": "^1.2.6",
+ "@npmcli/config": "^1.2.7",
"@npmcli/run-script": "^1.8.1",
"abbrev": "~1.1.1",
"ansicolors": "~0.3.2",
@@ -62,7 +62,7 @@
"glob": "^7.1.4",
"graceful-fs": "^4.2.3",
"hosted-git-info": "^3.0.6",
- "ini": "^1.3.8",
+ "ini": "^2.0.0",
"init-package-json": "^2.0.1",
"is-cidr": "^4.0.2",
"leven": "^3.1.0",