From 2748ed6d0aa0313cd11856c86c34c2b938af6782 Mon Sep 17 00:00:00 2001 From: Thibaut Patel Date: Thu, 14 Oct 2021 14:51:44 +0200 Subject: [PATCH] Fixed a gscan check to force custom theme setting of type color to always have a default value ref https://github.com/TryGhost/gscan/commit/e6a477b3b5842c7770fd4c819a072b34a29a1eff --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f744562713..ca4712df22 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "ghost-storage-base": "0.0.6", "glob": "7.2.0", "got": "9.6.0", - "gscan": "4.7.0", + "gscan": "4.7.1", "html-to-text": "5.1.1", "image-size": "1.0.0", "intl": "1.2.5", diff --git a/yarn.lock b/yarn.lock index 7a84370dc0..0c7888637c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5393,10 +5393,10 @@ grunt@1.4.1: nopt "~3.0.6" rimraf "~3.0.2" -gscan@4.7.0: - version "4.7.0" - resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.7.0.tgz#1eeb2e40d42ad46244e8387c959e45c912fd1663" - integrity sha512-EXNtNtewwVWPeaMMzjAaJswbrwxQxzKe6YxARPeyguJqAZnnjPQaJu1YZ07muO0GhTluAUdkh3qHsEartiwuCA== +gscan@4.7.1: + version "4.7.1" + resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.7.1.tgz#cee6583207b59dc9810883472c4c02e4eb8efcaa" + integrity sha512-jCH+uCAwVyEtKxrVshSuwqnFgVehM09CHOJKoz4pU2RA2i4Epq+PCJ9Hb19fDXCaQ5asf0zfbCn9/65gseoJqw== dependencies: "@sentry/node" "6.13.3" "@tryghost/pretty-cli" "1.2.21"