diff --git a/package.json b/package.json index 82d78ea..1b50b7c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@actions/cache": "^6.0.0", "@actions/core": "^3.0.0", "@actions/exec": "^3.0.0", - "@actions/http-client": "^4.0.0", + "@actions/http-client": "^4.0.1", "@actions/tool-cache": "^4.0.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index bfc3caa..f2b427b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -68,6 +68,16 @@ __metadata: languageName: node linkType: hard +"@actions/http-client@npm:^4.0.1": + version: 4.0.1 + resolution: "@actions/http-client@npm:4.0.1" + dependencies: + tunnel: "npm:^0.0.6" + undici: "npm:^6.23.0" + checksum: 10/4fab65bf488e15143db87ce200a9d1f6f81832adfb1cbdadc380bbe2a95c86b1f5daa0d89c029533ccea4cd2b811a84ce984dfd0d6530479b82bc9860e8be704 + languageName: node + linkType: hard + "@actions/io@npm:^3.0.0, @actions/io@npm:^3.0.2": version: 3.0.2 resolution: "@actions/io@npm:3.0.2" @@ -2263,7 +2273,7 @@ __metadata: "@actions/cache": "npm:^6.0.0" "@actions/core": "npm:^3.0.0" "@actions/exec": "npm:^3.0.0" - "@actions/http-client": "npm:^4.0.0" + "@actions/http-client": "npm:^4.0.1" "@actions/tool-cache": "npm:^4.0.0" "@eslint/js": "npm:^9.39.3" "@types/node": "npm:^24.0.15"