From 72ede071fccd52f21612ee6a700dc322069d487d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 07:36:04 +0000 Subject: [PATCH] Bump @notionhq/client from 2.2.9 to 2.2.11 Bumps [@notionhq/client](https://github.com/makenotion/notion-sdk-js) from 2.2.9 to 2.2.11. - [Release notes](https://github.com/makenotion/notion-sdk-js/releases) - [Commits](https://github.com/makenotion/notion-sdk-js/compare/v2.2.9...v2.2.11) --- updated-dependencies: - dependency-name: "@notionhq/client" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3a5c058..d607a11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "GPL-3.0-only", "dependencies": { - "@notionhq/client": "^2.2.9", + "@notionhq/client": "^2.2.11", "@pclouddev/notion-to-markdown": "^2.7.5", "dotenv": "^16.3.1", "front-matter": "^4.0.2", @@ -433,9 +433,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.11", + "resolved": "https://registry.npmjs.org/@notionhq/client/-/client-2.2.11.tgz", + "integrity": "sha512-yTKeVu0fB9PtlK9eQwN6y+MEq0J0vu1MPP7j5bme9+KTenH4OTcOAx/70+LgvN4Z4RSsymQxdXrtcLHMFN9ZuA==", "dependencies": { "@types/node-fetch": "^2.5.10", "node-fetch": "^2.6.1" @@ -1779,9 +1779,9 @@ } }, "@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.11", + "resolved": "https://registry.npmjs.org/@notionhq/client/-/client-2.2.11.tgz", + "integrity": "sha512-yTKeVu0fB9PtlK9eQwN6y+MEq0J0vu1MPP7j5bme9+KTenH4OTcOAx/70+LgvN4Z4RSsymQxdXrtcLHMFN9ZuA==", "requires": { "@types/node-fetch": "^2.5.10", "node-fetch": "^2.6.1" diff --git a/package.json b/package.json index beb9c59..df50606 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ ], "author": "HEIGE-PCloud", "dependencies": { - "@notionhq/client": "^2.2.9", + "@notionhq/client": "^2.2.11", "@pclouddev/notion-to-markdown": "^2.7.5", "dotenv": "^16.3.1", "front-matter": "^4.0.2",