From 5add93a1a80d11f19c5c06a2a099e59919c208aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 15:39:40 +0000 Subject: [PATCH] Bump @azure/msal-node from 2.8.0 to 2.9.0 in /.github Bumps [@azure/msal-node](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-js/compare/msal-node-v2.8.0...msal-node-v2.9.0) --- updated-dependencies: - dependency-name: "@azure/msal-node" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/actions/ms-idp-workflow-run-auth/package.json | 2 +- .github/libraries/gh-actions-msal-client/package.json | 2 +- .github/package-lock.json | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/actions/ms-idp-workflow-run-auth/package.json b/.github/actions/ms-idp-workflow-run-auth/package.json index 179bf7b..95b0828 100644 --- a/.github/actions/ms-idp-workflow-run-auth/package.json +++ b/.github/actions/ms-idp-workflow-run-auth/package.json @@ -36,7 +36,7 @@ "@actions/core": "^1.10.1", "@actions/exec": "^1.1.1", "@actions/http-client": "^2.2.1", - "@azure/msal-node": "^2.8.0" + "@azure/msal-node": "^2.9.0" }, "devDependencies": { "@microsoft/microsoft-graph-types": "^2" diff --git a/.github/libraries/gh-actions-msal-client/package.json b/.github/libraries/gh-actions-msal-client/package.json index eccc6d0..fe8e0bc 100644 --- a/.github/libraries/gh-actions-msal-client/package.json +++ b/.github/libraries/gh-actions-msal-client/package.json @@ -27,6 +27,6 @@ "devDependencies": { "@actions/core": "^1.10.1", "@actions/http-client": "^2.2.1", - "@azure/msal-node": "^2.8.0" + "@azure/msal-node": "^2.9.0" } } diff --git a/.github/package-lock.json b/.github/package-lock.json index 60834ca..cc60144 100644 --- a/.github/package-lock.json +++ b/.github/package-lock.json @@ -376,7 +376,7 @@ "@actions/core": "^1.10.1", "@actions/exec": "^1.1.1", "@actions/http-client": "^2.2.1", - "@azure/msal-node": "^2.8.0" + "@azure/msal-node": "^2.9.0" }, "devDependencies": { "@microsoft/microsoft-graph-types": "^2" @@ -412,7 +412,7 @@ "devDependencies": { "@actions/core": "^1.10.1", "@actions/http-client": "^2.2.1", - "@azure/msal-node": "^2.8.0" + "@azure/msal-node": "^2.9.0" }, "engines": { "node": ">=20" @@ -706,9 +706,9 @@ } }, "node_modules/@azure/msal-node": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-2.8.0.tgz", - "integrity": "sha512-YtyRGq11LyHn2OdFoFixdRA5woU2cjkT51fbBznka5jDhcmkwERNRhJllL3tyXBaLcvqJDch8OwKUR4CLRlLWg==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-2.9.0.tgz", + "integrity": "sha512-QHAvP6wduXzNKdmZviT1dXKUR3w/FTqgkhg7UrZndHwdihRZzxVR7KxlUw/Eq+vIeLSh1n0vxiULnaEqrLnJ6w==", "dependencies": { "@azure/msal-common": "14.10.0", "jsonwebtoken": "^9.0.0",