From c403429f7147cf227b366e1c66d21119ff2fa29f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 22 Feb 2025 00:29:36 +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-OCTOKITPLUGINPAGINATEREST-8730855 - 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 2a91d627d..a39920a8d 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": "^4.1.2" } }