diff --git a/package.json b/package.json index 1f7fe12..54114e6 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "test:coverage": "jest --coverage" }, "dependencies": { - "@notionhq/client": "^2.2.14", + "@notionhq/client": "^2.3.0", "@tryfabric/martian": "^1.2.4", "chalk": "4", "gray-matter": "^4.0.3" diff --git a/yarn.lock b/yarn.lock index 8690068..cd11214 100644 --- a/yarn.lock +++ b/yarn.lock @@ -743,10 +743,10 @@ "@types/node-fetch" "^2.5.10" node-fetch "^2.6.1" -"@notionhq/client@^2.2.14": - version "2.2.16" - resolved "https://registry.yarnpkg.com/@notionhq/client/-/client-2.2.16.tgz#6564cd77bc12e7dc68e4f5c4c6adef8384a33027" - integrity sha512-3GlkfhLw8+Jw8U2iFEmHA6WfCgYhZCXLxgPdqDJkYMFotELNpQO+yGSy2QWURsG8ndu21sLt+FEOfDbNcCtFMg== +"@notionhq/client@^2.3.0": + version "2.3.0" + resolved "https://registry.yarnpkg.com/@notionhq/client/-/client-2.3.0.tgz#4feecb012ebcd4116df14a9e2c77afed7eeb73cd" + integrity sha512-l7WqTCpQqC+HibkB9chghONQTYcxNQT0/rOJemBfmuKQRTu2vuV8B3yA395iKaUdDo7HI+0KvQaz9687Xskzkw== dependencies: "@types/node-fetch" "^2.5.10" node-fetch "^2.6.1"