From 4e648ceec6d71f8f636cb360659f3a2d333de4d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 02:50:15 +0000 Subject: [PATCH] chore(deps): bump get-notion-object-title from 0.2.0 to 0.2.5 Bumps [get-notion-object-title](https://github.com/2anki/get-notion-object-title) from 0.2.0 to 0.2.5. - [Release notes](https://github.com/2anki/get-notion-object-title/releases) - [Changelog](https://github.com/2anki/get-notion-object-title/blob/main/.releaserc.json) - [Commits](https://github.com/2anki/get-notion-object-title/compare/v0.2.0...v0.2.5) --- updated-dependencies: - dependency-name: get-notion-object-title dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 769e3dc2..4b280b22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "eslint-webpack-plugin": "^4.0.1", "file-loader": "^6.2.0", "fs-extra": "^11.2.0", - "get-notion-object-title": "^0.2.0", + "get-notion-object-title": "^0.2.5", "html-webpack-plugin": "^5.5.3", "identity-obj-proxy": "^3.0.0", "jest": "^27.4.3", @@ -3332,9 +3332,9 @@ } }, "node_modules/@notionhq/client": { - "version": "2.2.14", - "resolved": "https://registry.npmjs.org/@notionhq/client/-/client-2.2.14.tgz", - "integrity": "sha512-oqUefZtCiJPCX+74A1Os9OVTef3fSnVWe2eVQtU1HJSD+nsfxfhwvDKnzJTh2Tw1ZHKLxpieHB/nzGdY+Uo12A==", + "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" @@ -9238,11 +9238,11 @@ } }, "node_modules/get-notion-object-title": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/get-notion-object-title/-/get-notion-object-title-0.2.0.tgz", - "integrity": "sha512-/8TAOAbgsEP6fOrGJtuK3LOPrfZ5rMYAKbn9+Oayj4mviS2GXRePU9y0r+zLEYrIuxU6XdyruvyhF8SsksJshg==", + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/get-notion-object-title/-/get-notion-object-title-0.2.5.tgz", + "integrity": "sha512-luajNJKoubl7pMVspQaVx4/dIjHZt+Zeh5nNPp/qhQVoZD2hV2kiHB9dhKn5LaKWwsAoWTq3SZqEBdonyxdenw==", "dependencies": { - "@notionhq/client": "^2.2.7" + "@notionhq/client": "^2.2.15" } }, "node_modules/get-own-enumerable-property-symbols": { @@ -19812,9 +19812,9 @@ } }, "@notionhq/client": { - "version": "2.2.14", - "resolved": "https://registry.npmjs.org/@notionhq/client/-/client-2.2.14.tgz", - "integrity": "sha512-oqUefZtCiJPCX+74A1Os9OVTef3fSnVWe2eVQtU1HJSD+nsfxfhwvDKnzJTh2Tw1ZHKLxpieHB/nzGdY+Uo12A==", + "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" @@ -24061,11 +24061,11 @@ } }, "get-notion-object-title": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/get-notion-object-title/-/get-notion-object-title-0.2.0.tgz", - "integrity": "sha512-/8TAOAbgsEP6fOrGJtuK3LOPrfZ5rMYAKbn9+Oayj4mviS2GXRePU9y0r+zLEYrIuxU6XdyruvyhF8SsksJshg==", + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/get-notion-object-title/-/get-notion-object-title-0.2.5.tgz", + "integrity": "sha512-luajNJKoubl7pMVspQaVx4/dIjHZt+Zeh5nNPp/qhQVoZD2hV2kiHB9dhKn5LaKWwsAoWTq3SZqEBdonyxdenw==", "requires": { - "@notionhq/client": "^2.2.7" + "@notionhq/client": "^2.2.15" } }, "get-own-enumerable-property-symbols": { diff --git a/package.json b/package.json index 204a1e1c..b227504b 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint-webpack-plugin": "^4.0.1", "file-loader": "^6.2.0", "fs-extra": "^11.2.0", - "get-notion-object-title": "^0.2.0", + "get-notion-object-title": "^0.2.5", "html-webpack-plugin": "^5.5.3", "identity-obj-proxy": "^3.0.0", "jest": "^27.4.3",