0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Added missing explicit jsdom dependency in core

no issue

- the lexical lib file makes use of `jsdom` but there was no explicit dependency for it in `package.json` meaning we were relying on it being incidentally depended on through another package which is brittle
This commit is contained in:
Kevin Ansfield 2023-05-11 14:05:11 +01:00
parent 3920d217c0
commit 9ae3a535ac
No known key found for this signature in database

View file

@ -188,6 +188,7 @@
"intl": "1.2.5",
"intl-messageformat": "5.4.3",
"js-yaml": "4.1.0",
"jsdom": "22.0.0",
"jsonpath": "1.1.1",
"jsonwebtoken": "8.5.1",
"juice": "8.1.0",