From 69065554f1c43f1f178fe603ba6007c95be35d57 Mon Sep 17 00:00:00 2001 From: Vinod Tiwari <190535481+vtiwari-story@users.noreply.github.com> Date: Tue, 19 May 2026 16:22:21 -0700 Subject: [PATCH] security: bump 16 package(s) in npm --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 514ad33..91dbef9 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "abitype": "^1.0.0", "connectkit": "^1.7.1", "encoding": "^0.1.13", - "next": "14.2.35", + "next": "15.0.8", "pino-pretty": "^10.3.1", "react": "^18", "react-dom": "^18", @@ -33,5 +33,8 @@ "postcss": "^8", "tailwindcss": "^3.3.0", "typescript": "^5" + }, + "overrides": { + "next": "14.1.1" } }