hainenber commented on code in PR #30242:
URL: https://github.com/apache/superset/pull/30242#discussion_r1754860714
##########
superset-embedded-sdk/package.json:
##########
@@ -34,20 +34,20 @@
],
"dependencies": {
"@superset-ui/switchboard": "^0.20.2",
- "jwt-decode": "^3.1.2"
+ "jwt-decode": "^4.0.0"
Review Comment:
Very small chance of breaking changes according to the
[release](https://github.com/auth0/jwt-decode/releases/tag/v4.0.0) aside from
named export change. The largest risk comes from `atob` polyfill drop but since
the SDK's caniuses consist of all major browser's latest versions, this
shouldn't be an issue.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]