Skip to content

Commit 412108c

Browse files
committed
add undici to @actions/github dependencies
Signed-off-by: Brian DeHamer <[email protected]>
1 parent 95e7473 commit 412108c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

packages/github/package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/github/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@
4141
"@actions/http-client": "^2.2.0",
4242
"@octokit/core": "^5.0.1",
4343
"@octokit/plugin-paginate-rest": "^9.0.0",
44-
"@octokit/plugin-rest-endpoint-methods": "^10.0.0"
44+
"@octokit/plugin-rest-endpoint-methods": "^10.0.0",
45+
"undici": "^5.28.5"
4546
},
4647
"devDependencies": {
4748
"proxy": "^2.1.1"
4849
}
49-
}
50+
}

0 commit comments

Comments
 (0)