diff --git a/package-lock.json b/package-lock.json index 64aa6b520c041..f7bc4ff7b9486 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 10688636e6655..9cfeb2e620851 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 5c33f71678a70..a915c9d8b1f6f 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",