From 82e42bfc8b1112e9a0eaedf9e3bab46590742ef2 Mon Sep 17 00:00:00 2001 From: Thibaut Patel Date: Tue, 26 Oct 2021 11:19:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20GScan=20falsely=20trigge?= =?UTF-8?q?ring=20the=20"unused=20theme=20setting"=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs https://github.com/TryGhost/Team/issues/1183 - This gscan rule wasn't parsing the partials where the theme setting was used --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 71e30b02cc..326ba70932 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "ghost-storage-base": "0.0.6", "glob": "7.2.0", "got": "9.6.0", - "gscan": "4.9.1", + "gscan": "4.9.2", "html-to-text": "5.1.1", "image-size": "1.0.0", "intl": "1.2.5", diff --git a/yarn.lock b/yarn.lock index 6e2751fde9..7370a3b5f0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5523,10 +5523,10 @@ grunt@1.4.1: nopt "~3.0.6" rimraf "~3.0.2" -gscan@4.9.1: - version "4.9.1" - resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.9.1.tgz#e9b4f1dd5f332cda469014f8afaa6c21ac73ae20" - integrity sha512-hujCwP3xR/ebe5DLidUJZCWP8vxqttAwoy7oYL6u6XjBuuByeqzjNfo+rmNi9/L4Y0ldyKEQXC4hLW+eXydHag== +gscan@4.9.2: + version "4.9.2" + resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.9.2.tgz#c6ed19231b22d404198155f36802213925f13f90" + integrity sha512-EZrdmkzv3RwDmbbbAY5NBSBbhuZ42R/LMkJI0ORkvaaxrnxFepQC1uB+VUmiiFzo54sYDjWPMcXrVPv7qNd5oQ== dependencies: "@sentry/node" "6.13.3" "@tryghost/pretty-cli" "1.2.22"