bump undici in http-client to 5.28.5

Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
Brian DeHamer
2025-02-14 07:53:06 -08:00
parent 6a942b304d
commit bb12edf482
3 changed files with 9 additions and 6 deletions

View File

@@ -1,16 +1,16 @@
{
"name": "@actions/http-client",
"version": "2.2.3",
"version": "2.2.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@actions/http-client",
"version": "2.2.3",
"version": "2.2.4",
"license": "MIT",
"dependencies": {
"tunnel": "^0.0.6",
"undici": "^5.25.5"
"undici": "^5.28.5"
},
"devDependencies": {
"@types/node": "20.7.1",