From 2c1803b339616e4aa458d56e1484ce98082985bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 14:36:34 +0000 Subject: [PATCH] chore(deps): bump next from 16.2.7 to 16.2.11 in /benchmarks/nextjs Bumps [next](https://github.com/vercel/next.js) from 16.2.7 to 16.2.11. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v16.2.7...v16.2.11) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- benchmarks/nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/nextjs/package.json b/benchmarks/nextjs/package.json index 9f17cc2c33..2303b2e3cd 100644 --- a/benchmarks/nextjs/package.json +++ b/benchmarks/nextjs/package.json @@ -7,7 +7,7 @@ "start": "next start" }, "dependencies": { - "next": "16.2.7", + "next": "16.2.11", "react": "19.2.7", "react-dom": "19.2.7" },