From 0e4cd6b29598004bf55aea01506b19fdaa925db0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 03:52:53 +0000 Subject: [PATCH] Bump @actions/http-client from 2.2.0 to 2.2.1 Bumps [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client) from 2.2.0 to 2.2.1. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/http-client/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/http-client) --- updated-dependencies: - dependency-name: "@actions/http-client" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- actions/ms-idp-workflow-run-auth/package.json | 2 +- lib/gh-actions-http-client/package.json | 2 +- lib/gh-actions-msal-client/package.json | 2 +- package-lock.json | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/actions/ms-idp-workflow-run-auth/package.json b/actions/ms-idp-workflow-run-auth/package.json index 38cd62a..36d0f28 100644 --- a/actions/ms-idp-workflow-run-auth/package.json +++ b/actions/ms-idp-workflow-run-auth/package.json @@ -31,7 +31,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/exec": "^1.1.1", - "@actions/http-client": "^2.2.0", + "@actions/http-client": "^2.2.1", "@azure/msal-node": "^2.3.0", "@thnetii/gh-actions-core-helpers": "*", "@thnetii/gh-actions-http-client": "*", diff --git a/lib/gh-actions-http-client/package.json b/lib/gh-actions-http-client/package.json index e1e6f4e..2a2cb2d 100644 --- a/lib/gh-actions-http-client/package.json +++ b/lib/gh-actions-http-client/package.json @@ -24,6 +24,6 @@ }, "dependencies": { "@actions/core": "^1.10.1", - "@actions/http-client": "^2.2.0" + "@actions/http-client": "^2.2.1" } } diff --git a/lib/gh-actions-msal-client/package.json b/lib/gh-actions-msal-client/package.json index 2ffa96c..8495163 100644 --- a/lib/gh-actions-msal-client/package.json +++ b/lib/gh-actions-msal-client/package.json @@ -26,7 +26,7 @@ "type": "module", "dependencies": { "@actions/core": "^1.10.1", - "@actions/http-client": "^2.2.0", + "@actions/http-client": "^2.2.1", "@azure/msal-node": "^2.3.0", "@thnetii/gh-actions-http-client": "*" } diff --git a/package-lock.json b/package-lock.json index 09cf1dd..1bf5287 100644 --- a/package-lock.json +++ b/package-lock.json @@ -211,7 +211,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/exec": "^1.1.1", - "@actions/http-client": "^2.2.0", + "@actions/http-client": "^2.2.1", "@azure/msal-node": "^2.3.0", "@thnetii/gh-actions-core-helpers": "*", "@thnetii/gh-actions-http-client": "*", @@ -230,7 +230,7 @@ "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", - "@actions/http-client": "^2.2.0" + "@actions/http-client": "^2.2.1" }, "engines": { "node": ">=20" @@ -242,7 +242,7 @@ "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", - "@actions/http-client": "^2.2.0", + "@actions/http-client": "^2.2.1", "@azure/msal-node": "^2.3.0", "@thnetii/gh-actions-http-client": "*" }, @@ -333,9 +333,9 @@ } }, "node_modules/@actions/http-client": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.2.0.tgz", - "integrity": "sha512-q+epW0trjVUUHboliPb4UF9g2msf+w61b32tAkFEwL/IwP0DQWgbCMM0Hbe3e3WXSKz5VcUXbzJQgy8Hkra/Lg==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.2.1.tgz", + "integrity": "sha512-KhC/cZsq7f8I4LfZSJKgCvEwfkE8o1538VoBeoGzokVLLnbFDEAdFD3UhoMklxo2un9NJVBdANOresx7vTHlHw==", "dependencies": { "tunnel": "^0.0.6", "undici": "^5.25.4"