From 23cb4e97c611f0522065491ca830ba742215d048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 19:44:05 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 2 directories with 1 update Bumps the npm_and_yarn group with 1 update in the /apps/homework directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /apps/roadbook directory: [next](https://github.com/vercel/next.js). Updates `next` from 13.5.11 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/v13.5.11...v15.5.10) Updates `next` from 13.5.11 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/v13.5.11...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: 15.5.10 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apps/homework/package.json | 2 +- apps/roadbook/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/homework/package.json b/apps/homework/package.json index 59fe170f4..0315c0dba 100644 --- a/apps/homework/package.json +++ b/apps/homework/package.json @@ -8,7 +8,7 @@ "start": "next start" }, "dependencies": { - "next": "^13.4.12", + "next": "^15.5.10", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/apps/roadbook/package.json b/apps/roadbook/package.json index 991b1ba5e..28128ac61 100644 --- a/apps/roadbook/package.json +++ b/apps/roadbook/package.json @@ -8,7 +8,7 @@ "start": "next start" }, "dependencies": { - "next": "^13.4.12", + "next": "^15.5.10", "react": "^18.2.0", "react-dom": "^18.2.0", "@mdx-js/react": "^2.3.0",