From 9f5bceb40f1230f4a155ac79448ba4f80c4e5f4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 04:20:06 +0000 Subject: [PATCH] build(deps): bump next Bumps the npm_and_yarn group with 1 update in the /integration/nextjs directory: [next](https://github.com/vercel/next.js). Updates `next` from 14.2.35 to 16.1.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/v14.2.35...v16.1.6) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.6 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- integration/nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/nextjs/package.json b/integration/nextjs/package.json index 4b0d9a6..d7bb6f6 100644 --- a/integration/nextjs/package.json +++ b/integration/nextjs/package.json @@ -6,7 +6,7 @@ "test": "node test.js" }, "dependencies": { - "next": "^14.0.0", + "next": "^16.1.6", "react": "^18.2.0", "react-dom": "^18.2.0", "ws": "^8.14.2"