From 3d57ac4464eb28788f831f257b0821b7bde29c18 Mon Sep 17 00:00:00 2001 From: Thibaut Patel Date: Thu, 14 Oct 2021 18:45:00 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Moved=20the=20match=20helper=20to?= =?UTF-8?q?=20GA=20in=20gscan.=20Updated=20the=20custom=20theme=20select?= =?UTF-8?q?=20gscan=20rule=20to=20work=20with=20the=20updated=20match=20be?= =?UTF-8?q?havior.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs https://github.com/TryGhost/gscan/commit/50134193be6b1b367f4d29692b6e5f054bafa501 refs https://github.com/TryGhost/gscan/commit/c3b346bb1ace5d85436cb7827bec69aa1289e889 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6611ecc35f..7ecbee8b45 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.1", + "gscan": "4.8.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 78b57d7d6b..6bbd610348 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.1: - version "4.7.1" - resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.7.1.tgz#cee6583207b59dc9810883472c4c02e4eb8efcaa" - integrity sha512-jCH+uCAwVyEtKxrVshSuwqnFgVehM09CHOJKoz4pU2RA2i4Epq+PCJ9Hb19fDXCaQ5asf0zfbCn9/65gseoJqw== +gscan@4.8.1: + version "4.8.1" + resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.8.1.tgz#375fcc69cb186c20e70527acb5ad94fa39672f92" + integrity sha512-7RsDjryid2waUvmkr5QO2awghGp8EUgzNf95fE8rXr9rKjDjpUrrFTrXxlKq/CiEb1ThKJre0Jm029mcTiUcbw== dependencies: "@sentry/node" "6.13.3" "@tryghost/pretty-cli" "1.2.21"