diff --git a/.github/actions/ms-idp-workflow-run-auth/package.json b/.github/actions/ms-idp-workflow-run-auth/package.json index 34d4824..5b1316e 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.2.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 1e96123..ad89b3e 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.2.1" } } diff --git a/.github/package-lock.json b/.github/package-lock.json index fc8bbc9..3487be5 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.2.1" }, "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.2.1" }, "engines": { "node": ">=20" @@ -798,20 +798,13 @@ "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.2.1", + "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-3.2.1.tgz", + "integrity": "sha512-LuK+4kXltmaajI0BqxcGLNiEldaX2B2cNcBZ42yyBn3YKZuUkrMkZxkPt8KQx/MdCVwkfHmvojBkO1XR6l2+CA==", + "license": "MIT", "dependencies": { - "@azure/msal-common": "14.14.2", + "@azure/msal-common": "15.1.1", "jsonwebtoken": "^9.0.0", "uuid": "^8.3.0" }, @@ -819,6 +812,15 @@ "node": ">=16" } }, + "node_modules/@azure/msal-node/node_modules/@azure/msal-common": { + "version": "15.1.1", + "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-15.1.1.tgz", + "integrity": "sha512-bvLWYq9fleAcTJ6H+hfkG91On6vI/UhGyOB7Z6r0Bsa+KTL3zPtigmGCOJgdxrEklOYD88X9SehexLDH/5NRKQ==", + "license": "MIT", + "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",