From 2c0704f32d46ad506fbc904ef38843feb73b01bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 20:08:26 +0000 Subject: [PATCH] build(deps): bump next from 15.5.0 to 15.5.7 in /src/packages/next Bumps [next](https://github.com/vercel/next.js) from 15.5.0 to 15.5.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/v15.5.0...v15.5.7) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/packages/next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packages/next/package.json b/src/packages/next/package.json index 4e4fce6e84..08b658885c 100644 --- a/src/packages/next/package.json +++ b/src/packages/next/package.json @@ -78,7 +78,7 @@ "lodash": "^4.17.21", "lru-cache": "^7.18.3", "ms": "2.1.2", - "next": "15.5.0", + "next": "15.5.7", "next-rest-framework": "6.0.0-beta.4", "next-translate": "^2.6.2", "password-hash": "^1.2.2",