From b4548b011994f41ce33ea275562d885bc6df4fec Mon Sep 17 00:00:00 2001 From: Naz Gargol Date: Wed, 9 Oct 2019 12:13:12 +0200 Subject: [PATCH] Update dependency gscan to v2.10.0 (#11221) no issue - This removes unwanted checks for `{{statusCode}}` which are compatible with v3 and were added by mistake in v2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f62b7e020e..70ca7e685f 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "ghost-storage-base": "0.0.3", "glob": "7.1.4", "got": "9.6.0", - "gscan": "2.9.0", + "gscan": "2.10.0", "html-to-text": "5.1.1", "image-size": "0.8.3", "intl": "1.2.5", diff --git a/yarn.lock b/yarn.lock index 4c16196b28..e8d26131ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3740,10 +3740,10 @@ grunt@1.0.4: path-is-absolute "~1.0.0" rimraf "~2.6.2" -gscan@2.9.0: - version "2.9.0" - resolved "https://registry.yarnpkg.com/gscan/-/gscan-2.9.0.tgz#de169bd971043872ac830a65cd632149ecddbb8c" - integrity sha512-igE0rPtbc0u3IQ3pruFXTSarc+JIHEXbRv/iyqeFlujgR0iKJ0tKPKRQGceYqzy5x+sT7MTwtxpa+LLOhN2SNw== +gscan@2.10.0: + version "2.10.0" + resolved "https://registry.yarnpkg.com/gscan/-/gscan-2.10.0.tgz#62c5a4e685304335e716baf9ec26a3974a158e07" + integrity sha512-Z0R0hEk00L/dfN0FvdGVA1XnE32/kYMFL9fkkpvlRYw9Rwwftp5sEtUAOrxuUA1ysersb9wLlWgunaf4BIzcwA== dependencies: "@tryghost/extract-zip" "1.6.6" "@tryghost/pretty-cli" "1.2.1"