From 68614422993f5a293564a5df8646b56ead3f323b Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 26 Oct 2022 22:39:34 -0700 Subject: [PATCH] [Deps] update `@npmcli/arborist`, `get-dep-tree`, `pacote`, `semver`, `yargs` Pin arborist and pacote 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 98c888c..2d170cf 100644 --- a/package.json +++ b/package.json @@ -46,17 +46,17 @@ "tape": "^5.6.1" }, "dependencies": { - "@npmcli/arborist": "^4.2.1", + "@npmcli/arborist": "=5.2.1", "colors": "=1.4.0", - "get-dep-tree": "^1.0.1", + "get-dep-tree": "^1.0.3", "is-map": "^2.0.2", "is-set": "^2.0.2", "lockfile-info": "^1.0.0", - "pacote": "^12.0.2", + "pacote": "=13.6.0", "publishers": "^2.0.0", - "semver": "^7.3.5", + "semver": "^7.3.8", "table": "^6.8.0", - "yargs": "^17.3.1" + "yargs": "^17.6.0" }, "engines": { "node": ">= 17 || ^16 || ^14.15 || ^12.13"