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": {