From 4a01b9f24eddb4c8d9e8e84b6740b9030bfee09b Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 23:13:30 +0000 Subject: [PATCH] fix: extensions/github/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-OCTOKITREQUEST-8730853 - https://snyk.io/vuln/SNYK-JS-OCTOKITREQUESTERROR-8730854 --- extensions/github/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/github/package.json b/extensions/github/package.json index ece19e32f54a3..a9cebce835952 100644 --- a/extensions/github/package.json +++ b/extensions/github/package.json @@ -181,7 +181,7 @@ "dependencies": { "@octokit/graphql": "5.0.5", "@octokit/graphql-schema": "14.4.0", - "@octokit/rest": "19.0.4", + "@octokit/rest": "22.0.0", "tunnel": "^0.0.6", "@vscode/extension-telemetry": "^0.9.0" },