From e5d7d8b3bc9c34eb2fc9a2ba3b28368bf1555a3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Feb 2026 09:28:27 +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-15182642 - https://snyk.io/vuln/SNYK-JS-FASTIFY-15182641 --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 2f77c8bd60ea7e..efe878f8ab0766 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": "5.7.3", "fastify-plugin": "4.5.1", "joi": "17.12.2", "jsonwebtoken": "9.0.2",