svg / svgo

⚙️ Node.js tool for optimizing SVG files
https://svgo.dev/
MIT License
21.03k stars 1.39k forks source link

chore(removeScripts): remove redundant regex pattern #2045

Closed SethFalco closed 4 months ago

SethFalco commented 4 months ago

CodeQL picked up a redundant regular expression we had in removeScripts. This just removes it since it functionally changes nothing.