From 22e2602bb11a1d03d68de5b061817c7639283a12 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 May 2025 22:41:11 +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/b3ea8083-168f-4e82-ba5a-a67d78aa6500?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-react-foundation/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-react-foundation/package.json b/examples/with-react-foundation/package.json index 1d09e11b03f4c..25a5d8274f786 100644 --- a/examples/with-react-foundation/package.json +++ b/examples/with-react-foundation/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "foundation-sites": "6.7.4", - "next": "latest", + "next": "15.3.1", "react": "^18.0.0", "react-dom": "^18.0.0", "react-foundation": "^0.9.7"