From a7373a0e3e4077a986dc11e2627b931391927b49 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Feb 2026 07:30:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-MARKDOWNIT-10666750 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 786cf3c937..a48ff23a95 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@arethetypeswrong/cli": "^0.15.3", "@cspell/eslint-plugin": "^8.17.1", "@eslint-react/eslint-plugin": "^1.19.0", - "@tanstack/config": "^0.14.2", + "@tanstack/config": "^0.22.2", "@testing-library/jest-dom": "^6.6.3", "@types/node": "^22.9.3", "@types/react": "^19.0.1", @@ -49,7 +49,7 @@ "@vitest/eslint-plugin": "^1.1.36", "cpy-cli": "^5.0.0", "esbuild-plugin-file-path-extensions": "^2.1.4", - "eslint": "^9.15.0", + "eslint": "^10.0.0", "eslint-plugin-react-hooks": "^5.2.0", "jsdom": "^25.0.1", "knip": "^5.50.2",