From 78098e4fd900a35a0189b15aa76402604762d851 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 19 Dec 2022 15:42:57 -0800 Subject: [PATCH] [Deps] unpin arborist, `pacote`; update `array.prototype.flat` Fixed in node-gyp v9.3.1, in https://github.com/nodejs/node-gyp/pull/2771 See: - https://github.com/npm/run-script/pull/76 - https://github.com/npm/cli/pull/5049#issuecomment-1252911275 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 355e7a2..8fe1ab0 100644 --- a/package.json +++ b/package.json @@ -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"