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:
authorGar <gar+gh@danger.computer>2021-05-06 20:12:04 +0300
committerGar <gar+gh@danger.computer>2021-05-06 20:12:06 +0300
commit81c1dfaaaf918229316a975aa8075769ffafdb6d (patch)
tree4b68951207be6a7bc13e0d1e3220d5dc61a0800c /package.json
parentd01ce5e132cb4661698012fd5017753c2bdb660b (diff)
@npmcli/arborist@2.4.2
* fix(add): save packages in the right place * fix(reify): do not clean up nodes with no parent * fix(audit): support alias specs & root package names
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3839d3b30..ea26dd9a3 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
"./package.json": "./package.json"
},
"dependencies": {
- "@npmcli/arborist": "^2.4.1",
+ "@npmcli/arborist": "^2.4.2",
"@npmcli/ci-detect": "^1.2.0",
"@npmcli/config": "^2.2.0",
"@npmcli/run-script": "^1.8.5",