From 698e51f3a2c250e6685fba1684c0d68978d5a829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 17:47:33 +0000 Subject: [PATCH] Bump @notionhq/client from 5.6.0 to 5.7.0 Bumps [@notionhq/client](https://github.com/makenotion/notion-sdk-js) from 5.6.0 to 5.7.0. - [Release notes](https://github.com/makenotion/notion-sdk-js/releases) - [Commits](https://github.com/makenotion/notion-sdk-js/compare/v5.6.0...v5.7.0) --- updated-dependencies: - dependency-name: "@notionhq/client" dependency-version: 5.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9067e63..f683afa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@notionhq/client": "^5.6.0", + "@notionhq/client": "^5.7.0", "@tryfabric/martian": "^1.2.4", "@vercel/functions": "^3.3.4", "@vercel/node": "^5.5.20", @@ -849,9 +849,9 @@ } }, "node_modules/@notionhq/client": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/@notionhq/client/-/client-5.6.0.tgz", - "integrity": "sha512-eA3dO87vQJhFmR59utXH8r0nnulW7C7oTcxfp3bpiiTiv59luCkOkbbALCIa8TzBDdELoRD/zJEIfKcynyFR6Q==", + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/@notionhq/client/-/client-5.7.0.tgz", + "integrity": "sha512-On/GI10lJRLSrzU3h/cDl1Oe15qywYrEvyV3KlE4UgtzqMjlPzXG31B7zHjGc/tTgoY8eD3JS4CWlcD64NBmaQ==", "license": "MIT", "engines": { "node": ">=18" diff --git a/package.json b/package.json index ca68e04..e9a3246 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint:fix": "npx eslint '**/*.ts' --fix && npx prettier --write '**/*.ts'" }, "dependencies": { - "@notionhq/client": "^5.6.0", + "@notionhq/client": "^5.7.0", "@tryfabric/martian": "^1.2.4", "@vercel/functions": "^3.3.4", "@vercel/node": "^5.5.20",