From 6dd4165e51219242a84c42e498d6143ee4c6bf79 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Feb 2026 12:51:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 786cf3c937..9210640419 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": "^9.26.0", "eslint-plugin-react-hooks": "^5.2.0", "jsdom": "^25.0.1", "knip": "^5.50.2",