Skip to content

Commit 8732f39

Browse files
committed
deps: @npmcli/[email protected]
1 parent 2ba09cc commit 8732f39

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
],
8888
"dependencies": {
8989
"@isaacs/string-locale-compare": "^1.1.0",
90-
"@npmcli/arborist": "^4.3.0",
90+
"@npmcli/arborist": "^4.3.1",
9191
"@npmcli/ci-detect": "^1.4.0",
9292
"@npmcli/config": "^2.4.0",
9393
"@npmcli/map-workspaces": "^2.0.0",
@@ -10511,7 +10511,7 @@
1051110511
},
1051210512
"workspaces/arborist": {
1051310513
"name": "@npmcli/arborist",
10514-
"version": "4.3.0",
10514+
"version": "4.3.1",
1051510515
"license": "ISC",
1051610516
"dependencies": {
1051710517
"@isaacs/string-locale-compare": "^1.1.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"dependencies": {
5757
"@isaacs/string-locale-compare": "^1.1.0",
58-
"@npmcli/arborist": "^4.3.0",
58+
"@npmcli/arborist": "^4.3.1",
5959
"@npmcli/ci-detect": "^1.4.0",
6060
"@npmcli/config": "^2.4.0",
6161
"@npmcli/map-workspaces": "^2.0.0",

workspaces/arborist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/arborist",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

0 commit comments

Comments
 (0)