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-11 22:49:38 +0300
committerisaacs <i@izs.me>2020-12-11 23:05:42 +0300
commit011bb122035dcd43769ec35982662cca41635068 (patch)
treeb4ff4c53d2fa426b0f83f5b9ece9a1b122570c0a /package.json
parente401d6bb37ffc767b4fefe89878dd3c3ef490b2c (diff)
@npmcli/arborist@2.0.1
* Do not save with ^ and no version Fix: #2320
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index f944cb2dd..cdf90c82a 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
"./package.json": "./package.json"
},
"dependencies": {
- "@npmcli/arborist": "^2.0.0",
+ "@npmcli/arborist": "^2.0.1",
"@npmcli/ci-detect": "^1.2.0",
"@npmcli/config": "^1.2.6",
"@npmcli/run-script": "^1.8.1",
@@ -146,6 +146,8 @@
"libnpmteam",
"libnpmversion",
"make-fetch-happen",
+ "minipass",
+ "minipass-pipeline",
"mkdirp",
"mkdirp-infer-owner",
"ms",