Revert "Added missing callout card css warning to gscan"

This reverts commit 753b300a85.

- The reason is that migrating Ghost from v3 to the latest version would break due to the warning added by gscan (it would break there: a2a24491f5/packages/ghost-cli/lib/tasks/major-update/ui.js (L45)).
This commit is contained in:
Thibaut Patel 2021-11-24 20:40:21 +01:00
parent 753b300a85
commit 62dcabc236
2 changed files with 5 additions and 5 deletions

View File

@ -130,7 +130,7 @@
"ghost-storage-base": "1.0.0",
"glob": "7.2.0",
"got": "9.6.0",
"gscan": "4.13.0",
"gscan": "4.12.0",
"html-to-text": "5.1.1",
"image-size": "1.0.0",
"intl": "1.2.5",

View File

@ -5920,10 +5920,10 @@ grunt@1.4.1:
nopt "~3.0.6"
rimraf "~3.0.2"
gscan@4.13.0:
version "4.13.0"
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.13.0.tgz#723a45d7079f38c95c12cf4b579bda9ef7f962d9"
integrity sha512-ush9vMi0fqzbjVCEC/Rq0lqflpeesPUPGrgK0WR3BZp66cA2AGvDscas9ehPB6NXs2Bz9Rvdav+z/sFlnXe8Lw==
gscan@4.12.0:
version "4.12.0"
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.12.0.tgz#591c05e93d71d0ff5ea746f614c3dc0541faae49"
integrity sha512-ufv+g/IEsch8NPxHkDcYtpicaN1Smbjq+NveE5JTrbOUBT/oDJP8mQc5XsJqmIHuTwKGKUsr7Cus4F44g5ks7g==
dependencies:
"@sentry/node" "6.15.0"
"@tryghost/config" "0.2.1"