From 4013c7df30e52f0e1a0fa9110337a308e01dffbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 13:22:56 +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.2.3 to 15.2.4 - [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.2.3...v15.2.4) --- updated-dependencies: - dependency-name: next dependency-version: 15.2.4 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 0322079b..67956ae0 100644 --- a/apps/contact/package.json +++ b/apps/contact/package.json @@ -11,7 +11,7 @@ "dependencies": { "react": "^19.0.0", "react-dom": "^19.0.0", - "next": "15.2.3", + "next": "15.2.4", "@notionhq/client": "^2.2.15", "nanoid": "^5.0.9", "zod": "^3.24.1"