From 4b0d0387f6ff6e2cbf4aa0e22e901004ad51afaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 00:42:45 +0000 Subject: [PATCH] chore: bump next from 15.0.4 to 15.1.2 in /examples/next-pages-router Bumps [next](https://github.com/vercel/next.js) from 15.0.4 to 15.1.2. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.0.4...v15.1.2) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/next-pages-router/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/next-pages-router/package.json b/examples/next-pages-router/package.json index a8637be4..6bb1b9f0 100644 --- a/examples/next-pages-router/package.json +++ b/examples/next-pages-router/package.json @@ -11,7 +11,7 @@ "dependencies": { "@contentful/live-preview": "^4.6.0", "contentful": "^10.6.21", - "next": "15.0.4", + "next": "15.1.2", "react": "19.0.0", "react-dom": "19.0.0" },