From ca2d624756d262b2ff5f6f1f816a19919285c472 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Feb 2026 20:15:28 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d22fb2f..abc9e99 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@types/react-dom": "18.0.11", "eslint-config-next": "14.1.4", "framer-motion": "^10.18.0", - "next": "14.2.10", + "next": "15.5.10", "react": "18.2.0", "react-dom": "18.2.0", "react-icons": "^4.12.0",