From 513d2a2f6253f62963dadce330b9570d9246f63c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Sep 2024 15:00:29 +0000 Subject: [PATCH] feat: upgrade octokit from 2.1.0 to 4.0.2 Snyk has created this PR to upgrade octokit from 2.1.0 to 4.0.2. See this package in npm: octokit See this project in Snyk: https://app.snyk.io/org/paaschdigital/project/bf450086-29ad-4da2-b85e-e96f1d9da521?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/notion-task-github-pr-sync/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }