From a1ec604650117d0e62074d753eb1e4c6a9cb0e67 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 May 2025 03:54:52 +0000 Subject: [PATCH] feat: upgrade @octokit/core from 5.0.1 to 6.1.5 Snyk has created this PR to upgrade @octokit/core from 5.0.1 to 6.1.5. See this package in npm: @octokit/core See this project in Snyk: https://app.snyk.io/org/nerds-github/project/1dea72f1-7418-4449-b0b9-c8d4eb19cc09?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 20ae2302f5..6a2eea746f 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "@actions/http-client": "^2.2.0", - "@octokit/core": "^5.0.1", + "@octokit/core": "^6.1.5", "@octokit/plugin-paginate-rest": "^9.0.0", "@octokit/plugin-rest-endpoint-methods": "^10.0.0" },