From a25b4dd817c2073e05aa04506802bac550c28210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 17:04:08 +0000 Subject: [PATCH] chore(deps): bump next in /examples/with-custom-thread-list Bumps [next](https://github.com/vercel/next.js) from 16.1.0 to 16.2.6. - [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.1.0...v16.2.6) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/with-custom-thread-list/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-custom-thread-list/package.json b/examples/with-custom-thread-list/package.json index 7c489c818d..767151f804 100644 --- a/examples/with-custom-thread-list/package.json +++ b/examples/with-custom-thread-list/package.json @@ -22,7 +22,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.562.0", - "next": "16.1.0", + "next": "16.2.6", "react": "19.2.3", "react-dom": "19.2.3", "remark-gfm": "^4.0.1",