From 6a4490824fc3bc77dd59b53b9e59eb565b54fce3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Feb 2026 13:15:02 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cce5813..d46e575 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@vitejs/plugin-react": "^4.2.1", "auto-changelog": "^2.4.0", "dts-bundle-generator": "^9.2.5", - "eslint": "^8.56.0", + "eslint": "^10.0.0", "eslint-plugin-jest": "^27.6.3", "eslint-plugin-node": "^11.1.0", "eslint-plugin-react": "^7.33.2",