From ba84283aaabcdf253f64172fb4784819bcc1597e Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 27 Oct 2022 21:01:40 -0700 Subject: [PATCH] [Deps] update `pacote` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …but pin due to a breaking change; see https://github.com/npm/cli/pull/5049#issuecomment-1252911275 / 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 999d0d9..10a065f 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "dependencies": { "json-colorizer": "^2.2.2", "object.fromentries": "^2.0.5", - "pacote": "^12.0.3", + "pacote": "=13.6.0", "semver": "^7.3.8", "yargs": "^17.6.0" },