From 97e3eced13a2f459f8206aa6657e709df1667ac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 16:40:36 +0000 Subject: [PATCH] build(deps): bump next in /examples/next-pages-example Bumps [next](https://github.com/vercel/next.js) from 15.5.10 to 15.5.14. - [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.5.10...v15.5.14) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/next-pages-example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/next-pages-example/package.json b/examples/next-pages-example/package.json index 38d7aa0..3d379d0 100644 --- a/examples/next-pages-example/package.json +++ b/examples/next-pages-example/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "next": "15.5.10", + "next": "15.5.14", "react": "19.1.2", "react-dom": "19.1.2" },