Skip to content

Commit 1404220

Browse files
authored
Bump auth0-spa-js for connected account updates (#923)
### Update to [email protected] **Added** - Retry when DPoP nonce is expired [\#1445](auth0/auth0-spa-js#1445) ([adamjmcgrath](https://github.com/adamjmcgrath)) - Support mix of DPoP and Bearer in the fetcher [\#1442](auth0/auth0-spa-js#1442) ([adamjmcgrath](https://github.com/adamjmcgrath)) **Fixed** - Fix MRRT with default audience in worker [\#1439](auth0/auth0-spa-js#1439) ([aridibag](https://github.com/aridibag)) - Fetcher: fix incorrect URL building when `baseUrl` is present [\#1435](auth0/auth0-spa-js#1435) ([martinml](https://github.com/martinml)) [ESD-52771]: https://auth0team.atlassian.net/browse/ESD-52771?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 8a5b7e9 commit 1404220

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
@@ -95,6 +95,6 @@
9595
"react-dom": "^16.11.0 || ^17 || ^18 || ^19"
9696
},
9797
"dependencies": {
98-
"@auth0/auth0-spa-js": "^2.6.0"
98+
"@auth0/auth0-spa-js": "^2.7.0"
9999
}
100100
}

0 commit comments

Comments
 (0)