From b1e2958975c99b2971ab0cce16abd25f98ee5e54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 21:00:26 +0000 Subject: [PATCH] chore(deps-dev): bump @azure/msal-node from 2.8.1 to 2.9.2 Bumps [@azure/msal-node](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 2.8.1 to 2.9.2. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-js/commits/msal-node-v2.9.2) --- updated-dependencies: - dependency-name: "@azure/msal-node" dependency-type: indirect ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6bbabe0..6f0c57a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -284,7 +284,7 @@ packages: '@azure/core-util': 1.9.0 '@azure/logger': 1.1.2 '@azure/msal-browser': 3.14.0 - '@azure/msal-node': 2.8.1 + '@azure/msal-node': 2.9.2 events: 3.3.0 jws: 4.0.0 open: 8.4.2 @@ -313,11 +313,16 @@ packages: engines: {node: '>=0.8.0'} dev: true - /@azure/msal-node@2.8.1: - resolution: {integrity: sha512-VcZZM+5VvCWRBTOF7SxMKaxrz+EXjntx2u5AQe7QE06e6FuPJElGBrImgNgCh5QmFaNCfVFO+3qNR7UoFD/Gfw==} + /@azure/msal-common@14.12.0: + resolution: {integrity: sha512-IDDXmzfdwmDkv4SSmMEyAniJf6fDu3FJ7ncOjlxkDuT85uSnLEhZi3fGZpoR7T4XZpOMx9teM9GXBgrfJgyeBw==} + engines: {node: '>=0.8.0'} + dev: true + + /@azure/msal-node@2.9.2: + resolution: {integrity: sha512-8tvi6Cos3m+0KmRbPjgkySXi+UQU/QiuVRFnrxIwt5xZlEEFa69O04RTaNESGgImyBBlYbo2mfE8/U8Bbdk1WQ==} engines: {node: '>=16'} dependencies: - '@azure/msal-common': 14.10.0 + '@azure/msal-common': 14.12.0 jsonwebtoken: 9.0.2 uuid: 8.3.2 dev: true