From cc59234a5bffff41c40d8b17d1635200cb492eda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 15:15:43 +0000 Subject: [PATCH] Chore(deps): Bump next from 15.5.2 to 16.0.0 Bumps [next](https://github.com/vercel/next.js) from 15.5.2 to 16.0.0. - [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...v16.0.0) --- updated-dependencies: - dependency-name: next dependency-version: 16.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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..a3c7a61c 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": "16.0.0", "nodemailer": "^7.0.6", "react": "^19.0.0", "react-dom": "^19.0.0",