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:
authorLuke Karrys <lukekarrys@gmail.com>2021-10-21 01:54:57 +0300
committerGar <gar+gh@danger.computer>2021-10-21 16:38:54 +0300
commit51fb83ce93fdd7e289da7b2aabc95b0518f0aa31 (patch)
treef76a5a158aca25dbfa9a1399c40925ad73f09081 /package.json
parent1d07f21876994c6d4d69559203cfdac6022536b6 (diff)
deps: @npmcli/arborist@4.0.2
* fix: skip peer conflict check if there is a current node PR-URL: https://github.com/npm/cli/pull/3921 Credit: @lukekarrys Close: #3921 Reviewed-by: @wraithgar
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 8a4e01b9a..91527005c 100644
--- a/package.json
+++ b/package.json
@@ -55,7 +55,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
- "@npmcli/arborist": "^4.0.1",
+ "@npmcli/arborist": "^4.0.2",
"@npmcli/ci-detect": "^1.4.0",
"@npmcli/config": "^2.3.0",
"@npmcli/map-workspaces": "^2.0.0",