From 699da7c1db3e1cf77bcfccb4374d6ed5e2028bbe Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 20 Feb 2026 05:41:29 +0000 Subject: [PATCH] security: update next.js -> 15.3.9, react -> 19.1.2+ (CVE-2025-55182 RCE fix) --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 67a9a67..a022ab1 100644 --- a/package.json +++ b/package.json @@ -10,9 +10,9 @@ }, "dependencies": { "lucide-react": "^0.523.0", - "next": "15.3.4", - "react": "^19.0.0", - "react-dom": "^19.0.0" + "next": "15.3.9", + "react": "^19.1.2", + "react-dom": "^19.1.2" }, "devDependencies": { "@eslint/eslintrc": "^3", @@ -21,7 +21,7 @@ "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", - "eslint-config-next": "15.3.4", + "eslint-config-next": "15.3.9", "tailwindcss": "^4", "typescript": "^5" }