Skip to content

Commit

Permalink
Update Auth0-SPA-JS to latest version (#690)
Browse files Browse the repository at this point in the history
### Description

Updates SPA-JS to the latest version to add support for workerUrl.


### References

https://github.com/auth0/auth0-spa-js/releases/tag/v2.1.3

### Checklist

- [x] I have added documentation for new/changed functionality in this
PR or in auth0.com/docs
- [x] All active GitHub checks for tests, formatting, and security are
passing
- [x] The correct base branch is being used, if not the default branch
  • Loading branch information
frederikprijck authored Dec 11, 2023
1 parent e9e319b commit 0518369
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@
"react-dom": "^16.11.0 || ^17 || ^18"
},
"dependencies": {
"@auth0/auth0-spa-js": "^2.1.2"
"@auth0/auth0-spa-js": "^2.1.3"
}
}

0 comments on commit 0518369

Please sign in to comment.