From e0550ee53546303c09f4b61911c66a676e11b69a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 00:46:30 +0000 Subject: [PATCH] feat: upgrade @octokit/core from 4.2.4 to 6.1.2 Snyk has created this PR to upgrade @octokit/core from 4.2.4 to 6.1.2. See this package in npm: @octokit/core See this project in Snyk: https://app.snyk.io/org/q1blue-rxw/project/061589ad-3276-41ad-ab3d-5cb52331031e?utm_source=github&utm_medium=referral&page=upgrade-pr --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 74729e636e5..d281145c90b 100644 --- a/api/package.json +++ b/api/package.json @@ -42,7 +42,7 @@ "dependencies": { "@goparrot/geocoder": "^4.4.0", "@koa/cors": "^3.1.0", - "@octokit/core": "^4.0.5", + "@octokit/core": "^6.1.2", "@octokit/plugin-throttling": "^4.3.0", "async": "^3.2.4", "axios": "^0.27.2",