From b49cb5b3800f69c7cb81762d0ac73ddfa937e961 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 09:22:15 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 62c37b4..21471d4 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "lodash": "^4.17.21", "lucide-react": "^0.536.0", "mongodb": "^6.18.0", - "next": "15.5.0", + "next": "16.1.5", "next-auth": "^4.24.11", "playwright": "^1.55.1", "puppeteer": "^24.16.2",