Hi,
I am new to PS, currently building a site using PS 1.7.6.5.
As a theme, I am building a child theme of the default "classic" theme.
I am only using the standard (free) PS modules. All extra function I needed, I created myself in the child theme.
Doing some tests in Google Lighthouse, it becomes clear PS uses an insecure and old scripts.
- jQuery is allready at 3.5.1, but for some reason the latest PS still uses 2.2.4.
- jQuery UI is at 1.12 today, PS uses 1.10.3
- Bootstrap is at 4.5.0, PS uses 4.0.0
Why is this?
Is it possible to override these scripts with a newer version inside my child theme?
If yes, how?
If no, why not?