From dcf233d88355c1540b33168625fccf52e37ac1ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 May 2025 19:30:12 +0000 Subject: [PATCH] fix: upgrade next from 15.1.8 to 15.3.1 Snyk has created this PR to upgrade next from 15.1.8 to 15.3.1. See this package in npm: next See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/94cf288d-f4b4-4380-b7c9-95d13661d1af?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-redux/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-redux/package.json b/examples/with-redux/package.json index 02db447cef8a9..73cb6dfd98c07 100644 --- a/examples/with-redux/package.json +++ b/examples/with-redux/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@reduxjs/toolkit": "1.9.5", - "next": "latest", + "next": "15.3.1", "react": "18.2.0", "react-dom": "18.2.0", "react-redux": "8.1.0"