From 9a245f509b4a44ab8d0e8d5e782752a461a8ad87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 17:34:09 +0000 Subject: [PATCH] Bump @notionhq/client from 5.9.0 to 5.11.1 Bumps [@notionhq/client](https://github.com/makenotion/notion-sdk-js) from 5.9.0 to 5.11.1. - [Release notes](https://github.com/makenotion/notion-sdk-js/releases) - [Commits](https://github.com/makenotion/notion-sdk-js/compare/v5.9.0...v5.11.1) --- updated-dependencies: - dependency-name: "@notionhq/client" dependency-version: 5.11.1 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 9806d1f..1be48e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@notionhq/client": "^5.9.0", + "@notionhq/client": "^5.11.1", "@tryfabric/martian": "^1.2.4", "@vercel/functions": "^3.4.3", "@vercel/node": "^5.6.9", @@ -817,9 +817,9 @@ } }, "node_modules/@notionhq/client": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/@notionhq/client/-/client-5.9.0.tgz", - "integrity": "sha512-TvAVMfwtVv61hsPrRfB9ehgzSjX6DaAi1ZRAnpg8xFjzaXhzhEfbO0PhBRm3ecSv1azDuO2kBuyQHh2/z7G4YQ==", + "version": "5.11.1", + "resolved": "https://registry.npmjs.org/@notionhq/client/-/client-5.11.1.tgz", + "integrity": "sha512-393XUAb4706eWKQx1xxg/tdn/rTY6+qj3PxTGyTr03D7ydO6e7B7tYyidxJCbKzNSSCVTUAth/bLoKNhm0VoUQ==", "license": "MIT", "engines": { "node": ">=18" diff --git a/package.json b/package.json index 1d7c97a..e79a9b0 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.9.0", + "@notionhq/client": "^5.11.1", "@tryfabric/martian": "^1.2.4", "@vercel/functions": "^3.4.3", "@vercel/node": "^5.6.9",