From 8df559d9fca52bd157390b41e67af80ad28f00c5 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:20:48 +0000 Subject: [PATCH] [Cycode] Fix for vulnerable manifest file dependency - github.com/gofiber/fiber/v2 updated to version 2.52.11 --- 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..f6a51b09 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.11 github.com/gofiber/template v1.6.27 )