From 5f4d9bb1ae4e4dbfbaca67af4046c15cb4a0f069 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:03 +0000 Subject: [PATCH] [Cycode] Fix for vulnerable manifest file dependency - github.com/gofiber/fiber/v2 updated to version 2.43.0 --- 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..3e09f4c6 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.43.0 github.com/gofiber/template v1.6.27 )