Bump svgo from 2.2.2 to 2.3.0

Bumps [svgo](https://github.com/svg/svgo) from 2.2.2 to 2.3.0.
- [Release notes](https://github.com/svg/svgo/releases)
- [Changelog](https://github.com/svg/svgo/blob/master/CHANGELOG-old.md)
- [Commits](https://github.com/svg/svgo/compare/v2.2.2...v2.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-03-29 05:51:22 +00:00
parent f4518f69c9
commit 014b16ff76
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -7582,9 +7582,9 @@
"dev": true "dev": true
}, },
"svgo": { "svgo": {
"version": "2.2.2", "version": "2.3.0",
"resolved": "https://registry.npmjs.org/svgo/-/svgo-2.2.2.tgz", "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.3.0.tgz",
"integrity": "sha512-kJugY2d0yrsONnG4YavppVkKmKULMw2iFRbB9+usyWqzTaqoBuUaqdMnQ2G1n5P1dmOA2tZvc5zmMM6sPOVBSQ==", "integrity": "sha512-fz4IKjNO6HDPgIQxu4IxwtubtbSfGEAJUq/IXyTPIkGhWck/faiiwfkvsB8LnBkKLvSoyNNIY6d13lZprJMc9Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"@trysound/sax": "0.1.1", "@trysound/sax": "0.1.1",
@ -7631,9 +7631,9 @@
"dev": true "dev": true
}, },
"commander": { "commander": {
"version": "7.1.0", "version": "7.2.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-7.1.0.tgz", "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
"integrity": "sha512-pRxBna3MJe6HKnBGsDyMv8ETbptw3axEdYHoqNh7gu5oDcew8fs0xnivZGm06Ogk8zGAJ9VX+OPEr2GXEQK4dg==", "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
"dev": true "dev": true
}, },
"css-select": { "css-select": {

View File

@ -79,7 +79,7 @@
"stylelint-config-recommended": "^4.0.0", "stylelint-config-recommended": "^4.0.0",
"stylelint-config-standard": "^21.0.0", "stylelint-config-standard": "^21.0.0",
"stylelint-scss": "^3.19.0", "stylelint-scss": "^3.19.0",
"svgo": "^2.2.2", "svgo": "^2.3.0",
"tiny-glob": "^0.2.8", "tiny-glob": "^0.2.8",
"ts-node": "^9.1.1", "ts-node": "^9.1.1",
"typescript": "^4.2.3" "typescript": "^4.2.3"