From 00f6bc8d9d3c4fb8acb2719d2d749f56cce896fe Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 20 Sep 2022 14:18:35 -0700 Subject: [PATCH] [Deps] pin `pacote` due to a breaking change in v13.6.1+ Specifically, updating to `@npmcli/run-script` v4, which requires node-gyp 9, which requires node v12.22, instead of v12.13 See https://github.com/npm/cli/pull/5049 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6f2cdcf..864cc71 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ "libnpx": "^10.2.4", "node-cleanup": "^2.1.2", "npm-lockfile": "^3.0.4", + "pacote": "=13.6.0", "rimraf": "^3.0.2", "semver": "^7.3.7", "tmp": "^0.2.1"