From e3632c734c1262ad0025b083d4a18f1a37f738ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 19:59:52 +0000 Subject: [PATCH] Bump next from 16.0.1 to 16.0.7 in /workbench/nextjs-webpack Bumps [next](https://github.com/vercel/next.js) from 16.0.1 to 16.0.7. - [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.1...v16.0.7) --- updated-dependencies: - dependency-name: next dependency-version: 16.0.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- workbench/nextjs-webpack/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workbench/nextjs-webpack/package.json b/workbench/nextjs-webpack/package.json index d691c6ea2c..1d0d3e8a54 100644 --- a/workbench/nextjs-webpack/package.json +++ b/workbench/nextjs-webpack/package.json @@ -26,7 +26,7 @@ "lodash.chunk": "^4.2.0", "lucide-react": "0.555.0", "mixpart": "0.0.4", - "next": "16.0.1", + "next": "16.0.7", "openai": "6.9.1", "react": "^19.0.0", "react-dom": "^19.0.0",