From c267d7c843898f9d7d45744715357d81fcd4ae0c Mon Sep 17 00:00:00 2001 From: Vinod Tiwari <190535481+vtiwari-story@users.noreply.github.com> Date: Wed, 20 May 2026 10:47:32 -0700 Subject: [PATCH] security: bump 19 package(s) in npm --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a7722a..77d7bbe 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@privy-io/react-auth": "^3.0.1", "@story-protocol/core-sdk": "^1.4.0", - "next": "15.5.8", + "next": "15.5.10", "react": "19.1.0", "react-dom": "19.1.0", "viem": "2.15.1" @@ -26,5 +26,8 @@ "eslint-config-next": "15.5.4", "tailwindcss": "^4", "typescript": "^5" + }, + "overrides": { + "next": "15.5.8" } }