From ce2590c57722b4e446819c994f9b51f2ba839b02 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 May 2025 20:13:32 +0000 Subject: [PATCH] fix: examples/notion-github-sync/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-OCTOKITREQUEST-8730853 - https://snyk.io/vuln/SNYK-JS-OCTOKITREQUESTERROR-8730854 --- examples/notion-github-sync/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/notion-github-sync/package.json b/examples/notion-github-sync/package.json index 2a91d627..9657f878 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" } }