From b9786cad6bc36cf61beff833c58d0b527a26b759 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 May 2025 15:08: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/sammytezzy/project/ed1cd7f6-6f3f-4f4b-8f20-06ed9c3b6702?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/custom-routes-proxying/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-routes-proxying/package.json b/examples/custom-routes-proxying/package.json index 914e112f85e38..e2bdbec102f5c 100644 --- a/examples/custom-routes-proxying/package.json +++ b/examples/custom-routes-proxying/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "next": "latest", + "next": "15.3.1", "react": "^18.2.0", "react-dom": "^18.2.0" },