From 0c43b39360ded2fc8f7584b8e9092d9d3f417a69 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Jan 2026 08:43:58 +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 3b4152fe..69e0c55e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@manypkg/cli": "^0.20.0", "@typescript-eslint/eslint-plugin": "^5.56.0", "@typescript-eslint/parser": "^5.56.0", - "eslint": "^8.36.0", + "eslint": "^9.26.0", "prettier": "^2.8.7", "prettier-plugin-tailwindcss": "^0.2.5", "turbo": "^1.8.5",