From f9adb5853dde245c5b295805ac79039738f3ca43 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Apr 2025 05:57:43 +0000 Subject: [PATCH] fix: packages/github/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 --- packages/github/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/github/package.json b/packages/github/package.json index c7f899317e..79c5fdf470 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "@actions/http-client": "^1.0.8", - "@octokit/core": "^3.1.1", + "@octokit/core": "^6.1.5", "@octokit/plugin-paginate-rest": "^2.2.3", "@octokit/plugin-rest-endpoint-methods": "^4.1.0" },