v4
- Update svgo to v2
- Update babel to v7
- Using jest instead of tap
- Improved type coverage
- Generate named components
#307 #295 #303 #323 #318
What is the status of this PR? It would be great to update the SVGO package to the latest v2.
Currently the version of SVGO used doesn't allow to fix the vulnerability of the nth-check package.
The current version (1.3.2) uses css-select v2 (latest is 2.1.0), that depends on nth-check v1 (latest is 1.0.2).
The SVGO v2.8.0 uses css-select v4, that depends on nth-check v2, that is fine.
Could I help in some way to get it done?
What is the status of this PR? It would be great to update the SVGO package to the latest v2.
Currently the version of SVGO used doesn't allow to fix the vulnerability of the nth-check package. The current version (1.3.2) uses
css-selectv2 (latest is 2.1.0), that depends onnth-checkv1 (latest is 1.0.2). The SVGO v2.8.0 usescss-selectv4, that depends onnth-checkv2, that is fine.Could I help in some way to get it done?
+1
+1 high severity vulnerabilities in svgo 1.3.2.