parallaxinc / solo

BlocklyProp without the wires
MIT License
5 stars 5 forks source link

Replace bootbox package #705

Open zfi opened 2 years ago

zfi commented 2 years ago

The bootbox package has a security vulnerability as noted in this GitHub advisory. The authors do not appear to be addressing the issue and so we must move to replace the package with equivalent functionality.

Two possibilities are to implement the modal dialogs with Bootstrap dialogs, or to reimplement them in native javascript with something like TailwindCSS.