From 1f0d1370ff6bf2ca978ef0d7d32640314c62204e Mon Sep 17 00:00:00 2001 From: nlf Date: Thu, 6 Jan 2022 12:51:13 -0800 Subject: [PATCH] chore(release): @npmcli/arborist@4.2.0 --- package-lock.json | 4 ++-- package.json | 2 +- workspaces/arborist/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 48fd06a02815d..997fa62068d5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -87,7 +87,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", @@ -10447,7 +10447,7 @@ }, "workspaces/arborist": { "name": "@npmcli/arborist", - "version": "4.1.2", + "version": "4.2.0", "license": "ISC", "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", diff --git a/package.json b/package.json index 8692a3b0950b0..33e5c8e1237f5 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 fdddfed7fac23..e00aa3efe85a2 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",