Skip to content

Commit 78098e4

Browse files
committed
[Deps] unpin arborist, pacote; update array.prototype.flat
Fixed in node-gyp v9.3.1, in nodejs/node-gyp#2771 See: - npm/run-script#76 - npm/cli#5049 (comment)
1 parent 7225fed commit 78098e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
},
4646
"homepage": "https://github.com/ljharb/get-dep-tree#readme",
4747
"dependencies": {
48-
"@npmcli/arborist": "=5.2.1",
49-
"array.prototype.flat": "^1.3.0",
48+
"@npmcli/arborist": "^5.6.3",
49+
"array.prototype.flat": "^1.3.1",
5050
"colors": "=1.4.0",
5151
"lockfile-info": "^1.0.0",
52-
"pacote": "=13.6.0"
52+
"pacote": "^13.6.2"
5353
},
5454
"engines": {
5555
"node": ">= 16 || ^14.15 || ^12.13"

0 commit comments

Comments
 (0)