From 5fe9adb61672b135de6c221f58c568ffb6f64739 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 22:32:52 +0000 Subject: [PATCH] fix: packages/middleware/fastify/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-17706650 --- packages/middleware/fastify/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/middleware/fastify/package.json b/packages/middleware/fastify/package.json index 7562ce9870..d822987589 100644 --- a/packages/middleware/fastify/package.json +++ b/packages/middleware/fastify/package.json @@ -54,7 +54,7 @@ "@modelcontextprotocol/eslint-config": "workspace:^", "@eslint/js": "catalog:devTools", "@typescript/native-preview": "catalog:devTools", - "eslint": "catalog:devTools", + "eslint": "10.0.0", "eslint-config-prettier": "catalog:devTools", "eslint-plugin-n": "catalog:devTools", "prettier": "catalog:devTools",