Skip to content

Commit

Permalink
[Deps] update @npmcli/arborist, get-dep-tree, pacote, semver,…
Browse files Browse the repository at this point in the history
… `yargs`

Pin arborist and pacote due to a breaking change; see npm/cli#5049 (comment) / npm/run-script#76
  • Loading branch information
ljharb committed Oct 27, 2022
1 parent 68af677 commit 6861442
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -46,17 +46,17 @@
"tape": "^5.6.1"
},
"dependencies": {
"@npmcli/arborist": "^4.2.1",
"@npmcli/arborist": "=5.2.1",
"colors": "=1.4.0",
"get-dep-tree": "^1.0.1",
"get-dep-tree": "^1.0.3",
"is-map": "^2.0.2",
"is-set": "^2.0.2",
"lockfile-info": "^1.0.0",
"pacote": "^12.0.2",
"pacote": "=13.6.0",
"publishers": "^2.0.0",
"semver": "^7.3.5",
"semver": "^7.3.8",
"table": "^6.8.0",
"yargs": "^17.3.1"
"yargs": "^17.6.0"
},
"engines": {
"node": ">= 17 || ^16 || ^14.15 || ^12.13"
Expand Down

0 comments on commit 6861442

Please sign in to comment.