From 04da2dfc8a28a445d0ad58e468e148df63495fbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 08:37:08 +0000 Subject: [PATCH] build(deps): bump the npm_and_yarn group across 2 directories with 1 update Bumps the npm_and_yarn group with 1 update in the /example/NextJs directory: [next](https://github.com/vercel/next.js). 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 15.5.10 - [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...v15.5.10) 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...v15.5.10) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.10 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 16.1.6 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- example/NextJs/package.json | 2 +- integration/nextjs/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/NextJs/package.json b/example/NextJs/package.json index 826fcec..9e42f61 100644 --- a/example/NextJs/package.json +++ b/example/NextJs/package.json @@ -15,7 +15,7 @@ "api-ape": "file:../..", "eslint": "^8.57.0", "eslint-config-next": "15.5.9", - "next": "14.2.35", + "next": "15.5.10", "react": "18.3.1", "react-dom": "18.3.1", "typescript": "4.9.4" 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"