Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @azure/msal-browser to v2.37.1 #8541

Merged
merged 1 commit into from
Jun 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/auth-providers/azureActiveDirectory/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"core-js": "3.30.2"
},
"devDependencies": {
"@azure/msal-browser": "2.37.0",
"@azure/msal-browser": "2.37.1",
"@babel/cli": "7.21.5",
"@babel/core": "7.22.1",
"@types/netlify-identity-widget": "1.9.3",
Expand All @@ -37,7 +37,7 @@
"typescript": "5.1.3"
},
"peerDependencies": {
"@azure/msal-browser": "2.37.0"
"@azure/msal-browser": "2.37.1"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -497,19 +497,19 @@ __metadata:
languageName: node
linkType: hard

"@azure/msal-browser@npm:2.37.0":
version: 2.37.0
resolution: "@azure/msal-browser@npm:2.37.0"
"@azure/msal-browser@npm:2.37.1":
version: 2.37.1
resolution: "@azure/msal-browser@npm:2.37.1"
dependencies:
"@azure/msal-common": 13.0.0
checksum: 5b3f1de967d60a0a1c5a7e0abc0517d89161d8a678f67cb3b06b0e6d6be0830e96481afd61b3cfcfb8627d7e087f27ecc09e27c205911743d6bb5661d35cac20
"@azure/msal-common": 13.1.0
checksum: 8471c114aa85c2a0136163e191101a13543e13ef9c45c77176027dac3ed745465ba2ce5986237182df6b1ba8f1914af23cf5fcf70d9ced10f7529fe1f6125522
languageName: node
linkType: hard

"@azure/msal-common@npm:13.0.0":
version: 13.0.0
resolution: "@azure/msal-common@npm:13.0.0"
checksum: 954daaee0c96c8874ce3b9809bcdbaa0ad677a40d1ee0cb5995897bb0d5e5e9ce9223e58e1d4f89d09bf7687ca9b58d17989c0fd0430c299dee22835cd15f463
"@azure/msal-common@npm:13.1.0":
version: 13.1.0
resolution: "@azure/msal-common@npm:13.1.0"
checksum: c01846e9a5b30e123d1c9a40005d153d6ca76009c0e78cabf2bbdab322aa05687f7bf74d8f72ae32e6fedd9524d2aa763f5a709375e258c608bd6753dc76122c
languageName: node
linkType: hard

Expand Down Expand Up @@ -7034,7 +7034,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/auth-azure-active-directory-web@workspace:packages/auth-providers/azureActiveDirectory/web"
dependencies:
"@azure/msal-browser": 2.37.0
"@azure/msal-browser": 2.37.1
"@babel/cli": 7.21.5
"@babel/core": 7.22.1
"@babel/runtime-corejs3": 7.22.3
Expand All @@ -7046,7 +7046,7 @@ __metadata:
react: 18.2.0
typescript: 5.1.3
peerDependencies:
"@azure/msal-browser": 2.37.0
"@azure/msal-browser": 2.37.1
languageName: unknown
linkType: soft

Expand Down