Skip to content

Commit

Permalink
[Deps] unpin arborist, pacote; update publishers, table, yargs
Browse files Browse the repository at this point in the history
Fixed in node-gyp v9.3.1, in nodejs/node-gyp#2771

See:
 - npm/run-script#76
 - npm/cli#5049 (comment)
  • Loading branch information
ljharb committed Dec 19, 2022
1 parent 9fd6309 commit e2c015f
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": "=5.2.1",
"@npmcli/arborist": "^5.6.3",
"colors": "=1.4.0",
"get-dep-tree": "^1.0.3",
"is-map": "^2.0.2",
"is-set": "^2.0.2",
"lockfile-info": "^1.0.0",
"pacote": "=13.6.0",
"publishers": "^2.0.0",
"pacote": "^13.6.2",
"publishers": "^2.0.1",
"semver": "^7.3.8",
"table": "^6.8.0",
"yargs": "^17.6.0"
"table": "^6.8.1",
"yargs": "^17.6.2"
},
"engines": {
"node": ">= 17 || ^16 || ^14.15 || ^12.13"
Expand Down

0 comments on commit e2c015f

Please sign in to comment.