Skip to content

Commit

Permalink
deps:@npmcli/arborist@5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Feb 24, 2022
1 parent c608512 commit d58e444
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^4.3.1",
"@npmcli/arborist": "^5.0.0",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/config": "^4.0.0",
"@npmcli/map-workspaces": "^2.0.0",
Expand Down Expand Up @@ -10418,7 +10418,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "4.3.1",
"version": "5.0.0",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down Expand Up @@ -10531,7 +10531,7 @@
"version": "3.0.3",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^4.0.0",
"@npmcli/arborist": "^5.0.0",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/run-script": "^3.0.0",
"chalk": "^4.1.0",
Expand All @@ -10557,7 +10557,7 @@
"version": "2.0.2",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^4.0.0"
"@npmcli/arborist": "^5.0.0"
},
"devDependencies": {
"@npmcli/template-oss": "^2.4.2",
Expand Down Expand Up @@ -14312,7 +14312,7 @@
"libnpmexec": {
"version": "file:workspaces/libnpmexec",
"requires": {
"@npmcli/arborist": "^4.0.0",
"@npmcli/arborist": "^5.0.0",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/run-script": "^3.0.0",
"@npmcli/template-oss": "^2.4.2",
Expand All @@ -14332,7 +14332,7 @@
"libnpmfund": {
"version": "file:workspaces/libnpmfund",
"requires": {
"@npmcli/arborist": "^4.0.0",
"@npmcli/arborist": "^5.0.0",
"@npmcli/template-oss": "^2.4.2",
"tap": "^15.0.9"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^4.3.1",
"@npmcli/arborist": "^5.0.0",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/config": "^4.0.0",
"@npmcli/map-workspaces": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
"version": "4.3.1",
"version": "5.0.0",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmexec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"tap": "^15.0.6"
},
"dependencies": {
"@npmcli/arborist": "^4.0.0",
"@npmcli/arborist": "^5.0.0",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/run-script": "^3.0.0",
"chalk": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmfund/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"tap": "^15.0.9"
},
"dependencies": {
"@npmcli/arborist": "^4.0.0"
"@npmcli/arborist": "^5.0.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
Expand Down

0 comments on commit d58e444

Please sign in to comment.