From 7136f38a9bda7bc8919dad5a4caca4ecf6e0076b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 05:28:44 +0000 Subject: [PATCH] chore(deps): bump notion-types from 4.19.8 to 6.16.0 Bumps [notion-types](https://github.com/NotionX/react-notion-x) from 4.19.8 to 6.16.0. - [Commits](https://github.com/NotionX/react-notion-x/compare/v4.19.8...v6.16.0) --- updated-dependencies: - dependency-name: notion-types dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 55 ++++++++++++++++++++++++++++++++++++++++++----- package.json | 2 +- yarn.lock | 7 +++++- 3 files changed, 57 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 10af174..b369ef5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "jszip": "^3.10.1", "next": "*", "notion-client": "^4.13.0", - "notion-types": "^4.10.0", + "notion-types": "^6.16.0", "notion-utils": "^4.12.0", "prettier": "^2.7.1", "react": "^17.0.2", @@ -9323,7 +9323,7 @@ "node": ">=12" } }, - "node_modules/notion-types": { + "node_modules/notion-client/node_modules/notion-types": { "version": "4.19.8", "resolved": "https://registry.npmjs.org/notion-types/-/notion-types-4.19.8.tgz", "integrity": "sha512-KLszLpe2UtejnX0bCoLe8JFZPeQyUS15F29LW4iRPFwnlNZePWz0h303F0IBhxOXQRiWIwy4mEGzRDu45a+dhA==", @@ -9331,6 +9331,14 @@ "node": ">=12" } }, + "node_modules/notion-types": { + "version": "6.16.0", + "resolved": "https://registry.npmjs.org/notion-types/-/notion-types-6.16.0.tgz", + "integrity": "sha512-Cv83GaAczx57q1qsnuG8DHOuOb63c83u9LX2IainG5aqBEB0GUuLZ4DUQfB6MaXt+FMY9fO+KTgPeZWwX9hbrQ==", + "engines": { + "node": ">=12" + } + }, "node_modules/notion-utils": { "version": "4.19.8", "resolved": "https://registry.npmjs.org/notion-utils/-/notion-utils-4.19.8.tgz", @@ -9343,6 +9351,14 @@ "node": ">=12" } }, + "node_modules/notion-utils/node_modules/notion-types": { + "version": "4.19.8", + "resolved": "https://registry.npmjs.org/notion-types/-/notion-types-4.19.8.tgz", + "integrity": "sha512-KLszLpe2UtejnX0bCoLe8JFZPeQyUS15F29LW4iRPFwnlNZePWz0h303F0IBhxOXQRiWIwy4mEGzRDu45a+dhA==", + "engines": { + "node": ">=12" + } + }, "node_modules/object-assign": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", @@ -10682,6 +10698,14 @@ "react-dom": ">=16" } }, + "node_modules/react-notion-x/node_modules/notion-types": { + "version": "4.19.8", + "resolved": "https://registry.npmjs.org/notion-types/-/notion-types-4.19.8.tgz", + "integrity": "sha512-KLszLpe2UtejnX0bCoLe8JFZPeQyUS15F29LW4iRPFwnlNZePWz0h303F0IBhxOXQRiWIwy4mEGzRDu45a+dhA==", + "engines": { + "node": ">=12" + } + }, "node_modules/react-pdf": { "version": "5.7.2", "resolved": "https://registry.npmjs.org/react-pdf/-/react-pdf-5.7.2.tgz", @@ -20319,12 +20343,19 @@ "notion-types": "^4.19.8", "notion-utils": "^4.19.8", "p-map": "^4.0.0" + }, + "dependencies": { + "notion-types": { + "version": "4.19.8", + "resolved": "https://registry.npmjs.org/notion-types/-/notion-types-4.19.8.tgz", + "integrity": "sha512-KLszLpe2UtejnX0bCoLe8JFZPeQyUS15F29LW4iRPFwnlNZePWz0h303F0IBhxOXQRiWIwy4mEGzRDu45a+dhA==" + } } }, "notion-types": { - "version": "4.19.8", - "resolved": "https://registry.npmjs.org/notion-types/-/notion-types-4.19.8.tgz", - "integrity": "sha512-KLszLpe2UtejnX0bCoLe8JFZPeQyUS15F29LW4iRPFwnlNZePWz0h303F0IBhxOXQRiWIwy4mEGzRDu45a+dhA==" + "version": "6.16.0", + "resolved": "https://registry.npmjs.org/notion-types/-/notion-types-6.16.0.tgz", + "integrity": "sha512-Cv83GaAczx57q1qsnuG8DHOuOb63c83u9LX2IainG5aqBEB0GUuLZ4DUQfB6MaXt+FMY9fO+KTgPeZWwX9hbrQ==" }, "notion-utils": { "version": "4.19.8", @@ -20333,6 +20364,13 @@ "requires": { "notion-types": "^4.19.8", "p-queue": "6" + }, + "dependencies": { + "notion-types": { + "version": "4.19.8", + "resolved": "https://registry.npmjs.org/notion-types/-/notion-types-4.19.8.tgz", + "integrity": "sha512-KLszLpe2UtejnX0bCoLe8JFZPeQyUS15F29LW4iRPFwnlNZePWz0h303F0IBhxOXQRiWIwy4mEGzRDu45a+dhA==" + } } }, "object-assign": { @@ -21286,6 +21324,13 @@ "react-modal": "^3.14.3", "react-pdf": "^5.7.1", "react-use": "^17.3.1" + }, + "dependencies": { + "notion-types": { + "version": "4.19.8", + "resolved": "https://registry.npmjs.org/notion-types/-/notion-types-4.19.8.tgz", + "integrity": "sha512-KLszLpe2UtejnX0bCoLe8JFZPeQyUS15F29LW4iRPFwnlNZePWz0h303F0IBhxOXQRiWIwy4mEGzRDu45a+dhA==" + } } }, "react-pdf": { diff --git a/package.json b/package.json index 88aff62..8f0c249 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "jszip": "^3.10.1", "next": "latest", "notion-client": "^4.13.0", - "notion-types": "^4.10.0", + "notion-types": "^6.16.0", "notion-utils": "^4.12.0", "prettier": "^2.7.1", "react": "^17.0.2", diff --git a/yarn.lock b/yarn.lock index 2980d7c..c669565 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5678,11 +5678,16 @@ notion-client@^4.13.0: notion-utils "^4.19.8" p-map "^4.0.0" -notion-types@^4.10.0, notion-types@^4.19.8: +notion-types@^4.19.8: version "4.19.8" resolved "https://registry.yarnpkg.com/notion-types/-/notion-types-4.19.8.tgz#2e89d93a1cdcc85ede8b70a48baa32e5d6ab4db8" integrity sha512-KLszLpe2UtejnX0bCoLe8JFZPeQyUS15F29LW4iRPFwnlNZePWz0h303F0IBhxOXQRiWIwy4mEGzRDu45a+dhA== +notion-types@^6.16.0: + version "6.16.0" + resolved "https://registry.yarnpkg.com/notion-types/-/notion-types-6.16.0.tgz#1c676b180095d14209a6760dd8586db55a115e91" + integrity sha512-Cv83GaAczx57q1qsnuG8DHOuOb63c83u9LX2IainG5aqBEB0GUuLZ4DUQfB6MaXt+FMY9fO+KTgPeZWwX9hbrQ== + notion-utils@^4.12.0, notion-utils@^4.19.8: version "4.19.8" resolved "https://registry.yarnpkg.com/notion-utils/-/notion-utils-4.19.8.tgz#afda224b20def44922c4214e4e9c4df225bf48b1"