Skip to content

Commit 0518369

Browse files
Update Auth0-SPA-JS to latest version (#690)
### 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
1 parent e9e319b commit 0518369

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@
9696
"react-dom": "^16.11.0 || ^17 || ^18"
9797
},
9898
"dependencies": {
99-
"@auth0/auth0-spa-js": "^2.1.2"
99+
"@auth0/auth0-spa-js": "^2.1.3"
100100
}
101101
}

0 commit comments

Comments
 (0)