From 3cb82e539cbbf4e628f9c9fedcf10fcf46d50a7f Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 15:33:37 +0000 Subject: [PATCH] fix: upgrade @actions/http-client from 4.0.0 to 4.0.1 Snyk has created this PR to upgrade @actions/http-client from 4.0.0 to 4.0.1. See this package in npm: @actions/http-client See this project in Snyk: https://app.snyk.io/org/test-cAX4cfyGGwqSqgMRHFEhFe/project/61bc694c-9265-4478-b2c8-5574b3aa9030?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- sources/package-lock.json | 8 ++++---- sources/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",