From 11987568540f260106749fed23fbdabe4dc2db01 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Feb 2026 09:31:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-15104645 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8c649dfe..0dd603ad 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@heroicons/react": "^2.2.0", "axios": "^1.12.0", "dotenv": "^16.4.7", - "next": "^13.5.6", + "next": "^15.5.10", "react": "^18.2.0", "react-dom": "^18.3.1", "react-ga": "^3.3.1", @@ -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.26.0", "eslint-config-next": "^13.5.6", "eslint-plugin-tailwindcss": "^3.18.0", "findup-sync": "^5.0.0",