From 649220275e0e407649e68ab0ef88c7ac0be3db50 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 27 Sep 2022 09:47:49 -0700 Subject: [PATCH] [Deps] update `@npmcli/arborist`, `pacote` Pin both due to a breaking change; see https://github.com/npm/cli/pull/5049#issuecomment-1252911275 / https://github.com/npm/run-script/pull/76 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f5367cb..5d344b7 100644 --- a/package.json +++ b/package.json @@ -45,11 +45,11 @@ }, "homepage": "https://github.com/ljharb/get-dep-tree#readme", "dependencies": { - "@npmcli/arborist": "^5.1.0", + "@npmcli/arborist": "=5.2.1", "array.prototype.flat": "^1.3.0", "colors": "=1.4.0", "lockfile-info": "^1.0.0", - "pacote": "^13.1.1" + "pacote": "=13.6.0" }, "engines": { "node": ">= 16 || ^14.15 || ^12.13"