From f5e539b8756561fc1f179cff0bd9d01d7e0e42fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Feb 2025 06:10:52 +0000 Subject: [PATCH] fix: cli/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 --- cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/package.json b/cli/package.json index f3f689572d4..7a17fd305a6 100644 --- a/cli/package.json +++ b/cli/package.json @@ -17,7 +17,7 @@ "posttest": "npm run lint" }, "dependencies": { - "@octokit/rest": "^19.0.5", + "@octokit/rest": "^21.1.1", "front-matter": "^4.0.2", "minimatch": "^5.1.1", "minipass": "^4.0.0",