From 16fe4fa17c25e2318aededb9e372a504ef7f0de6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 15:51:58 +0000 Subject: [PATCH] Chore(deps): Bump @notionhq/client from 2.3.0 to 3.1.2 Bumps [@notionhq/client](https://github.com/makenotion/notion-sdk-js) from 2.3.0 to 3.1.2. - [Release notes](https://github.com/makenotion/notion-sdk-js/releases) - [Commits](https://github.com/makenotion/notion-sdk-js/compare/v2.3.0...v3.1.2) --- updated-dependencies: - dependency-name: "@notionhq/client" dependency-version: 3.1.2 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 dd798421..b804f253 100644 --- a/apps/contact/package.json +++ b/apps/contact/package.json @@ -12,7 +12,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "next": "15.2.3", - "@notionhq/client": "^2.2.15", + "@notionhq/client": "^3.1.2", "@upstash/ratelimit": "^2.0.5", "@upstash/redis": "^1.34.3", "nanoid": "^5.0.9",