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-02-07 20:39:11 +0300
committernlf <quitlahok@gmail.com>2022-02-07 20:39:11 +0300
commit8732f393ee547e2eada4317613599517c1d8ec0a (patch)
treebf28caf6811fb2b8c13d9a83a969efc827b22901
parent2ba09cc0d7d56a064aa67bbb1881d381e6504888 (diff)
deps: @npmcli/arborist@4.3.1@npmcli/arborist@4.3.1
-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 64aa6b520..f7bc4ff7b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -87,7 +87,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
- "@npmcli/arborist": "^4.3.0",
+ "@npmcli/arborist": "^4.3.1",
"@npmcli/ci-detect": "^1.4.0",
"@npmcli/config": "^2.4.0",
"@npmcli/map-workspaces": "^2.0.0",
@@ -10511,7 +10511,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
- "version": "4.3.0",
+ "version": "4.3.1",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
diff --git a/package.json b/package.json
index 10688636e..9cfeb2e62 100644
--- a/package.json
+++ b/package.json
@@ -55,7 +55,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
- "@npmcli/arborist": "^4.3.0",
+ "@npmcli/arborist": "^4.3.1",
"@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 5c33f7167..a915c9d8b 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
- "version": "4.3.0",
+ "version": "4.3.1",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",