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-28 20:05:08 +0300
committerGar <gar+gh@danger.computer>2021-09-28 20:05:08 +0300
commite94ddeaca1e75ecc8f54ebcb3df222965e3635d1 (patch)
treeb2ec351450e8392bebd0410fe6367101a1e1b4b2 /package.json
parent075fe50565ae5c66df727cdd7df9dd5ed8cd4015 (diff)
deps: @npmcli/arborist@2.9.0
* fix: avoid infinite loops in peer dep replacements * fix: use Intl.Collator for string sorting when available * feat(vuln): expose isDirect
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 6ff77fdb3..912600026 100644
--- a/package.json
+++ b/package.json
@@ -53,7 +53,7 @@
"./package.json": "./package.json"
},
"dependencies": {
- "@npmcli/arborist": "^2.8.3",
+ "@npmcli/arborist": "^2.9.0",
"@npmcli/ci-detect": "^1.2.0",
"@npmcli/config": "^2.3.0",
"@npmcli/map-workspaces": "^1.0.4",