From 1925eeb21f0b11fff03cba2ddade3ef5bea18270 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Feb 2025 07:35:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-OCTOKITPLUGINPAGINATEREST-8730855 - 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..6eb7685 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ "author": "spinfal", "license": "ISC", "dependencies": { - "@octokit/rest": "^18.9.0" + "@octokit/rest": "^21.1.1" } }