From 069f36fb06c9e07cd7a585d99049f5b262d7ba91 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Dec 2024 14:04:18 +0000 Subject: [PATCH] fix: upgrade fastify from 4.19.2 to 4.29.0 Snyk has created this PR to upgrade fastify from 4.19.2 to 4.29.0. See this package in npm: fastify See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/0ebbe13e-a0e4-423e-a630-ad315a982ed6?utm_source=github&utm_medium=referral&page=upgrade-pr --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 6bb52c07a3d0d4..09af44577eaf18 100644 --- a/api/package.json +++ b/api/package.json @@ -17,7 +17,7 @@ "bad-words": "3.0.4", "connect-mongo": "4.6.0", "fast-uri": "2.2.0", - "fastify": "4.19.2", + "fastify": "4.29.0", "fastify-auth0-verify": "^1.0.0", "fastify-plugin": "^4.3.0", "jsonwebtoken": "9.0.1",