From 81fe82199658f6adc68cdf3e5eb0f7b03bed014c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Feb 2025 21:40:58 +0000 Subject: [PATCH] fix: examples/notion-task-github-pr-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-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 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" } }