From 280517aff80c1ae5e9e45916ab24ca306b853c2f Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 19:26:39 +0000 Subject: [PATCH] feat: upgrade @octokit/core from 5.0.1 to 6.1.2 Snyk has created this PR to upgrade @octokit/core from 5.0.1 to 6.1.2. See this package in npm: @octokit/core See this project in Snyk: https://app.snyk.io/org/cachiman/project/5e296774-8986-48d2-a64b-8caf8e5cfbe5?utm_source=github-cloud-app&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..e5edb3ac1b 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.2", "@octokit/plugin-paginate-rest": "^9.0.0", "@octokit/plugin-rest-endpoint-methods": "^10.0.0" },