mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Bumped gscan error levels for future version of themes
refs https://github.com/TryGhost/Toolbox/issues/241 - The changes bring new fatal errors that will become visible with Ghost v5. These are errors with codes: GS001-DEPR-ESC and GS001-DEPR-CURR-SYM. - There should be no visible change during theme activation for existing Ghsot version
This commit is contained in:
parent
62b5a85830
commit
7449490a54
@ -138,7 +138,7 @@
|
||||
"ghost-storage-base": "1.0.0",
|
||||
"glob": "7.2.0",
|
||||
"got": "9.6.0",
|
||||
"gscan": "4.26.0",
|
||||
"gscan": "4.26.1",
|
||||
"html-to-text": "5.1.1",
|
||||
"image-size": "1.0.1",
|
||||
"intl": "1.2.5",
|
||||
|
12
yarn.lock
12
yarn.lock
@ -1963,7 +1963,7 @@
|
||||
lodash "^4.17.21"
|
||||
luxon "^1.26.0"
|
||||
|
||||
"@tryghost/logging@2.1.1", "@tryghost/logging@^2.0.0", "@tryghost/logging@^2.0.1", "@tryghost/logging@^2.0.5":
|
||||
"@tryghost/logging@2.1.1", "@tryghost/logging@2.1.2", "@tryghost/logging@^2.0.0", "@tryghost/logging@^2.0.1", "@tryghost/logging@^2.0.5":
|
||||
version "2.1.1"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/logging/-/logging-2.1.1.tgz#bb5b777f18e8d7ca5219cf5f6ca90a4a7a23db82"
|
||||
integrity sha512-cpaUSxSHMuavFHKJ9zmFloFUayyCyBK8QPiBBIHoM8wLGMLP+NxxHtbF5kMiqJxjotO2CoIi3Ra/+zr5fHai7w==
|
||||
@ -6230,16 +6230,16 @@ grunt@1.4.1:
|
||||
nopt "~3.0.6"
|
||||
rimraf "~3.0.2"
|
||||
|
||||
gscan@4.26.0:
|
||||
version "4.26.0"
|
||||
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.26.0.tgz#f5190fb7165bc3cbed7d7a9d6f7de39af6597f7f"
|
||||
integrity sha512-N9drQBUvTKdpAYAg+A93+kAErjvAhDqiGJTWUXGBLYUCeAZU06aIl1Ezs1hm7vWrHNBL0ynDnBg9AOj6mEkI/A==
|
||||
gscan@4.26.1:
|
||||
version "4.26.1"
|
||||
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.26.1.tgz#7dd45b8c2e7e9bfccb5f1e3d4293cabf779046ed"
|
||||
integrity sha512-55KOr0g3EzdKhbRhw3sCIBALP1wKgdUJqwWhgwUx4mmDnMddmAqSttErqKiRfuL33Yfx1dFGVx/r6dRb7ZMKog==
|
||||
dependencies:
|
||||
"@sentry/node" "6.19.3"
|
||||
"@tryghost/config" "0.2.2"
|
||||
"@tryghost/debug" "0.1.11"
|
||||
"@tryghost/errors" "1.2.7"
|
||||
"@tryghost/logging" "2.1.1"
|
||||
"@tryghost/logging" "2.1.2"
|
||||
"@tryghost/pretty-cli" "1.2.24"
|
||||
"@tryghost/server" "0.1.4"
|
||||
"@tryghost/zip" "1.1.22"
|
||||
|
Loading…
Reference in New Issue
Block a user