From 11f9e70af3b4f6a656dca5cf8fbabc4163c10f20 Mon Sep 17 00:00:00 2001 From: Daseul Kim Date: Fri, 5 Dec 2025 13:57:34 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20React=20&=20Next.js=20RCE=20=EC=B7=A8?= =?UTF-8?q?=EC=95=BD=EC=A0=90=20=ED=8C=A8=EC=B9=98=20(CVE-2025-55182,=20CV?= =?UTF-8?q?E-2025-66478)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e309ff6..86f058a 100644 --- a/package.json +++ b/package.json @@ -26,12 +26,12 @@ "lucide": "^0.503.0", "mssql": "^11.0.1", "mysql2": "^3.14.1", - "next": "15.2.4", + "next": "15.2.6", "nodemailer": "^7.0.3", "pdf-lib": "^1.17.1", "pino": "^9.7.0", - "react": "^19.0.0", - "react-dom": "^19.0.0", + "react": "^19.0.1", + "react-dom": "^19.0.1", "react-to-pdf": "^2.0.0", "sass": "^1.87.0", "swiper": "^11.2.6",