From 2ab68a7db5f072182b138522e960cc601c52a830 Mon Sep 17 00:00:00 2001 From: Mehul Kar Date: Sun, 10 Mar 2024 22:08:05 -0500 Subject: [PATCH] fix(@actions/github): add undici to dependencies --- packages/github/package-lock.json | 3 ++- packages/github/package.json | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/github/package-lock.json b/packages/github/package-lock.json index a33f8b41..e968c879 100644 --- a/packages/github/package-lock.json +++ b/packages/github/package-lock.json @@ -12,7 +12,8 @@ "@actions/http-client": "^2.2.0", "@octokit/core": "^5.0.1", "@octokit/plugin-paginate-rest": "^9.0.0", - "@octokit/plugin-rest-endpoint-methods": "^10.0.0" + "@octokit/plugin-rest-endpoint-methods": "^10.0.0", + "undici": "^5.25.4" }, "devDependencies": { "proxy": "^2.1.1" diff --git a/packages/github/package.json b/packages/github/package.json index 20ae2302..dc20d67c 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -41,9 +41,10 @@ "@actions/http-client": "^2.2.0", "@octokit/core": "^5.0.1", "@octokit/plugin-paginate-rest": "^9.0.0", - "@octokit/plugin-rest-endpoint-methods": "^10.0.0" + "@octokit/plugin-rest-endpoint-methods": "^10.0.0", + "undici": "^5.25.4" }, "devDependencies": { "proxy": "^2.1.1" } -} \ No newline at end of file +}