diff --git a/examples/notion-task-github-pr-sync/package.json b/examples/notion-task-github-pr-sync/package.json index 788029303..e0a2691f6 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.1.2" } }