From 782a22f192cd34693247f3a9eb91ef45d8b47cc2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Feb 2025 05:47:26 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2c4881..612ea1e 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "webpack-node-externals": "^1.7.2" }, "dependencies": { - "@octokit/rest": "^17.1.0", + "@octokit/rest": "^21.1.1", "@reduxjs/toolkit": "^1.5.0", "ajv": "^6.12.4", "chalk": "^3.0.0",