diff --git a/examples/notion-github-sync/package.json b/examples/notion-github-sync/package.json index 2a91d627d..9657f878c 100644 --- a/examples/notion-github-sync/package.json +++ b/examples/notion-github-sync/package.json @@ -16,6 +16,6 @@ "@notionhq/client": "file:../../", "dotenv": "^16.0.1", "lodash": "^4.17.21", - "octokit": "^2.0.3" + "octokit": "^5.0.2" } }