Skip to content

Commit

Permalink
fix(deps): update dependency @azure/msal-react to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 12, 2023
1 parent daaa64d commit 216542f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@azure/msal-browser": "^2.33.0",
"@azure/msal-react": "^1.5.3",
"@azure/msal-react": "^2.0.0",
"@chakra-ui/react": "2.8.0",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
Expand Down
26 changes: 22 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,13 @@
resolved "https://registry.npmjs.org/@azure/msal-common/-/msal-common-13.2.0.tgz#e3c6e35c0bf96ea59deaab08286a7b51b9d1ec91"
integrity sha512-rnstQ7Zgn3fSTKNQO+/YNV34/QXJs0vni7IA0/3QB1EEyrJg14xyRmTqlw9ta+pdSuT5OJwUP8kI3D/rBwUIBw==

"@azure/msal-react@^1.5.3":
version "1.5.9"
resolved "https://registry.npmjs.org/@azure/msal-react/-/msal-react-1.5.9.tgz#8a7c941deabe7bf365204ada1711146846c64825"
integrity sha512-OqlBmo3h2ucp+OtpXwjNcKaUdIwRMUoEcixZz9rKzHJJ8VR7rngy2pHf+4tCTqwQXQOsRKdneNKG3Osh/AAhzg==
"@azure/msal-react@^2.0.0":
version "2.0.1"
resolved "https://registry.npmjs.org/@azure/msal-react/-/msal-react-2.0.1.tgz#c29f32b9ec324859d34f38db139ae60fd26af700"
integrity sha512-sDCiYkxdZutPmiANGXMdg8wW1mIENzDrRm7yj8NfnixVBtITypkvKAadR/2F33TnDOVPQ6bpOo6lhmpfz3LZng==
dependencies:
"@rollup/plugin-typescript" "^11.1.0"
rollup "^3.20.2"

"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.21.4", "@babel/code-frame@^7.22.5":
version "7.22.5"
Expand Down Expand Up @@ -3523,6 +3526,14 @@
is-reference "1.2.1"
magic-string "^0.27.0"

"@rollup/plugin-typescript@^11.1.0":
version "11.1.2"
resolved "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-11.1.2.tgz#09eb5690a650bb0334bf84125bce9abd296442e4"
integrity sha512-0ghSOCMcA7fl1JM+0gYRf+Q/HWyg+zg7/gDSc+fRLmlJWcW5K1I+CLRzaRhXf4Y3DRyPnnDo4M2ktw+a6JcDEg==
dependencies:
"@rollup/pluginutils" "^5.0.1"
resolve "^1.22.1"

"@rollup/pluginutils@^5.0.1":
version "5.0.2"
resolved "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.0.2.tgz#012b8f53c71e4f6f9cb317e311df1404f56e7a33"
Expand Down Expand Up @@ -15145,6 +15156,13 @@ [email protected]:
optionalDependencies:
fsevents "~2.3.2"

rollup@^3.20.2:
version "3.28.0"
resolved "https://registry.npmjs.org/rollup/-/rollup-3.28.0.tgz#a3c70004b01934760c0cb8df717c7a1d932389a2"
integrity sha512-d7zhvo1OUY2SXSM6pfNjgD5+d0Nz87CUp4mt8l/GgVP3oBsPwzNvSzyu1me6BSG9JIgWNTVcafIXBIyM8yQ3yw==
optionalDependencies:
fsevents "~2.3.2"

run-async@^2.4.0:
version "2.4.1"
resolved "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"
Expand Down

0 comments on commit 216542f

Please sign in to comment.