0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Update dependency gscan to v4.39.0

This commit is contained in:
Hannah Wolfe 2022-05-24 17:39:47 +01:00
parent 46307f8a03
commit a2cab6bdde
No known key found for this signature in database
GPG key ID: AB586C3B5AE5C037
2 changed files with 14 additions and 6 deletions

View file

@ -144,7 +144,7 @@
"ghost-storage-base": "1.0.0",
"glob": "8.0.3",
"got": "9.6.0",
"gscan": "4.29.2",
"gscan": "4.30.0",
"html-to-text": "8.2.0",
"image-size": "1.0.1",
"intl": "1.2.5",

View file

@ -2080,6 +2080,14 @@
chalk "^4.1.0"
sywac "^1.3.0"
"@tryghost/pretty-cli@1.2.28":
version "1.2.28"
resolved "https://registry.yarnpkg.com/@tryghost/pretty-cli/-/pretty-cli-1.2.28.tgz#11d4644b6d2ae4759a7015b66c3949895d92230e"
integrity sha512-2YWNklw2VLcCPtBY0lErzCqejq0mE6w7flQhdZ9WJFm8iXhgUcgJggtr+4Vy9+b2cgobTJyO4xF7IoqSr8ytxg==
dependencies:
chalk "^4.1.0"
sywac "^1.3.0"
"@tryghost/pretty-stream@^0.1.10":
version "0.1.10"
resolved "https://registry.yarnpkg.com/@tryghost/pretty-stream/-/pretty-stream-0.1.10.tgz#350524e2de54c7ef74c47ce4664bb097e230443c"
@ -6157,17 +6165,17 @@ grunt@1.5.3:
nopt "~3.0.6"
rimraf "~3.0.2"
gscan@4.29.2:
version "4.29.2"
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.29.2.tgz#7c052cfaa467564041fb1b7d7ceec89a3e77bc62"
integrity sha512-fb972+CMgVs5gg3+X69f1QNuSBUbC7XM909EajZMtsnAULWOw3kWeSNahMJX+d4jA2VL2+EJ8PdoWsxI+9rgLw==
gscan@4.30.0:
version "4.30.0"
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.30.0.tgz#546f79549bb2e7b45672a0810344b2b347ba4c5c"
integrity sha512-NxIVqpw/0m1VhsOAy5d2opLBdWTtyOd/esSoWsM0wdVa4Z9krWcHKW8VRgyuh6gAo7IaZacupALXaqzr3DCggQ==
dependencies:
"@sentry/node" "6.19.7"
"@tryghost/config" "0.2.2"
"@tryghost/debug" "0.1.11"
"@tryghost/errors" "1.2.12"
"@tryghost/logging" "2.1.8"
"@tryghost/pretty-cli" "1.2.27"
"@tryghost/pretty-cli" "1.2.28"
"@tryghost/server" "0.1.4"
"@tryghost/zip" "1.1.25"
bluebird "3.7.2"