mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
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
This commit is contained in:
parent
e7d7d9fdcc
commit
b4548b0119
2 changed files with 5 additions and 5 deletions
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue