From f98c3fa82ea1a28638d35f661b56a0e9203356fa Mon Sep 17 00:00:00 2001 From: "cycode-security[bot]" <54410473+cycode-security[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 08:18:36 +0000 Subject: [PATCH] [Cycode] Fix for vulnerable manifest file dependency - github.com/gofiber/fiber/v2 updated to version 2.52.13 --- infrastructure/health-check/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/health-check/go.mod b/infrastructure/health-check/go.mod index 39fb85ea..5c8e5016 100644 --- a/infrastructure/health-check/go.mod +++ b/infrastructure/health-check/go.mod @@ -3,6 +3,6 @@ module health-check go 1.15 require ( - github.com/gofiber/fiber/v2 v2.32.0 + github.com/gofiber/fiber/v2 v2.52.13 github.com/gofiber/template v1.6.27 )