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"