Release Notes > 5.43.5
Webiny 5.43.5 Changelog
See what's new in Webiny version 5.43.5
For the full list of changes, check out the Webiny 5.43.5
release on GitHub.
Replace Various Dependencies (#4712
)
We’ve replaced some of the outdated dependencies that were pulling in packages with vulnerabilities.
crypto-browserifypolyfill is no longer included with webpack (it was only needed because ofcryptobeing used in@webiny/utilswhich is used across environments)- in
@webiny/utilspackage we no longer usecrypto, but a@noble/hashespackage, which provides hashing utilities, and works across environments (0 dependencies) mdbidpackage was replaced withbson-objectidwhich works across environments (0 dependencies)jwk-to-pemwas replaced withjose(used and sponsored by Auth0)webpack-dev-serverwas updated to the latest version (5.2.2)
ExecuteonCloseCallback When Dialog Is Closed (#4694
)
We’ve fixed an issue with dialogs where the onClose callback was never executed.