From 19b4a9bb96eba70f588549fd105e729b1ba7470c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Jan 2025 22:18:33 +0000 Subject: [PATCH] fix: upgrade @actions/http-client from 2.2.1 to 2.2.3 Snyk has created this PR to upgrade @actions/http-client from 2.2.1 to 2.2.3. See this package in npm: @actions/http-client See this project in Snyk: https://app.snyk.io/org/hashim21223445/project/cb49a091-b7cf-4c90-9717-1be2d332597e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3100944ea..5f8faa771 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@actions/core": "^1.10.0", "@actions/exec": "^1.0.4", "@actions/glob": "^0.4.0", - "@actions/http-client": "^2.2.1", + "@actions/http-client": "^2.2.3", "@actions/io": "^1.0.2", "@actions/tool-cache": "^2.0.1", "semver": "^7.6.2",