Skip to content

Commit d58e444

Browse files
committed
deps:@npmcli/[email protected]
1 parent c608512 commit d58e444

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 6 additions & 6 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.1",
90+
"@npmcli/arborist": "^5.0.0",
9191
"@npmcli/ci-detect": "^2.0.0",
9292
"@npmcli/config": "^4.0.0",
9393
"@npmcli/map-workspaces": "^2.0.0",
@@ -10418,7 +10418,7 @@
1041810418
},
1041910419
"workspaces/arborist": {
1042010420
"name": "@npmcli/arborist",
10421-
"version": "4.3.1",
10421+
"version": "5.0.0",
1042210422
"license": "ISC",
1042310423
"dependencies": {
1042410424
"@isaacs/string-locale-compare": "^1.1.0",
@@ -10531,7 +10531,7 @@
1053110531
"version": "3.0.3",
1053210532
"license": "ISC",
1053310533
"dependencies": {
10534-
"@npmcli/arborist": "^4.0.0",
10534+
"@npmcli/arborist": "^5.0.0",
1053510535
"@npmcli/ci-detect": "^2.0.0",
1053610536
"@npmcli/run-script": "^3.0.0",
1053710537
"chalk": "^4.1.0",
@@ -10557,7 +10557,7 @@
1055710557
"version": "2.0.2",
1055810558
"license": "ISC",
1055910559
"dependencies": {
10560-
"@npmcli/arborist": "^4.0.0"
10560+
"@npmcli/arborist": "^5.0.0"
1056110561
},
1056210562
"devDependencies": {
1056310563
"@npmcli/template-oss": "^2.4.2",
@@ -14312,7 +14312,7 @@
1431214312
"libnpmexec": {
1431314313
"version": "file:workspaces/libnpmexec",
1431414314
"requires": {
14315-
"@npmcli/arborist": "^4.0.0",
14315+
"@npmcli/arborist": "^5.0.0",
1431614316
"@npmcli/ci-detect": "^2.0.0",
1431714317
"@npmcli/run-script": "^3.0.0",
1431814318
"@npmcli/template-oss": "^2.4.2",
@@ -14332,7 +14332,7 @@
1433214332
"libnpmfund": {
1433314333
"version": "file:workspaces/libnpmfund",
1433414334
"requires": {
14335-
"@npmcli/arborist": "^4.0.0",
14335+
"@npmcli/arborist": "^5.0.0",
1433614336
"@npmcli/template-oss": "^2.4.2",
1433714337
"tap": "^15.0.9"
1433814338
}

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.1",
58+
"@npmcli/arborist": "^5.0.0",
5959
"@npmcli/ci-detect": "^2.0.0",
6060
"@npmcli/config": "^4.0.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.1",
3+
"version": "5.0.0",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

workspaces/libnpmexec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"tap": "^15.0.6"
5151
},
5252
"dependencies": {
53-
"@npmcli/arborist": "^4.0.0",
53+
"@npmcli/arborist": "^5.0.0",
5454
"@npmcli/ci-detect": "^2.0.0",
5555
"@npmcli/run-script": "^3.0.0",
5656
"chalk": "^4.1.0",

workspaces/libnpmfund/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"tap": "^15.0.9"
4747
},
4848
"dependencies": {
49-
"@npmcli/arborist": "^4.0.0"
49+
"@npmcli/arborist": "^5.0.0"
5050
},
5151
"engines": {
5252
"node": "^12.13.0 || ^14.15.0 || >=16"

0 commit comments

Comments
 (0)