From 48b9f851547a93ef7704ccb7cc570a8dbddb1744 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 23:18:45 +0000 Subject: [PATCH] fix: packages/github/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDICI-10176064 - https://snyk.io/vuln/SNYK-JS-OCTOKITREQUEST-8730853 --- packages/github/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/github/package.json b/packages/github/package.json index 8e17050b7e..42c5d76b00 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -42,9 +42,9 @@ "@octokit/core": "^5.0.1", "@octokit/plugin-paginate-rest": "^9.2.2", "@octokit/plugin-rest-endpoint-methods": "^10.4.0", - "@octokit/request": "^8.4.1", + "@octokit/request": "^9.2.1", "@octokit/request-error": "^5.1.1", - "undici": "^5.28.5" + "undici": "^5.29.0" }, "devDependencies": { "proxy": "^2.1.1"