From 2fa6abac0df58545ffe9045d3312d17061de7673 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Feb 2026 07:24:31 +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-NEXT-15105315 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index eb294c3..d7f623e 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "jose": "^6.0.10", "lucide-react": "^0.488.0", "minio": "^8.0.5", - "next": "15.4.0-canary.31", + "next": "16.1.5", "next-auth": "^4.24.11", "next-themes": "^0.4.6", "pg": "^8.14.1", @@ -49,7 +49,7 @@ "react": "^19.0.0", "react-day-picker": "^8.10.1", "react-dom": "^19.0.0", - "react-email": "^4.0.7", + "react-email": "^4.1.0", "react-hook-form": "^7.55.0", "recharts": "^2.15.2", "resend": "^4.2.0",