0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Added a gscan check to make sure the match helper on custom settings of type select is used against specified options

refs 056928f7b9
refs https://github.com/TryGhost/Team/issues/1105
This commit is contained in:
Thibaut Patel 2021-10-12 18:35:02 +02:00
parent dc3dad4524
commit 836b5b4a0e
2 changed files with 5 additions and 5 deletions

View file

@ -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",

View file

@ -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"