From 36bba6289c9a2905cb65cccedc8039e2471bb10a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 04:51:05 +0000 Subject: [PATCH] chore(deps): bump next in /examples/with-nextjs-todo Bumps [next](https://github.com/vercel/next.js) from 15.2.3 to 15.4.9. - [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.2.3...v15.4.9) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/with-nextjs-todo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-nextjs-todo/package.json b/examples/with-nextjs-todo/package.json index 0b47053..795991b 100644 --- a/examples/with-nextjs-todo/package.json +++ b/examples/with-nextjs-todo/package.json @@ -19,7 +19,7 @@ "@vercel/analytics": "1.5.0", "clsx": "2.1.1", "drizzle-orm": "0.38.2", - "next": "15.2.8", + "next": "15.4.10", "nuqs": "2.2.3", "react": "18.3.1", "react-dom": "18.3.1",