mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-15 03:01:37 -05:00
🐛 Fixed gscan crashing on invalid package.json
refs 7c2c9d54d8
- Gscan won't crash on invalid json, and display the list of failed rules instead
This commit is contained in:
parent
b45e514cb1
commit
3f7448ae38
2 changed files with 5 additions and 5 deletions
|
@ -128,7 +128,7 @@
|
|||
"ghost-storage-base": "0.0.6",
|
||||
"glob": "7.2.0",
|
||||
"got": "9.6.0",
|
||||
"gscan": "4.10.0",
|
||||
"gscan": "4.10.1",
|
||||
"html-to-text": "5.1.1",
|
||||
"image-size": "1.0.0",
|
||||
"intl": "1.2.5",
|
||||
|
|
|
@ -5482,10 +5482,10 @@ grunt@1.4.1:
|
|||
nopt "~3.0.6"
|
||||
rimraf "~3.0.2"
|
||||
|
||||
gscan@4.10.0:
|
||||
version "4.10.0"
|
||||
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.10.0.tgz#af25493ac57f21ac9225649d867632be67b0ed4b"
|
||||
integrity sha512-own9H7q/0/+L3l4pzjQvotklfy+8zgYgDlSfabaURyhZ7OEG6ReT9ruJ644DqBlaVSR5W04r945MP/srWMFc+A==
|
||||
gscan@4.10.1:
|
||||
version "4.10.1"
|
||||
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.10.1.tgz#4375d26295537fbe6d1c721750a3381f33b687a4"
|
||||
integrity sha512-Lba8blZ6Yzp2xAxJr8xMFc/SX+jRnZQKnsWiGkFsjZpSgC8SWOkwGiUuFivKYbbMJmbf1bfvixu3QIN5zmfHfQ==
|
||||
dependencies:
|
||||
"@sentry/node" "6.13.3"
|
||||
"@tryghost/pretty-cli" "1.2.22"
|
||||
|
|
Loading…
Add table
Reference in a new issue