From 2c67e3e6050d6ff011d5818f0422cab18edc3aae Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 14:50:26 +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 9c48b05954a..404da9f4565 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",