diff --git a/package-lock.json b/package-lock.json index 9067e63..f683afa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@notionhq/client": "^5.6.0", + "@notionhq/client": "^5.7.0", "@tryfabric/martian": "^1.2.4", "@vercel/functions": "^3.3.4", "@vercel/node": "^5.5.20", @@ -849,9 +849,9 @@ } }, "node_modules/@notionhq/client": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/@notionhq/client/-/client-5.6.0.tgz", - "integrity": "sha512-eA3dO87vQJhFmR59utXH8r0nnulW7C7oTcxfp3bpiiTiv59luCkOkbbALCIa8TzBDdELoRD/zJEIfKcynyFR6Q==", + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/@notionhq/client/-/client-5.7.0.tgz", + "integrity": "sha512-On/GI10lJRLSrzU3h/cDl1Oe15qywYrEvyV3KlE4UgtzqMjlPzXG31B7zHjGc/tTgoY8eD3JS4CWlcD64NBmaQ==", "license": "MIT", "engines": { "node": ">=18" diff --git a/package.json b/package.json index ca68e04..e9a3246 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint:fix": "npx eslint '**/*.ts' --fix && npx prettier --write '**/*.ts'" }, "dependencies": { - "@notionhq/client": "^5.6.0", + "@notionhq/client": "^5.7.0", "@tryfabric/martian": "^1.2.4", "@vercel/functions": "^3.3.4", "@vercel/node": "^5.5.20",