mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
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:
parent
ddd803e1da
commit
d67fc8c353
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue