From 2b2b0770861e8c643b2ac35035fe0b72c3a79c3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 22 Feb 2025 08:42:36 +0000 Subject: [PATCH] fix: bots/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 --- bots/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/package.json b/bots/package.json index fdfcfd5d9e21..58b47a82e713 100644 --- a/bots/package.json +++ b/bots/package.json @@ -9,7 +9,7 @@ "minimatch": "^3.0.4" }, "dependencies": { - "@octokit/rest": "^16.43.0", + "@octokit/rest": "^21.1.1", "firebase": "^7.10.0" } }