From a70b2b89b877e6baa0ef9c9b9950e4cf481774a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:34:49 +0000 Subject: [PATCH] chore(deps): bump @notionhq/client from 2.2.5 to 2.2.8 Bumps [@notionhq/client](https://github.com/makenotion/notion-sdk-js) from 2.2.5 to 2.2.8. - [Release notes](https://github.com/makenotion/notion-sdk-js/releases) - [Commits](https://github.com/makenotion/notion-sdk-js/compare/v2.2.5...v2.2.8) --- 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 42c70a0..40d906b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@fortawesome/free-solid-svg-icons": "^6.4.0", "@fortawesome/react-fontawesome": "^0.2.0", "@headlessui/react": "^1.7.14", - "@notionhq/client": "^2.2.5", + "@notionhq/client": "^2.2.8", "autoprefixer": "^10.4.14", "axios": "^1.4.0", "clsx": "^1.2.1", @@ -428,9 +428,9 @@ } }, "node_modules/@notionhq/client": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/@notionhq/client/-/client-2.2.5.tgz", - "integrity": "sha512-NobSaeSK0DMuxAIy2pg53Iv850tGFxXYEYacFBQgO634L1uwQv7WQCAdeFQpD3kJiEycQfSYv6RGC5VENEXjiQ==", + "version": "2.2.8", + "resolved": "https://registry.npmjs.org/@notionhq/client/-/client-2.2.8.tgz", + "integrity": "sha512-tRA6fqi9CgeWFyBA4NLU4OLAqETxCO44J6R9fv93kJQtYDNiQ5IB5Oqz7kC+vLT6Mlxc2zqrJa5rgzLfRnbiSA==", "dependencies": { "@types/node-fetch": "^2.5.10", "node-fetch": "^2.6.1" @@ -4016,9 +4016,9 @@ } }, "@notionhq/client": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/@notionhq/client/-/client-2.2.5.tgz", - "integrity": "sha512-NobSaeSK0DMuxAIy2pg53Iv850tGFxXYEYacFBQgO634L1uwQv7WQCAdeFQpD3kJiEycQfSYv6RGC5VENEXjiQ==", + "version": "2.2.8", + "resolved": "https://registry.npmjs.org/@notionhq/client/-/client-2.2.8.tgz", + "integrity": "sha512-tRA6fqi9CgeWFyBA4NLU4OLAqETxCO44J6R9fv93kJQtYDNiQ5IB5Oqz7kC+vLT6Mlxc2zqrJa5rgzLfRnbiSA==", "requires": { "@types/node-fetch": "^2.5.10", "node-fetch": "^2.6.1" diff --git a/package.json b/package.json index 589d002..4561a32 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "@fortawesome/free-solid-svg-icons": "^6.4.0", "@fortawesome/react-fontawesome": "^0.2.0", "@headlessui/react": "^1.7.14", - "@notionhq/client": "^2.2.5", + "@notionhq/client": "^2.2.8", "autoprefixer": "^10.4.14", "axios": "^1.4.0", "clsx": "^1.2.1",