From 45857a7de1110e333471c350e51bc9864a943279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 07:09:54 +0000 Subject: [PATCH] chore(deps): bump next in /examples/with-nextjs-pages-router Bumps [next](https://github.com/vercel/next.js) from 15.1.3 to 15.4.7. - [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.1.3...v15.4.7) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/with-nextjs-pages-router/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-nextjs-pages-router/package.json b/examples/with-nextjs-pages-router/package.json index 6b6bc541..dded495c 100644 --- a/examples/with-nextjs-pages-router/package.json +++ b/examples/with-nextjs-pages-router/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tidbcloud/uikit": "workspace:*", - "next": "15.1.3", + "next": "15.4.7", "react": "^18.3.1", "react-dom": "^18.3.1" },