diff --git a/.github/actions/ms-idp-workflow-run-auth/package.json b/.github/actions/ms-idp-workflow-run-auth/package.json index 34d4824..c8f1af8 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": "^3.6.3" }, "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..a254386 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": "^3.6.3" } } diff --git a/.github/package-lock.json b/.github/package-lock.json index 8ab5a5b..afe773c 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": "^3.6.3" }, "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": "^3.6.3" }, "engines": { "node": ">=20" @@ -789,20 +789,12 @@ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", "license": "0BSD" }, - "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==", - "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": "3.6.3", + "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-3.6.3.tgz", + "integrity": "sha512-95wjsKGyUcAd5tFmQBo5Ug/kOj+hFh/8FsXuxluEvdfbgg6xCimhSP9qnyq6+xIg78/jREkBD1/BSqd7NIDDYQ==", "dependencies": { - "@azure/msal-common": "14.14.2", + "@azure/msal-common": "15.8.1", "jsonwebtoken": "^9.0.0", "uuid": "^8.3.0" }, @@ -810,6 +802,14 @@ "node": ">=16" } }, + "node_modules/@azure/msal-node/node_modules/@azure/msal-common": { + "version": "15.8.1", + "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-15.8.1.tgz", + "integrity": "sha512-ltIlFK5VxeJ5BurE25OsJIfcx1Q3H/IZg2LjV9d4vmH+5t4c1UCyRQ/HgKLgXuCZShs7qfc/TC95GYZfsUsJUQ==", + "engines": { + "node": ">=0.8.0" + } + }, "node_modules/@azure/storage-blob": { "version": "12.26.0", "resolved": "https://registry.npmjs.org/@azure/storage-blob/-/storage-blob-12.26.0.tgz",