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:
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
-rw-r--r--workspaces/arborist/package.json2
3 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index f4403b837..d46f855d7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -87,7 +87,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
- "@npmcli/arborist": "^4.2.1",
+ "@npmcli/arborist": "^4.3.0",
"@npmcli/ci-detect": "^1.4.0",
"@npmcli/config": "^2.4.0",
"@npmcli/map-workspaces": "^2.0.0",
@@ -10509,7 +10509,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
- "version": "4.2.1",
+ "version": "4.3.0",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
diff --git a/package.json b/package.json
index e4e982ce8..60a8fc22d 100644
--- a/package.json
+++ b/package.json
@@ -55,7 +55,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
- "@npmcli/arborist": "^4.2.1",
+ "@npmcli/arborist": "^4.3.0",
"@npmcli/ci-detect": "^1.4.0",
"@npmcli/config": "^2.4.0",
"@npmcli/map-workspaces": "^2.0.0",
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index c46c8880c..5c33f7167 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
- "version": "4.2.1",
+ "version": "4.3.0",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",