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
This commit is contained in:
Laurent Goderre 2024-05-15 02:47:04 -04:00 committed by GitHub
parent ddd803e1da
commit d67fc8c353
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
},