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

️ Improved performance of several checks in GScan

ref f57ab075c6

- this commit bumps the GScan version in Ghost to include a commit that
  implements partial caching
This commit is contained in:
Daniel Lockyer 2024-10-08 13:30:15 +01:00 committed by Daniel Lockyer
parent e2d0c2f138
commit 8aa34fcf38
2 changed files with 5 additions and 5 deletions

View file

@ -188,7 +188,7 @@
"ghost-storage-base": "1.0.0", "ghost-storage-base": "1.0.0",
"glob": "8.1.0", "glob": "8.1.0",
"got": "11.8.6", "got": "11.8.6",
"gscan": "4.43.5", "gscan": "4.43.6",
"human-number": "2.0.4", "human-number": "2.0.4",
"image-size": "1.1.1", "image-size": "1.1.1",
"intl": "1.2.5", "intl": "1.2.5",

View file

@ -18659,10 +18659,10 @@ growly@^1.3.0:
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081" resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
integrity sha512-+xGQY0YyAWCnqy7Cd++hc2JqMYzlm0dG30Jd0beaA64sROr8C4nt8Yc9V5Ro3avlSUDTN0ulqP/VBKi1/lLygw== integrity sha512-+xGQY0YyAWCnqy7Cd++hc2JqMYzlm0dG30Jd0beaA64sROr8C4nt8Yc9V5Ro3avlSUDTN0ulqP/VBKi1/lLygw==
gscan@4.43.5: gscan@4.43.6:
version "4.43.5" version "4.43.6"
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.43.5.tgz#fbabca77b16c486ba5133a8a532937b62f11d2f1" resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.43.6.tgz#2c5749fdfbd7d250d76d67d6101ede26f974b742"
integrity sha512-Immegum5ztizTFy4cNqDj2yHr/yYR7QVGx/Ra4HRMNeoF0TM+lPIajCbHEiB+DI6L97V3DJhWdcT7ycXyDiXcg== integrity sha512-JUpzQyV1Rl8mOYR+egFcRiHOpoTihn45ZlH3Z2D4z2tMqorG9OEnb1kf+VS+YKKpC9GY9PhJbG6tRrkthLbhEA==
dependencies: dependencies:
"@sentry/node" "^7.73.0" "@sentry/node" "^7.73.0"
"@tryghost/config" "^0.2.18" "@tryghost/config" "^0.2.18"