From 9e6930a9c0deda39b16a26544da6e039f180b074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 21:07:42 +0000 Subject: [PATCH] chore(deps): bump next from 16.0.7 to 16.1.5 in /examples/nextjs Bumps [next](https://github.com/vercel/next.js) from 16.0.7 to 16.1.5. - [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/v16.0.7...v16.1.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 8bba9f0f..ecf88d3c 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -15,7 +15,7 @@ "@types/node": "^24.3.0", "@types/react": "19.2.7", "@types/react-dom": "19.2.3", - "next": "16.0.7", + "next": "16.1.5", "next-themes": "^0.4.6", "postcss": "^8.5.6", "react": "19.2.1",