How to handle Moment.js, GSAP, jQuery UI, and Bootstrap in PrestaShop without breaking updates?
Summary A PrestaShop 8.2.3 deployment triggered security alerts for outdated JavaScript libraries (Moment.js, GSAP, jQuery UI, Bootstrap) bundled with core/modules. These dependencies cannot be directly modified without risking system stability due to PrestaShop’s dependency management constraints. Updating them requires controlled strategies to avoid breaking core functionality while mitigating vulnerabilities. Root Cause Tight coupling with core/modules: … Read more