From 4cf38f6580577f7c60694f507472682097b51b1f Mon Sep 17 00:00:00 2001 From: Anthony Patterson Date: Wed, 25 Mar 2026 19:38:59 -0400 Subject: [PATCH] fix: upgrade Next.js to 15.5.14 to patch RCE vulnerability (GHSA-9qr9-h5gf-34mp) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7b0a4e9..151bdb7 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "lucide-react": "^0.513.0", "monaco-editor": "^0.52.2", "mongoose": "^8.15.1", - "next": "15.3.3", + "next": "^15.5.14", "next-themes": "^0.4.6", "react": "^19.0.0", "react-dom": "^19.0.0", @@ -61,7 +61,7 @@ "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", - "eslint-config-next": "15.3.3", + "eslint-config-next": "^15.5.14", "file-loader": "^6.2.0", "tailwindcss": "^4", "tw-animate-css": "^1.3.4",