From 9eafeedf24e464bf2f36d5333fb3fc98275cc1d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 May 2025 10:18:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-OCTOKITREQUEST-8730853 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a3e91b3..2a1ec22 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "@hapi/hoek": "^11.0.7", - "@octokit/rest": "^20.1.0", + "@octokit/rest": "^22.0.0", "@octokit/webhooks-methods": "^4.1.0", "circuit-fuses": "^6.0.0", "joi": "^17.13.3",