From 1b9056b7ac74ac802acd51433754c6e24f739338 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 28 Feb 2024 21:25:08 -0800 Subject: [PATCH] [Dev Deps] pin `jackspeak` and `glob`, since v2.1.2+ and v10.3.8+ respectively depend on npm aliases, which kill the install process in npm < 6 See https://github.com/isaacs/jackspeak/issues/4 --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index c66bce6..eb66174 100644 --- a/package.json +++ b/package.json @@ -68,8 +68,10 @@ "available-typed-arrays": "^1.0.7", "eslint": "=8.8.0", "evalmd": "^0.0.19", + "glob": "=10.3.7", "in-publish": "^2.0.1", "is-core-module": "^2.13.1", + "jackspeak": "=2.1.1", "npmignore": "^0.3.1", "nyc": "^10.3.2", "object-inspect": "^1.13.1",