From db666a0f2d6ea0063bd07a4c231993501efc4464 Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Wed, 3 Dec 2025 20:46:10 -0500 Subject: [PATCH] hotfix: update next/react to patch RCE exploit --- bun.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bun.lock b/bun.lock index 550a26d..446b713 100644 --- a/bun.lock +++ b/bun.lock @@ -29,10 +29,10 @@ "fs": "0.0.1-security", "geist": "^1.4.2", "lucide-react": "^0.454.0", - "next": "16.0.6", + "next": "^16.0.6", "pdfjs-dist": "^4.10.38", "radix-ui": "^1.4.2", - "react": "19.2.0", + "react": "^19.2.0", "react-dom": "19.2.0", "react-icons": "^5.5.0", "react-pdf": "^9.2.1",