From 2b2dd25e95cb65f81d750bc4ff451c2b9fe34031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 15:38:44 +0000 Subject: [PATCH] Bump @azure/msal-node from 2.8.0 to 2.9.1 in /.github Bumps [@azure/msal-node](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 2.8.0 to 2.9.1. - [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.1) --- updated-dependencies: - dependency-name: "@azure/msal-node" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../ms-idp-workflow-run-auth/package.json | 2 +- .../gh-actions-msal-client/package.json | 2 +- .github/package-lock.json | 18 +++++++++--------- 3 files changed, 11 insertions(+), 11 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..2330f8b 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.1" }, "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..b4fdffd 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.1" } } diff --git a/.github/package-lock.json b/.github/package-lock.json index 60834ca..c15338e 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.1" }, "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.1" }, "engines": { "node": ">=20" @@ -698,19 +698,19 @@ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/@azure/msal-common": { - "version": "14.10.0", - "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-14.10.0.tgz", - "integrity": "sha512-Zk6DPDz7e1wPgLoLgAp0349Yay9RvcjPM5We/ehuenDNsz/t9QEFI7tRoHpp/e47I4p20XE3FiDlhKwAo3utDA==", + "version": "14.11.0", + "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-14.11.0.tgz", + "integrity": "sha512-B6+IKLFs7Lsr06vjX8dPN61ENpTgiFrHf+CVo1UasHcmk5uEOq5D4thrbjsauKX+xtFryYsCDtznVDmWS4/sCg==", "engines": { "node": ">=0.8.0" } }, "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.1", + "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-2.9.1.tgz", + "integrity": "sha512-I9Pc78mXwj/K8ydSgTfZ5A20vQ/xvfgnnhSCkienZ29b59zFy/hb2Vxmc6Gvg5pNkimSqkPnAtGoBMxYOLBm1A==", "dependencies": { - "@azure/msal-common": "14.10.0", + "@azure/msal-common": "14.11.0", "jsonwebtoken": "^9.0.0", "uuid": "^8.3.0" },