diff --git a/.github/actions/ms-idp-workflow-run-auth/package.json b/.github/actions/ms-idp-workflow-run-auth/package.json index 34d4824..937e763 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.11.1", "@actions/exec": "^1.1.1", "@actions/http-client": "^2.2.3", - "@azure/msal-node": "^2.13.1" + "@azure/msal-node": "^2.16.2" }, "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 1e96123..58d4015 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.11.1", "@actions/http-client": "^2.2.3", - "@azure/msal-node": "^2.13.1" + "@azure/msal-node": "^2.16.2" } } diff --git a/.github/package-lock.json b/.github/package-lock.json index 157b989..7de107b 100644 --- a/.github/package-lock.json +++ b/.github/package-lock.json @@ -376,7 +376,7 @@ "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "@actions/http-client": "^2.2.3", - "@azure/msal-node": "^2.13.1" + "@azure/msal-node": "^2.16.2" }, "devDependencies": { "@microsoft/microsoft-graph-types": "^2" @@ -412,7 +412,7 @@ "devDependencies": { "@actions/core": "^1.11.1", "@actions/http-client": "^2.2.3", - "@azure/msal-node": "^2.13.1" + "@azure/msal-node": "^2.16.2" }, "engines": { "node": ">=20" @@ -786,19 +786,19 @@ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/@azure/msal-common": { - "version": "14.14.2", - "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-14.14.2.tgz", - "integrity": "sha512-XV0P5kSNwDwCA/SjIxTe9mEAsKB0NqGNSuaVrkCCE2lAyBr/D6YtD80Vkdp4tjWnPFwjzkwldjr1xU/facOJog==", + "version": "14.16.0", + "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-14.16.0.tgz", + "integrity": "sha512-1KOZj9IpcDSwpNiQNjt0jDYZpQvNZay7QAEi/5DLubay40iGYtLzya/jbjRPLyOTZhEKyL1MzPuw2HqBCjceYA==", "engines": { "node": ">=0.8.0" } }, "node_modules/@azure/msal-node": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-2.13.1.tgz", - "integrity": "sha512-sijfzPNorKt6+9g1/miHwhj6Iapff4mPQx1azmmZExgzUROqWTM1o3ACyxDja0g47VpowFy/sxTM/WsuCyXTiw==", + "version": "2.16.2", + "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-2.16.2.tgz", + "integrity": "sha512-An7l1hEr0w1HMMh1LU+rtDtqL7/jw74ORlc9Wnh06v7TU/xpG39/Zdr1ZJu3QpjUfKJ+E0/OXMW8DRSWTlh7qQ==", "dependencies": { - "@azure/msal-common": "14.14.2", + "@azure/msal-common": "14.16.0", "jsonwebtoken": "^9.0.0", "uuid": "^8.3.0" },