diff --git a/.github/actions/ms-idp-workflow-run-auth/package.json b/.github/actions/ms-idp-workflow-run-auth/package.json index 179bf7b..2330f8b 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.10.1", "@actions/exec": "^1.1.1", "@actions/http-client": "^2.2.1", - "@azure/msal-node": "^2.8.0" + "@azure/msal-node": "^2.9.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 eccc6d0..b4fdffd 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.10.1", "@actions/http-client": "^2.2.1", - "@azure/msal-node": "^2.8.0" + "@azure/msal-node": "^2.9.1" } } diff --git a/.github/package-lock.json b/.github/package-lock.json index 60834ca..c15338e 100644 --- a/.github/package-lock.json +++ b/.github/package-lock.json @@ -376,7 +376,7 @@ "@actions/core": "^1.10.1", "@actions/exec": "^1.1.1", "@actions/http-client": "^2.2.1", - "@azure/msal-node": "^2.8.0" + "@azure/msal-node": "^2.9.1" }, "devDependencies": { "@microsoft/microsoft-graph-types": "^2" @@ -412,7 +412,7 @@ "devDependencies": { "@actions/core": "^1.10.1", "@actions/http-client": "^2.2.1", - "@azure/msal-node": "^2.8.0" + "@azure/msal-node": "^2.9.1" }, "engines": { "node": ">=20" @@ -698,19 +698,19 @@ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/@azure/msal-common": { - "version": "14.10.0", - "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-14.10.0.tgz", - "integrity": "sha512-Zk6DPDz7e1wPgLoLgAp0349Yay9RvcjPM5We/ehuenDNsz/t9QEFI7tRoHpp/e47I4p20XE3FiDlhKwAo3utDA==", + "version": "14.11.0", + "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-14.11.0.tgz", + "integrity": "sha512-B6+IKLFs7Lsr06vjX8dPN61ENpTgiFrHf+CVo1UasHcmk5uEOq5D4thrbjsauKX+xtFryYsCDtznVDmWS4/sCg==", "engines": { "node": ">=0.8.0" } }, "node_modules/@azure/msal-node": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-2.8.0.tgz", - "integrity": "sha512-YtyRGq11LyHn2OdFoFixdRA5woU2cjkT51fbBznka5jDhcmkwERNRhJllL3tyXBaLcvqJDch8OwKUR4CLRlLWg==", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-2.9.1.tgz", + "integrity": "sha512-I9Pc78mXwj/K8ydSgTfZ5A20vQ/xvfgnnhSCkienZ29b59zFy/hb2Vxmc6Gvg5pNkimSqkPnAtGoBMxYOLBm1A==", "dependencies": { - "@azure/msal-common": "14.10.0", + "@azure/msal-common": "14.11.0", "jsonwebtoken": "^9.0.0", "uuid": "^8.3.0" },