Skip to content

Commit

Permalink
Update oidc-spa, fix cancel bug
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Oct 15, 2024
1 parent 4559229 commit 1dfca01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.16.6",
"@mui/material": "^5.15.18",
"oidc-spa": "^5.4.3",
"oidc-spa": "^5.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsafe": "^1.7.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1681,10 +1681,10 @@ object-assign@^4.1.1:
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==

oidc-spa@^5.4.3:
version "5.4.3"
resolved "https://registry.yarnpkg.com/oidc-spa/-/oidc-spa-5.4.3.tgz#45dddb91349be79b8e0991181019c5f8cf5ed331"
integrity sha512-lG3xx0h0bTQv2v5m6fuoEN+FsoWKTHlwcj7HNH2E4kFntaiNgoS5nHbhHBbPiarrAEv22dIWjSD3eHq1qk1q5A==
oidc-spa@^5.4.4:
version "5.4.4"
resolved "https://registry.yarnpkg.com/oidc-spa/-/oidc-spa-5.4.4.tgz#0595dfd4f6b2d5cfea65d051065e34d072988efb"
integrity sha512-Ijz6nIY9VE9PhL6CTxyKe7FreQQSYZdYzbVHJyF6BXYLFvqwMHTPfsRDjYSndWQGLNgv/QHCifWIK+USxVA1vA==

once@^1.3.0:
version "1.4.0"
Expand Down

0 comments on commit 1dfca01

Please sign in to comment.