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" } }