From a6676768770a80953592da315e11f89d8b8a6dc4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Jul 2025 19:29:56 +0000 Subject: [PATCH] fix: packages/report-flaky-tests/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-OCTOKITREQUEST-8730853 --- packages/report-flaky-tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/report-flaky-tests/package.json b/packages/report-flaky-tests/package.json index 76528ceb8a3dbb..a4e65f16b9d402 100644 --- a/packages/report-flaky-tests/package.json +++ b/packages/report-flaky-tests/package.json @@ -27,7 +27,7 @@ "types": "build-types", "dependencies": { "@actions/core": "^1.8.0", - "@actions/github": "^5.0.1", + "@actions/github": "^6.0.0", "jest-message-util": "^28.0.2" }, "publishConfig": {