From d50c41fc8b0438dab7989565336a84bc85b93e68 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 20:35:33 +0000 Subject: [PATCH] fix: dc-agents/sqlite/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 --- dc-agents/sqlite/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dc-agents/sqlite/package.json b/dc-agents/sqlite/package.json index 67af6af2631f0..05db3cd736447 100644 --- a/dc-agents/sqlite/package.json +++ b/dc-agents/sqlite/package.json @@ -24,7 +24,7 @@ "@fastify/cors": "^8.1.0", "@hasura/dc-api-types": "0.44.0", "fastify-metrics": "^9.2.1", - "fastify": "^4.13.0", + "fastify": "^5.7.3", "nanoid": "^3.3.4", "openapi3-ts": "^2.0.2", "pino-pretty": "^8.1.0",