diff --git a/actions/ms-idp-workflow-run-auth/package.json b/actions/ms-idp-workflow-run-auth/package.json index 38cd62a..6bdf664 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": "^2.6.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..2693465 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": "^2.6.5", "@thnetii/gh-actions-http-client": "*" } } diff --git a/package-lock.json b/package-lock.json index 09cf1dd..9259e92 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": "^2.6.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": "^2.6.5", "@thnetii/gh-actions-http-client": "*" }, "engines": { @@ -530,24 +530,24 @@ "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": "14.8.0", + "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-14.8.0.tgz", + "integrity": "sha512-FIghuAzpgmc5ZAW2rCTAHKdhGcCRqg/UyroidTgGgSRrG1gOsEbUTW+7lmEFTz84ttCv5RnjOAUUi/SQjUTw0w==", "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": "2.6.5", + "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-2.6.5.tgz", + "integrity": "sha512-cVyQqKW75RnAd2ew31STlMOHa+g9su1Fddno7h86B9nEvJjkIhiGBKkS5VVR/3WeSbLzBLGKInTunW6gEY+yDg==", "dependencies": { - "@azure/msal-common": "14.2.0", + "@azure/msal-common": "14.8.0", "jsonwebtoken": "^9.0.0", "uuid": "^8.3.0" }, "engines": { - "node": "18 || 20" + "node": ">=16" } }, "node_modules/@azure/storage-blob": {