diff --git a/package.json b/package.json index d3bccc6d..c1f73d7f 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@actions/core": "^3.0.0", "@actions/exec": "^3.0.0", "@actions/github": "^9.1.0", - "@actions/http-client": "^4.0.0", + "@actions/http-client": "^4.0.1", "@actions/io": "^3.0.2", "@actions/tool-cache": "^4.0.0", "@sigstore/bundle": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 2b281418..6c023dbb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -130,6 +130,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" @@ -390,7 +400,7 @@ __metadata: "@actions/core": "npm:^3.0.0" "@actions/exec": "npm:^3.0.0" "@actions/github": "npm:^9.1.0" - "@actions/http-client": "npm:^4.0.0" + "@actions/http-client": "npm:^4.0.1" "@actions/io": "npm:^3.0.2" "@actions/tool-cache": "npm:^4.0.0" "@eslint/js": "npm:^9.39.3"