From 77bd4268c69f61876305cbeecbafae72ad199334 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 May 2025 14:13:07 +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/sammytezzy/project/1a296da4-8fe9-4018-99cc-1a3fa5c17306?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-react-bootstrap/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-react-bootstrap/package.json b/examples/with-react-bootstrap/package.json index d37ec86afe741..396a22b0e66cd 100644 --- a/examples/with-react-bootstrap/package.json +++ b/examples/with-react-bootstrap/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "bootstrap": "^4.4.1", - "next": "latest", + "next": "15.3.1", "react": "^18.2.0", "react-bootstrap": "^1.0.1", "react-dom": "^18.2.0"