From 9c720b63902da51b34346a1818efdfee0a212d21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 21:11:50 +0000 Subject: [PATCH] Bump @notionhq/client from 2.2.2 to 2.2.15 Bumps [@notionhq/client](https://github.com/makenotion/notion-sdk-js) from 2.2.2 to 2.2.15. - [Release notes](https://github.com/makenotion/notion-sdk-js/releases) - [Commits](https://github.com/makenotion/notion-sdk-js/compare/v2.2.2...v2.2.15) --- 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 fbc1def..501b600 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "notion-sdk-project", "version": "1.0.0", "dependencies": { - "@notionhq/client": "^2.2.2", + "@notionhq/client": "^2.2.15", "dotenv": "^16.0.1" }, "devDependencies": { @@ -57,9 +57,9 @@ } }, "node_modules/@notionhq/client": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@notionhq/client/-/client-2.2.2.tgz", - "integrity": "sha512-L7TB+UyhnWTSv1ek7xzGr9+mS9o76qMKnZ8Ag8H2q6QgvywAiPOFcE3ulWI/1AnMewGVRqwb30agPHMVRY/K/w==", + "version": "2.2.15", + "resolved": "https://registry.npmjs.org/@notionhq/client/-/client-2.2.15.tgz", + "integrity": "sha512-XhdSY/4B1D34tSco/GION+23GMjaS9S2zszcqYkMHo8RcWInymF6L1x+Gk7EmHdrSxNFva2WM8orhC4BwQCwgw==", "dependencies": { "@types/node-fetch": "^2.5.10", "node-fetch": "^2.6.1" @@ -386,9 +386,9 @@ } }, "@notionhq/client": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@notionhq/client/-/client-2.2.2.tgz", - "integrity": "sha512-L7TB+UyhnWTSv1ek7xzGr9+mS9o76qMKnZ8Ag8H2q6QgvywAiPOFcE3ulWI/1AnMewGVRqwb30agPHMVRY/K/w==", + "version": "2.2.15", + "resolved": "https://registry.npmjs.org/@notionhq/client/-/client-2.2.15.tgz", + "integrity": "sha512-XhdSY/4B1D34tSco/GION+23GMjaS9S2zszcqYkMHo8RcWInymF6L1x+Gk7EmHdrSxNFva2WM8orhC4BwQCwgw==", "requires": { "@types/node-fetch": "^2.5.10", "node-fetch": "^2.6.1" diff --git a/package.json b/package.json index 0dfda90..74d8599 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "keywords": [], "author": "", "dependencies": { - "@notionhq/client": "^2.2.2", + "@notionhq/client": "^2.2.15", "dotenv": "^16.0.1" }, "devDependencies": {