From 1c08fd2b9d26abc17f0700115b219bf7405b5e52 Mon Sep 17 00:00:00 2001 From: Princi Vershwal Date: Tue, 17 Sep 2024 19:10:36 +0530 Subject: [PATCH] Update dependency gscan to v4.43.5 Ref: https://linear.app/tryghost/issue/ONC-318/support-escalation-re-500-error, https://linear.app/tryghost/issue/ENG-1444/gscan-slow-checking-for-themes-with-many-files --- ghost/core/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ghost/core/package.json b/ghost/core/package.json index 2fb1e75e4f..c37d28eade 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -193,7 +193,7 @@ "ghost-storage-base": "1.0.0", "glob": "8.1.0", "got": "11.8.6", - "gscan": "4.43.4", + "gscan": "4.43.5", "human-number": "2.0.4", "image-size": "1.1.1", "intl": "1.2.5", diff --git a/yarn.lock b/yarn.lock index f3f9ef13cc..31df601a32 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18855,10 +18855,10 @@ growly@^1.3.0: resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081" integrity sha512-+xGQY0YyAWCnqy7Cd++hc2JqMYzlm0dG30Jd0beaA64sROr8C4nt8Yc9V5Ro3avlSUDTN0ulqP/VBKi1/lLygw== -gscan@4.43.4: - version "4.43.4" - resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.43.4.tgz#f5ec47539d4ceeb57b853f4a1e67956214436c15" - integrity sha512-/oELLApcxX/C9IeYjljxOOi2jcGVeIVGttDo5ipkQOLcb1xUsUm4TrMLYWpmw//KhZwpwgP//12vRDJHDvR7lA== +gscan@4.43.5: + version "4.43.5" + resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.43.5.tgz#fbabca77b16c486ba5133a8a532937b62f11d2f1" + integrity sha512-Immegum5ztizTFy4cNqDj2yHr/yYR7QVGx/Ra4HRMNeoF0TM+lPIajCbHEiB+DI6L97V3DJhWdcT7ycXyDiXcg== dependencies: "@sentry/node" "^7.73.0" "@tryghost/config" "^0.2.18"