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