From 6df42c08a9b81d54bf60c1fd11dd69d70d94e90c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 10:02:55 +0000 Subject: [PATCH] chore(deps): bump next from 15.5.9 to 15.5.21 in /packages/database Bumps [next](https://github.com/vercel/next.js) from 15.5.9 to 15.5.21. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v15.5.9...v15.5.21) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.21 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/database/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/database/package.json b/packages/database/package.json index a221a469a38..40d267beb70 100644 --- a/packages/database/package.json +++ b/packages/database/package.json @@ -31,7 +31,7 @@ "effect": "^3.18.4", "mysql2": "^3.15.2", "nanoid": "^5.0.4", - "next": "15.5.9", + "next": "15.5.21", "next-auth": "^4.24.5", "react-email": "^4.0.16", "resend": "4.6.0",