diff --git a/examples/notion-task-github-pr-sync/package.json b/examples/notion-task-github-pr-sync/package.json index 78802930..3e5602cf 100644 --- a/examples/notion-task-github-pr-sync/package.json +++ b/examples/notion-task-github-pr-sync/package.json @@ -16,6 +16,6 @@ "@notionhq/client": "file:../../", "dotenv": "^16.0.1", "lodash": "^4.17.21", - "octokit": "^2.0.3" + "octokit": "^4.0.2" } }