janjhnsn / vue3-simple-alert

MIT License
10 stars 2 forks source link

npm audit has a low vulnerabilitie #3

Open VictorMGomes opened 3 months ago

VictorMGomes commented 3 months ago

npm audit has the following warning: sweetalert2 8.19.1 sweetalert2 v8.19.1 and above contains hidden functionality - https://github.com/advisories/GHSA-8jh9-wqpf-q52c

"sweetalert2 versions 8.19.1 and up until 9.0.0 are vulnerable to hidden functionality that was introduced by the maintainer. The package outputs audio and/or video messages that do not pertain to the functionality of the package and is not included in versions below 8.19.1."

The sweetalert2 is being installed in lastest v8 version since package.json requires: "sweetalert2": "^8.18.6"

lzymlaa commented 1 month ago

@VictorMGomes are You find some workaround? Have same issue