From 49bd59c1000f4e5b107d788df11eb3c91bcff0a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Feb 2026 13:28:42 +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 98db439..5c38b62 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "autocannon": "3.2.0", "codecov": "3.1.0", "concurrently": "4.1.0", - "fastify": "1.13.1", + "fastify": "5.7.3", "mocha": "5.2.0", "nyc": "13.1.0", "supertest": "3.3.0",