diff --git a/package-lock.json b/package-lock.json index e43eb92f..1e66b447 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": { @@ -19839,9 +19839,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" @@ -24088,11 +24088,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 d6d67c6c..82652ccb 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",