From 2891898f942bbe3eabf37fc40840884f3e8f405d Mon Sep 17 00:00:00 2001 From: Thibaut Patel Date: Tue, 19 Oct 2021 09:41:35 +0200 Subject: [PATCH] Added a rule to forbid the custom theme setting image type to have a default refs https://github.com/TryGhost/Team/issues/1108 - The default is something that the theme developpers should be coding in the template rather than using a default value --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 640ef47511..8ca77d4e89 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.8.1", + "gscan": "4.9.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 07f25b02c2..7fffeeb140 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5383,10 +5383,10 @@ grunt@1.4.1: nopt "~3.0.6" rimraf "~3.0.2" -gscan@4.8.1: - version "4.8.1" - resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.8.1.tgz#375fcc69cb186c20e70527acb5ad94fa39672f92" - integrity sha512-7RsDjryid2waUvmkr5QO2awghGp8EUgzNf95fE8rXr9rKjDjpUrrFTrXxlKq/CiEb1ThKJre0Jm029mcTiUcbw== +gscan@4.9.0: + version "4.9.0" + resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.9.0.tgz#1e9c7aeb1cced58c5e9006b0a969908bd6395f78" + integrity sha512-4aaQ5rd3vqlqzhCSpf1EtuMqD7CA31LBjKWLqMeOzZJF4hr9Ngxayxix5tZeVT4gn2gQqPMyXhFxARc/0g1FgA== dependencies: "@sentry/node" "6.13.3" "@tryghost/pretty-cli" "1.2.21"