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 +}