From 22e8fb8a71f1b80fba3259c3167603c10bd1b938 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 May 2025 07:48:18 +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 - https://snyk.io/vuln/SNYK-JS-OCTOKITREQUESTERROR-8730854 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1339932..9c37496 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ "author": "spinfal", "license": "ISC", "dependencies": { - "@octokit/rest": "^18.9.0" + "@octokit/rest": "^22.0.0" } }