From 836b5b4a0e7a8184ed0f32c8fe6a3b78e954c184 Mon Sep 17 00:00:00 2001 From: Thibaut Patel Date: Tue, 12 Oct 2021 18:35:02 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Added=20a=20gscan=20check=20to=20ma?= =?UTF-8?q?ke=20sure=20the=20match=20helper=20on=20custom=20settings=20of?= =?UTF-8?q?=20type=20`select`=20is=20used=20against=20specified=20options?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs https://github.com/TryGhost/gscan/commit/056928f7b9fad928899932fae7cc4b3d700814d7 refs https://github.com/TryGhost/Team/issues/1105 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7ffa8dc9ae..b32a33dd9d 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.4.0", + "gscan": "4.5.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 7a033f3988..5bb2a346d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5341,10 +5341,10 @@ grunt@1.4.1: nopt "~3.0.6" rimraf "~3.0.2" -gscan@4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.4.0.tgz#24b237e3276cf0aa2c0eb27feab59680d0dad5aa" - integrity sha512-7WOcSN8IGzAIDX5psqIL0mTz2/iRP6yF9VP+DylqOzQLPFrjBnIXH4uHQOJ1xbjMNVkaiXETG9eR2FwImCBiPQ== +gscan@4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.5.0.tgz#e72824b5f4725331817c6f3298687eb1049636af" + integrity sha512-gAQV/ISjrlMPIDWv2e0G4hl6/toVkdB87LPnrNYcy5jls7wCMohv2RqN2K7IoQCEFUn7SMRpkzWl5DOYEQMOXg== dependencies: "@sentry/node" "6.13.3" "@tryghost/pretty-cli" "1.2.21"