diff --git a/actions/ms-idp-workflow-run-auth/package.json b/actions/ms-idp-workflow-run-auth/package.json index 38cd62a..734920b 100644 --- a/actions/ms-idp-workflow-run-auth/package.json +++ b/actions/ms-idp-workflow-run-auth/package.json @@ -32,7 +32,7 @@ "@actions/core": "^1.10.1", "@actions/exec": "^1.1.1", "@actions/http-client": "^2.2.0", - "@azure/msal-node": "^2.3.0", + "@azure/msal-node": "^3.8.5", "@thnetii/gh-actions-core-helpers": "*", "@thnetii/gh-actions-http-client": "*", "@thnetii/gh-actions-msal-client": "*" diff --git a/lib/gh-actions-msal-client/package.json b/lib/gh-actions-msal-client/package.json index 2ffa96c..e86e7e8 100644 --- a/lib/gh-actions-msal-client/package.json +++ b/lib/gh-actions-msal-client/package.json @@ -27,7 +27,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/http-client": "^2.2.0", - "@azure/msal-node": "^2.3.0", + "@azure/msal-node": "^3.8.5", "@thnetii/gh-actions-http-client": "*" } } diff --git a/package-lock.json b/package-lock.json index 947e643..2aa85df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -212,7 +212,7 @@ "@actions/core": "^1.10.1", "@actions/exec": "^1.1.1", "@actions/http-client": "^2.2.0", - "@azure/msal-node": "^2.3.0", + "@azure/msal-node": "^3.8.5", "@thnetii/gh-actions-core-helpers": "*", "@thnetii/gh-actions-http-client": "*", "@thnetii/gh-actions-msal-client": "*" @@ -243,7 +243,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/http-client": "^2.2.0", - "@azure/msal-node": "^2.3.0", + "@azure/msal-node": "^3.8.5", "@thnetii/gh-actions-http-client": "*" }, "engines": { @@ -530,24 +530,26 @@ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/@azure/msal-common": { - "version": "14.2.0", - "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-14.2.0.tgz", - "integrity": "sha512-oUYJcdpmDlgs4DPthu8J1aWmOMhQanS/On6b22bpbZl+KOfVhgoF7dKlGuqaRXyH8GgnPy+vCyOyMva3Ge9UXA==", + "version": "15.14.0", + "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-15.14.0.tgz", + "integrity": "sha512-aNuorSQxzsJQ6IUjJtN+rCInLfLOo3VpNYiXaHBK9XL8Ieg1y4F5ZFjI19GErbVvwqvwGNyJ9AZ/sAxOWhoSUw==", + "license": "MIT", "engines": { "node": ">=0.8.0" } }, "node_modules/@azure/msal-node": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-2.3.0.tgz", - "integrity": "sha512-sgUXmbBTBUncAeeS1m399s77Cih0xQbLRvob8pfdBW45/LTfFko9V3mX41gjnPDB037Fl4hVtwJ92GVCrI7jgw==", + "version": "3.8.5", + "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-3.8.5.tgz", + "integrity": "sha512-xRSAfH27bIp3vtjtTFyyhdm18lq2pzdoNG7DA2IH1fXzJ30mymryv0wK/Gph+x4y0Rx+5mMLU5JTPiCeQ75Aug==", + "license": "MIT", "dependencies": { - "@azure/msal-common": "14.2.0", + "@azure/msal-common": "15.14.0", "jsonwebtoken": "^9.0.0", "uuid": "^8.3.0" }, "engines": { - "node": "18 || 20" + "node": ">=16" } }, "node_modules/@azure/storage-blob": {