From fad552a2510d1db6fbc6fcadc6af9b3fe45ad6e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 23 Mar 2025 22:51:58 +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-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 3bcbe30c06..b0f88d6707 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "@actions/http-client": "^2.0.1", - "@octokit/core": "^3.6.0", + "@octokit/core": "^5.2.1", "@octokit/plugin-paginate-rest": "^2.17.0", "@octokit/plugin-rest-endpoint-methods": "^5.13.0" },