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-09-30 22:42:46 +0300
committerGar <gar+gh@danger.computer>2021-09-30 22:49:18 +0300
commit8349c3c1557ac52973ad08c10db492e3a5a30204 (patch)
treea9f30844846e3dc4748bc5e222a7fa4a4ad2220b /package.json
parentbb0b2da6c0275dd8c9eda894452ce45b2e8c4c51 (diff)
deps: arborist@2.10.0
* includeWorkspaceRoot support * workspacesEnabled=false support PR-URL: https://github.com/npm/cli/pull/3815 Credit: @wraithgar Close: #3815 Reviewed-by: @isaacs
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 705fb779e..31083ff0b 100644
--- a/package.json
+++ b/package.json
@@ -54,7 +54,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
- "@npmcli/arborist": "^2.9.0",
+ "@npmcli/arborist": "^2.10.0",
"@npmcli/ci-detect": "^1.2.0",
"@npmcli/config": "^2.3.0",
"@npmcli/map-workspaces": "^1.0.4",