From 6002a56364569dff7197dea9126c48236448f11f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 19:12:41 +0000 Subject: [PATCH] Chore(deps): Bump next Bumps the npm_and_yarn group with 1 update in the /apps/contact directory: [next](https://github.com/vercel/next.js). Updates `next` from 15.5.2 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.2...v15.5.7) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.7 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apps/contact/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/contact/package.json b/apps/contact/package.json index c68fa790..6f17a4e0 100644 --- a/apps/contact/package.json +++ b/apps/contact/package.json @@ -14,7 +14,7 @@ "@notionhq/client": "^5.0.0", "@react-email/components": "^0.5.3", "nanoid": "^5.0.9", - "next": "15.5.2", + "next": "15.5.7", "nodemailer": "^7.0.6", "react": "^19.0.0", "react-dom": "^19.0.0",