From c171f0c52a0591bebee8b72ac206d5a723f606ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 May 2025 08:31:32 +0000 Subject: [PATCH] fix: api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FASTIFY-9788069 --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 2f77c8bd60ea7e..6eff890a733074 100644 --- a/api/package.json +++ b/api/package.json @@ -21,7 +21,7 @@ "date-fns": "2.30.0", "dotenv": "16.4.5", "fast-uri": "2.3.0", - "fastify": "4.29.0", + "fastify": "4.29.1", "fastify-plugin": "4.5.1", "joi": "17.12.2", "jsonwebtoken": "9.0.2",