From d13dd217c6675b34cd1edc4ecedd1f55837f47c9 Mon Sep 17 00:00:00 2001 From: Vinod Tiwari <190535481+vtiwari-story@users.noreply.github.com> Date: Tue, 19 May 2026 16:00:19 -0700 Subject: [PATCH] security: bump 16 package(s) in npm --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a5e42ec..9cff8cf 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "ethers": "^5.7.2", "lucide-react": "^0.284.0", "moment": "^2.29.4", - "next": "14.2.35", + "next": "15.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", @@ -63,5 +63,10 @@ "process": "^0.11.10", "tailwindcss": "^3.3.5", "typescript": "^5.2.2" + }, + "pnpm": { + "overrides": { + "next": "14.1.1" + } } }