From d3f8050b69fefbd2e38226c7c5255ff3ec7bd4dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 02:50:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b889ed3..bdc472fb 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "autoprefixer": "^10.4.20", - "eslint": "^8.57.0", + "eslint": "^9.0.0", "eslint-config-next": "^13.5.6", "eslint-plugin-tailwindcss": "^3.18.0", "findup-sync": "^5.0.0",