From df8218d08b0e395b04407a5ba848fcbd17c2894d Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 19 Dec 2022 15:27:53 -0800 Subject: [PATCH] [Deps] unpin `@npmcli/arborist` 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26077f6..d979cad 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "homepage": "https://github.com/ljharb/npm-lockfile#readme", "dependencies": { - "@npmcli/arborist": "=5.2.1", + "@npmcli/arborist": "^5.6.3", "colors": "=1.4.0", "find-package-json": "^1.2.0", "object-inspect": "^1.12.2",