From cb7f6b7a8391ba4a2fd61e179bb98399893b9092 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 06:47:34 +0000 Subject: [PATCH] chore(deps): bump next from 16.1.5 to 16.2.11 in /sample/next-app Bumps [next](https://github.com/vercel/next.js) from 16.1.5 to 16.2.11. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v16.1.5...v16.2.11) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sample/next-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/next-app/package.json b/sample/next-app/package.json index cda4f93..1c7945c 100644 --- a/sample/next-app/package.json +++ b/sample/next-app/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "next": "16.1.5", + "next": "16.2.11", "react": "18.3.1", "react-dom": "18.3.1" },