diff --git a/sources/package-lock.json b/sources/package-lock.json index bfb30b0d..bdccfab7 100644 --- a/sources/package-lock.json +++ b/sources/package-lock.json @@ -15,7 +15,7 @@ "@actions/exec": "3.0.0", "@actions/github": "9.0.0", "@actions/glob": "0.6.1", - "@actions/http-client": "4.0.0", + "@actions/http-client": "^4.0.1", "@actions/tool-cache": "4.0.0", "@octokit/webhooks-types": "7.6.1", "cheerio": "1.2.0", @@ -291,9 +291,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/sources/package.json b/sources/package.json index 4f21bc02..8237615e 100644 --- a/sources/package.json +++ b/sources/package.json @@ -41,7 +41,7 @@ "@actions/exec": "3.0.0", "@actions/github": "9.0.0", "@actions/glob": "0.6.1", - "@actions/http-client": "4.0.0", + "@actions/http-client": "4.0.1", "@actions/tool-cache": "4.0.0", "@octokit/webhooks-types": "7.6.1", "cheerio": "1.2.0",