Skip to content

Commit

Permalink
[Deps] unpin arborist, pacote; update array.prototype.flat
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 7225fed commit 78098e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -45,11 +45,11 @@
},
"homepage": "https://github.com/ljharb/get-dep-tree#readme",
"dependencies": {
"@npmcli/arborist": "=5.2.1",
"array.prototype.flat": "^1.3.0",
"@npmcli/arborist": "^5.6.3",
"array.prototype.flat": "^1.3.1",
"colors": "=1.4.0",
"lockfile-info": "^1.0.0",
"pacote": "=13.6.0"
"pacote": "^13.6.2"
},
"engines": {
"node": ">= 16 || ^14.15 || ^12.13"
Expand Down

0 comments on commit 78098e4

Please sign in to comment.