From 436f095310cf408efae4a3fdf92315ca2b392d5d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Jun 2025 04:24:09 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8b889ed3..45ba28dc 100644 --- a/package.json +++ b/package.json @@ -44,15 +44,15 @@ "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "autoprefixer": "^10.4.20", - "eslint": "^8.57.0", - "eslint-config-next": "^13.5.6", + "eslint": "^9.4.0", + "eslint-config-next": "^15.0.0", "eslint-plugin-tailwindcss": "^3.18.0", "findup-sync": "^5.0.0", "husky": "^8.0.3", "lint-staged": "^13.2", "postcss": "^8.5.1", "prettier": "^2.8.8", - "tailwindcss": "^3.4.17", + "tailwindcss": "^4.0.0", "typescript": "^5.7" } }