diff --git a/package-lock.json b/package-lock.json index 11cffad6..dc369d61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@actions/core": "3.0.0", - "@actions/http-client": "4.0.0", + "@actions/http-client": "4.0.1", "@actions/tool-cache": "4.0.0", "uuid": "9.0.1" }, @@ -62,9 +62,9 @@ } }, "node_modules/@actions/http-client": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-4.0.0.tgz", - "integrity": "sha512-QuwPsgVMsD6qaPD57GLZi9sqzAZCtiJT8kVBCDpLtxhL5MydQ4gS+DrejtZZPdIYyB1e95uCK9Luyds7ybHI3g==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-4.0.1.tgz", + "integrity": "sha512-+Nvd1ImaOZBSoPbsUtEhv+1z99H12xzncCkz0a3RuehINE81FZSe2QTj3uvAPTcJX/SCzUQHQ0D1GrPMbrPitg==", "license": "MIT", "dependencies": { "tunnel": "^0.0.6", diff --git a/package.json b/package.json index a7e36c6b..3ddea666 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "@actions/core": "3.0.0", - "@actions/http-client": "4.0.0", + "@actions/http-client": "4.0.1", "@actions/tool-cache": "4.0.0", "uuid": "9.0.1" },