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:
authornlf <quitlahok@gmail.com>2022-01-06 23:51:13 +0300
committernlf <quitlahok@gmail.com>2022-01-06 23:51:13 +0300
commit45a5f5e61185dfb18811f2e7a4e8a2ffefc1e82f (patch)
tree0f0a4f0e9d6a37e9a4fa01a293e45430d45ed21b
parent3cfae384011a8b291cc82cc02b56bc114557a9e5 (diff)
chore(release): @npmcli/arborist@4.2.0@npmcli/arborist@4.2.0
-rw-r--r--package.json2
-rw-r--r--workspaces/arborist/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 8692a3b09..33e5c8e12 100644
--- a/package.json
+++ b/package.json
@@ -55,7 +55,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
- "@npmcli/arborist": "^4.1.2",
+ "@npmcli/arborist": "^4.2.0",
"@npmcli/ci-detect": "^1.4.0",
"@npmcli/config": "^2.3.2",
"@npmcli/map-workspaces": "^2.0.0",
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index fdddfed7f..e00aa3efe 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
- "version": "4.1.2",
+ "version": "4.2.0",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",