From c749af47b379045c1686e4e8cd0693e78b2f9019 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 May 2025 05:25:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-OCTOKITREQUESTERROR-8730854 - https://snyk.io/vuln/SNYK-JS-OCTOKITENDPOINT-8730856 - 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 09026f80792c..25722e3b2fa5 100644 --- a/package.json +++ b/package.json @@ -289,7 +289,7 @@ "@github/markdownlint-github": "^0.6.2", "@graphql-inspector/core": "^5.0.0", "@graphql-tools/load": "^8.0.0", - "@octokit/rest": "^20.1.0", + "@octokit/rest": "^22.0.0", "@playwright/test": "1.44.0", "@types/accept-language-parser": "1.5.6", "@types/connect-datadog": "0.0.10",