From 5258e02fd1a74d36df03afa32079f8a930cf6bd7 Mon Sep 17 00:00:00 2001 From: Thibaut Patel Date: Tue, 23 Nov 2021 14:29:35 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Added=20support=20for=20theme=20`ca?= =?UTF-8?q?rd=5Fasset`=20config=20to=20GScan?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs https://github.com/TryGhost/Team/issues/1232 - Only require the right css rules depending on the `card_assets` configuration - 🐛 removed `kg-width-wide` and `kg-width-full` from being considered as card asset, as they should always be defined in themes (it was only a problem in v4.11.x) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e464370736..8facd3a0f7 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "ghost-storage-base": "1.0.0", "glob": "7.2.0", "got": "9.6.0", - "gscan": "4.11.1", + "gscan": "4.12.0", "html-to-text": "5.1.1", "image-size": "1.0.0", "intl": "1.2.5", diff --git a/yarn.lock b/yarn.lock index 11879b82c4..f8890d9a24 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5870,10 +5870,10 @@ grunt@1.4.1: nopt "~3.0.6" rimraf "~3.0.2" -gscan@4.11.1: - version "4.11.1" - resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.11.1.tgz#119450c1aa51ac1a8abb607d8c074f84e36129e7" - integrity sha512-anWiynkSEh1FW8SmNIuaWuLrPZ/mVm9ylf3dF60vsnCUQVmtCJFOZhvEbINMAk8j2VEqq2zR8cEfz2VWjN004g== +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"