From a854fd95914c24ffd7a8506edf7113e497deb242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 18:44:39 +0000 Subject: [PATCH] Bump next in /apps/contact in the npm_and_yarn group across 1 directory 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.1.6 to 15.2.3 - [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.1.6...v15.2.3) --- updated-dependencies: - dependency-name: next 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 02123027..dd798421 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.1.6", + "next": "15.2.3", "@notionhq/client": "^2.2.15", "@upstash/ratelimit": "^2.0.5", "@upstash/redis": "^1.34.3",