From 39499ffb95ca20f5cf08d70f6c6d1a98aea4bb15 Mon Sep 17 00:00:00 2001 From: Matti Nannt Date: Mon, 15 Dec 2025 19:27:45 +0100 Subject: [PATCH] fix: update Next.js and React to patch security vulnerabilities (#6984) --- apps/web/package.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index 88ee8f364a..54c0a8a84f 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -101,7 +101,7 @@ "lucide-react": "0.507.0", "markdown-it": "14.1.0", "mime-types": "3.0.1", - "next": "15.5.7", + "next": "15.5.9", "next-auth": "4.24.12", "next-safe-action": "7.10.8", "node-fetch": "3.3.2", diff --git a/package.json b/package.json index 4a7930ee53..3936c57e42 100644 --- a/package.json +++ b/package.json @@ -41,8 +41,8 @@ "i18n:validate": "pnpm scan-translations" }, "dependencies": { - "react": "19.1.2", - "react-dom": "19.1.2" + "react": "19.1.4", + "react-dom": "19.1.4" }, "devDependencies": { "@azure/microsoft-playwright-testing": "1.0.0-beta.7",