diff --git a/actions/ms-idp-workflow-run-auth/package.json b/actions/ms-idp-workflow-run-auth/package.json index 38cd62a..7eb60a1 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.0", "@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..d5ff35a 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.0", "@thnetii/gh-actions-http-client": "*" } } diff --git a/package-lock.json b/package-lock.json index be2db85..818d017 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.0", "@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.0", "@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.5.0", + "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-14.5.0.tgz", + "integrity": "sha512-Gx5rZbiZV/HiZ2nEKfjfAF/qDdZ4/QWxMvMo2jhIFVz528dVKtaZyFAOtsX2Ak8+TQvRsGCaEfuwJFuXB6tu1A==", "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.0", + "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-2.6.0.tgz", + "integrity": "sha512-RWAWCYYrSldIYC47oWtofIun41e6SB9TBYgGYsezq6ednagwo9ZRFyRsvl1NabmdTkdDDXRAABIdveeN2Gtd8w==", "dependencies": { - "@azure/msal-common": "14.2.0", + "@azure/msal-common": "14.5.0", "jsonwebtoken": "^9.0.0", "uuid": "^8.3.0" }, "engines": { - "node": "18 || 20" + "node": "16|| 18 || 20" } }, "node_modules/@azure/storage-blob": {