From 02d0a9e169b99ba4cac27a7cc2397409ac36abc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 06:21:51 +0000 Subject: [PATCH] build(deps): bump @notionhq/client from 2.2.9 to 2.2.13 Bumps [@notionhq/client](https://github.com/makenotion/notion-sdk-js) from 2.2.9 to 2.2.13. - [Release notes](https://github.com/makenotion/notion-sdk-js/releases) - [Commits](https://github.com/makenotion/notion-sdk-js/compare/v2.2.9...v2.2.13) --- updated-dependencies: - dependency-name: "@notionhq/client" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6cda737..c26e84f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -528,9 +528,9 @@ } }, "node_modules/@notionhq/client": { - "version": "2.2.9", - "resolved": "https://registry.npmjs.org/@notionhq/client/-/client-2.2.9.tgz", - "integrity": "sha512-g/JKWTELNhe4SdJj5nBXNGB0tkOkOlOH81QSa3oG1855QWiRhOv/ti6LeWNWEPR3BettNztDv5zC/I05wDkFtg==", + "version": "2.2.13", + "resolved": "https://registry.npmjs.org/@notionhq/client/-/client-2.2.13.tgz", + "integrity": "sha512-wJpEl30QUSy2K3/Q2c2knNiZlLXJ17JnQgaIiFbN68IMJy+2TE9fXLxvV1N/cMVs2+SpteAa6PlyrUgfGdlmDg==", "dependencies": { "@types/node-fetch": "^2.5.10", "node-fetch": "^2.6.1"