1
0
Fork 0

bump undici in http-client to 5.28.5

Signed-off-by: Brian DeHamer <bdehamer@github.com>
pull/1956/head
Brian DeHamer 2025-02-14 07:53:06 -08:00
parent 6a942b304d
commit bb12edf482
No known key found for this signature in database
3 changed files with 9 additions and 6 deletions

View File

@ -1,5 +1,8 @@
## Releases ## Releases
## 2.2.4
- Bump `undici` to version 5.28.5 [#1956](https://github.com/actions/toolkit/pull/1956)
## 2.2.3 ## 2.2.3
- Fixed an issue where proxy username and password were not handled correctly [#1799](https://github.com/actions/toolkit/pull/1799) - Fixed an issue where proxy username and password were not handled correctly [#1799](https://github.com/actions/toolkit/pull/1799)

View File

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

View File

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