From b398b50ba513093d742b112d000c304ede1fdaf3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Jun 2024 06:27:03 +0000 Subject: [PATCH] fix: upgrade fastify from 4.10.2 to 4.27.0 Snyk has created this PR to upgrade fastify from 4.10.2 to 4.27.0. See this package in npm: fastify See this project in Snyk: https://app.snyk.io/org/misha0510/project/057f6704-fbea-4740-a02c-5bbe04bf4a7f?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8af6b0c..6e5cf8f 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@fastify/swagger": "^7.4.1", "@prisma/client": "^4.14.0", "bcrypt": "^5.0.1", - "fastify": "^4.10.2", + "fastify": "^4.27.0", "fastify-plugin": "^4.0.0", "pino-pretty": "^9.4.0" },