From 9107cc55b326842bbeff3eecb0d23620b49f56b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 15:55:24 +0000 Subject: [PATCH] Chore(deps): Bump next from 15.2.3 to 15.3.3 Bumps [next](https://github.com/vercel/next.js) from 15.2.3 to 15.3.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.2.3...v15.3.3) --- updated-dependencies: - dependency-name: next dependency-version: 15.3.3 dependency-type: direct:production update-type: version-update:semver-minor ... 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 dd798421..6f4d6666 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.3.3", "@notionhq/client": "^2.2.15", "@upstash/ratelimit": "^2.0.5", "@upstash/redis": "^1.34.3",