mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 21:40:39 +03:00
Fixed a gscan check to force custom theme setting of type color to always have a default value
ref e6a477b3b5
This commit is contained in:
parent
107f519310
commit
2748ed6d0a
@ -127,7 +127,7 @@
|
||||
"ghost-storage-base": "0.0.6",
|
||||
"glob": "7.2.0",
|
||||
"got": "9.6.0",
|
||||
"gscan": "4.7.0",
|
||||
"gscan": "4.7.1",
|
||||
"html-to-text": "5.1.1",
|
||||
"image-size": "1.0.0",
|
||||
"intl": "1.2.5",
|
||||
|
@ -5393,10 +5393,10 @@ grunt@1.4.1:
|
||||
nopt "~3.0.6"
|
||||
rimraf "~3.0.2"
|
||||
|
||||
gscan@4.7.0:
|
||||
version "4.7.0"
|
||||
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.7.0.tgz#1eeb2e40d42ad46244e8387c959e45c912fd1663"
|
||||
integrity sha512-EXNtNtewwVWPeaMMzjAaJswbrwxQxzKe6YxARPeyguJqAZnnjPQaJu1YZ07muO0GhTluAUdkh3qHsEartiwuCA==
|
||||
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==
|
||||
dependencies:
|
||||
"@sentry/node" "6.13.3"
|
||||
"@tryghost/pretty-cli" "1.2.21"
|
||||
|
Loading…
Reference in New Issue
Block a user