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,6 +1,6 @@
{
"name": "@actions/http-client",
"version": "2.2.3",
"version": "2.2.4",
"description": "Actions Http Client",
"keywords": [
"github",
@@ -46,6 +46,6 @@
},
"dependencies": {
"tunnel": "^0.0.6",
"undici": "^5.25.5"
"undici": "^5.28.5"
}
}
}