From b64c0e0c9eddb718b3adbde71d24565f56b9ef9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 22:27:13 +0000 Subject: [PATCH] build(deps): bump next from 16.3.3 to 16.3.4 in /benchmark/bun-next Bumps [next](https://github.com/vercel/next.js) from 16.3.3 to 16.3.4. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v16.3.3...v16.3.4) --- updated-dependencies: - dependency-name: next dependency-version: 16.3.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- benchmark/bun-next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/bun-next/package.json b/benchmark/bun-next/package.json index e23b3331..692ecd24 100644 --- a/benchmark/bun-next/package.json +++ b/benchmark/bun-next/package.json @@ -8,7 +8,7 @@ "test": "bun test" }, "dependencies": { - "next": "16.3.3", + "next": "16.3.4", "react": "19.2.8", "react-dom": "19.2.8" },