From 714ba60a870ec826b2974b6ce8fb964b78f1797d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Feb 2026 14:00:41 +0000 Subject: [PATCH] fix: 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f55226..0350fb1 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@sentry/node": "^10.30.0", "dotenv": "^16.3.1", "drizzle-orm": "^0.44.7", - "fastify": "^5.6.2", + "fastify": "^5.7.3", "jsonwebtoken": "^9.0.3", "pino": "^10.1.0", "postgres": "^3.4.3",