From ed9316cc85df40a169ca41c05e8d9c85fa65674a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Feb 2025 08:19:05 +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 --- cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/package.json b/cli/package.json index 1bafbbd9af6..0770f72ed93 100644 --- a/cli/package.json +++ b/cli/package.json @@ -17,7 +17,7 @@ "posttest": "npm run lint" }, "dependencies": { - "@octokit/rest": "^20.0.2", + "@octokit/rest": "^21.1.1", "@prettier/sync": "^0.5.0", "front-matter": "^4.0.2", "minimatch": "^9.0.3",