This fixes the security vunerabilities in minimist. I'm upgrading sharp to the latest version, as minimist is one of sharp's dependencies.
As one can see I've not only upgraded minimist from the package-lock.json file, building the files seems to still run (not 100% sure if the data is correct though ... we really should have an end to end integration test for this at some point to make sure upgrades among other changes don't break things).
Screenshots
to be updated with screenshots ...
What I did
upgraded sharp in the package.json file
Also one can check by pulling the branch running npm install and then running npm ls minimist to show the installed version of minimist (which can also be seen in the package-lock.json file).
This fixes the security vunerabilities in minimist. I'm upgrading sharp to the latest version, as minimist is one of sharp's dependencies.
As one can see I've not only upgraded minimist from the package-lock.json file, building the files seems to still run (not 100% sure if the data is correct though ... we really should have an end to end integration test for this at some point to make sure upgrades among other changes don't break things).
Screenshots
to be updated with screenshots ...
What I did
Also one can check by pulling the branch running npm install and then running npm ls minimist to show the installed version of minimist (which can also be seen in the package-lock.json file).