From 23aaee6331ed933f4e8a8293007a863e54c73f3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Feb 2026 11:33:23 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b96e617..1e43534 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@ianvs/prettier-plugin-sort-imports": "^3.7.2", "@manypkg/cli": "^0.22.0", "@types/prettier": "^2.7.2", - "eslint": "^8.39.0", + "eslint": "^9.26.0", "prettier": "^2.8.8", "prettier-plugin-tailwindcss": "^0.2.8", "turbo": "^1.9.3",