From 0cc80de23596690ff3c55614ac3e0b5f3c4a43fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 12:07:59 +0000 Subject: [PATCH] Bump @azure/msal-node from 2.10.0 to 2.11.1 in /.github Bumps [@azure/msal-node](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 2.10.0 to 2.11.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.10.0...msal-node-v2.11.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 95b4b5c..14a50ee 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.11.0" + "@azure/msal-node": "^2.11.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 37814de..bdf9776 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.11.0" + "@azure/msal-node": "^2.11.1" } } diff --git a/.github/package-lock.json b/.github/package-lock.json index 8d54939..a27850c 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.11.0" + "@azure/msal-node": "^2.11.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.11.0" + "@azure/msal-node": "^2.11.1" }, "engines": { "node": ">=20" @@ -786,19 +786,19 @@ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/@azure/msal-common": { - "version": "14.13.0", - "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-14.13.0.tgz", - "integrity": "sha512-b4M/tqRzJ4jGU91BiwCsLTqChveUEyFK3qY2wGfZ0zBswIBZjAxopx5CYt5wzZFKuN15HqRDYXQbztttuIC3nA==", + "version": "14.13.1", + "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-14.13.1.tgz", + "integrity": "sha512-iUp3BYrsRZ4X3EiaZ2fDjNFjmtYMv9rEQd6c1op6ULn0HWk4ACvDmosL6NaBgWOhl1BAblIbd9vmB5/ilF8d4A==", "engines": { "node": ">=0.8.0" } }, "node_modules/@azure/msal-node": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-2.11.0.tgz", - "integrity": "sha512-yNRCp4Do4CGSBe1WXq4DWhfa/vYZCUgGrweYLC5my/6eDnYMt0fYGPHuTMw0iRslQGXF3CecGAxXp7ab57V4zg==", + "version": "2.11.1", + "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-2.11.1.tgz", + "integrity": "sha512-8ECtug4RL+zsgh20VL8KYHjrRO3MJOeAKEPRXT2lwtiu5U3BdyIdBb50+QZthEkIi60K6pc/pdOx/k5Jp4sLng==", "dependencies": { - "@azure/msal-common": "14.13.0", + "@azure/msal-common": "14.13.1", "jsonwebtoken": "^9.0.0", "uuid": "^8.3.0" },