From dbf0dcaa58f36e287809f3e032223ac4a38e1fd8 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:41 +0000 Subject: [PATCH] [Cycode] Fix for vulnerable manifest file dependency - github.com/gofiber/fiber/v2 updated to version 2.52.5 --- 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..303f5c51 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.5 github.com/gofiber/template v1.6.27 )