From 3ef8bc5d137789866669f56e5e971cad33c10ebd Mon Sep 17 00:00:00 2001 From: Arlo AI Date: Tue, 3 Mar 2026 09:18:13 -0600 Subject: [PATCH] fix: upgrade Next.js to 14.2.35 for security patches Updates Next.js from 14.2.23 to 14.2.35 to address security vulnerabilities. Fixes #204 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6238a797..20d7ac34 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "idb": "^8.0.0", "lucide-react": "^0.468.0", "nanoid": "^5.0.9", - "next": "^14.2.23", + "next": "^14.2.35", "next-intl": "^4.3.9", "react": "^18", "react-dom": "^18",