From 6574169af0b5cd9fbc27b41ee4fff57b03a3a408 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Feb 2026 14:04:04 +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 b96e617..208cb59 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": "^10.0.0", "prettier": "^2.8.8", "prettier-plugin-tailwindcss": "^0.2.8", "turbo": "^1.9.3",