airbnb / babel-plugin-inline-react-svg

A babel plugin that optimizes and inlines SVGs for your React Components.
MIT License
473 stars 92 forks source link

Code injection vulnerability due to svgo #90

Closed drodenberg closed 4 years ago

drodenberg commented 4 years ago

svgo has updated their package to fix this vulnerability. Was wondering if we could bump to latest or to at least this version to fix this. https://github.com/svg/svgo/releases/tag/v1.2.1

lencioni commented 4 years ago

This is a duplicate of #45