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:
authorLuke Karrys <luke@lukekarrys.com>2022-01-21 00:24:36 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-01-21 00:24:36 +0300
commitb92f00eaba9a77744f2e97328524b9ed6f5f8a79 (patch)
treeab78a94d6eb8f122133001979bf6ee2af9b9b4f6
parent2ef9f9847c11fe8c0c0494558fe77c15ac4dbc80 (diff)
chore(release): @npmcli/arborist@4.2.1@npmcli/arborist@4.2.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 8c7a5c347..9749c6246 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.0",
+ "@npmcli/arborist": "^4.2.1",
"@npmcli/ci-detect": "^1.4.0",
"@npmcli/config": "^2.4.0",
"@npmcli/map-workspaces": "^2.0.0",
@@ -10482,7 +10482,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
- "version": "4.2.0",
+ "version": "4.2.1",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
diff --git a/package.json b/package.json
index b6288748d..9faa9d31e 100644
--- a/package.json
+++ b/package.json
@@ -55,7 +55,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
- "@npmcli/arborist": "^4.2.0",
+ "@npmcli/arborist": "^4.2.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 ed5c8faee..493a0a78c 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
- "version": "4.2.0",
+ "version": "4.2.1",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",