From 92d62d381ed6ec7e26f18ca88ef0caa2904b53e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 03:59:05 +0000 Subject: [PATCH] Bump @azure/msal-node from 2.3.0 to 2.7.0 Bumps [@azure/msal-node](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 2.3.0 to 2.7.0. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-js/compare/msal-node-v2.3.0...msal-node-v2.7.0) --- updated-dependencies: - dependency-name: "@azure/msal-node" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- actions/ms-idp-workflow-run-auth/package.json | 2 +- lib/gh-actions-msal-client/package.json | 2 +- package-lock.json | 20 +++++++++---------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/actions/ms-idp-workflow-run-auth/package.json b/actions/ms-idp-workflow-run-auth/package.json index 38cd62a..c422ef5 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.7.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..674d98f 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.7.0", "@thnetii/gh-actions-http-client": "*" } } diff --git a/package-lock.json b/package-lock.json index 09cf1dd..141eef9 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.7.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.7.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.9.0", + "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-14.9.0.tgz", + "integrity": "sha512-yzBPRlWPnTBeixxLNI3BBIgF5/bHpbhoRVuuDBnYjCyWRavaPUsKAHUDYLqpGkBLDciA6TCc6GOxN4/S3WiSxg==", "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.7.0", + "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-2.7.0.tgz", + "integrity": "sha512-wXD8LkUvHICeSWZydqg6o8Yvv+grlBEcmLGu+QEI4FcwFendbTEZrlSygnAXXSOCVaGAirWLchca35qrgpO6Jw==", "dependencies": { - "@azure/msal-common": "14.2.0", + "@azure/msal-common": "14.9.0", "jsonwebtoken": "^9.0.0", "uuid": "^8.3.0" }, "engines": { - "node": "18 || 20" + "node": ">=16" } }, "node_modules/@azure/storage-blob": {