image-optimizer
image-optimizer copied to clipboard
Easily optimize images using PHP
`svgo@^1.3` has an indirect dependency on `nth-check`: ``` svgo@^1.3 > css-select@^2.0.0 > nth-check@^1.0.2 ``` Information about the vulnerability in `nth-check` was recently published: https://github.com/advisories/GHSA-rp65-9cf3-cjxr This vulnerability was fixed in `[email protected]`....
In svgo 3 the plugin `cleanupIDs` is renamed to `cleanupIds`, so the default configurations in `svgo.config.js` doesn't work anymore when using the `OptimizerChainFactory`. I encountered another issue: The path to...