From e2c015fd1170a54dc137cce11b17a17b4c0677c4 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 19 Dec 2022 15:46:08 -0800 Subject: [PATCH] [Deps] unpin arborist, `pacote`; update `publishers`, `table`, `yargs` 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4bd1b03..a238083 100644 --- a/package.json +++ b/package.json @@ -46,17 +46,17 @@ "tape": "^5.6.1" }, "dependencies": { - "@npmcli/arborist": "=5.2.1", + "@npmcli/arborist": "^5.6.3", "colors": "=1.4.0", "get-dep-tree": "^1.0.3", "is-map": "^2.0.2", "is-set": "^2.0.2", "lockfile-info": "^1.0.0", - "pacote": "=13.6.0", - "publishers": "^2.0.0", + "pacote": "^13.6.2", + "publishers": "^2.0.1", "semver": "^7.3.8", - "table": "^6.8.0", - "yargs": "^17.6.0" + "table": "^6.8.1", + "yargs": "^17.6.2" }, "engines": { "node": ">= 17 || ^16 || ^14.15 || ^12.13"