From e34cce0e7e4cf95b85497aa5fc89130935a50a6c Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 15:05:30 +0000 Subject: [PATCH] fix: types/swagger-stats/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 --- types/swagger-stats/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/swagger-stats/package.json b/types/swagger-stats/package.json index 02f3453b6c7ca7..f2c18bc3361cef 100644 --- a/types/swagger-stats/package.json +++ b/types/swagger-stats/package.json @@ -9,7 +9,7 @@ "@hapi/hapi": "21.1.0", "@types/express": "*", "@types/node": "*", - "fastify": "^3.0.0", + "fastify": "^5.7.3", "joi": "^17.7.0", "prom-client": ">=11.5.3" },