From d67fc8c353db19e5527b9cceaf76646c94ccb365 Mon Sep 17 00:00:00 2001 From: Laurent Goderre Date: Wed, 15 May 2024 02:47:04 -0400 Subject: [PATCH] Added jackspeak resolution to core to fix ESM + CJS compat issue (#20199) refs #20197 - adds a jackspeak resolution to Ghost core so we can try and ensure the compatible version of jackspeak/string-width is used when the lockfile is regenerated --- ghost/core/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ghost/core/package.json b/ghost/core/package.json index d223abe5de..55aa8d1f71 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -262,6 +262,7 @@ "resolutions": { "@tryghost/errors": "1.3.2", "@tryghost/logging": "2.4.14", + "jackspeak": "2.1.1", "moment": "2.24.0", "moment-timezone": "0.5.23" },