[Snyk] Upgrade sweetalert2 from 11.4.19 to 11.14.5 #791
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade sweetalert2 from 11.4.19 to 11.14.5.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 101 versions ahead of your current version.
The recommended version was released on a month ago.
Release notes
Package name: sweetalert2
11.14.5 (2024-11-04)
Bug Fixes
11.14.4 (2024-10-20)
Bug Fixes
11.14.3 (2024-10-12)
Bug Fixes
transitionend
together withanimationend
(#2773) (3441fc5)11.14.2 (2024-10-07)
Bug Fixes
11.14.1 (2024-09-21)
Bug Fixes
11.14.0 (2024-09-09)
Fire global events that could be subscribed to (#2760)
Now you can do this:
Swal.on('didRender', (popup) => ...)
Swal.on('willOpen', (popup) => ...)
Swal.on('didOpen', (popup) => ...)
Swal.on('willClose', (popup) => ...)
Swal.on('didClose', () => ...)
Swal.on('didDestroy', () => ...)
// event handlers that will be executed at most once
Swal.once('didRender', (popup) => ...)
Swal.once('willOpen', (popup) => ...)
Swal.once('didOpen', (popup) => ...)
Swal.once('willClose', (popup) => ...)
Swal.once('didClose', () => ...)
Swal.once('didDestroy', () => ...)
// remove handlers
Swal.off('willOpen', willOpenHandler) // a specific handler
Swal.off('willOpen') // all handlers of a specific event
Swal.off() // all handlers for all events
.on()
.off()
.once()
(#2763) (60dabc1)Kudos to @ getify for requesting and participation in implementing this feature ❤️
11.13.3 (2024-09-07)
Bug Fixes
11.13.2 (2024-09-04)
Bug Fixes
11.13.1 (2024-09-03)
Bug Fixes
11.13.0 (2024-09-03)
Features
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: