1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Bump svgo from 2.1.0 to 2.2.1

Bumps [svgo](https://github.com/svg/svgo) from 2.1.0 to 2.2.1.
- [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.1.0...v2.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-03-08 05:33:56 +00:00
parent c1bbd4f427
commit 3c8b227ed3
2 changed files with 4 additions and 5 deletions

7
package-lock.json generated
View File

@ -7600,16 +7600,15 @@
"dev": true
},
"svgo": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/svgo/-/svgo-2.1.0.tgz",
"integrity": "sha512-f5iEvWkSesVHPqBBc26s9/9LFKJZ+4aWPpOVX0uxXz/39SlNL4XuwfhOWsqOS5Q1j7Z6WLayCF/s1lISeAHjwA==",
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/svgo/-/svgo-2.2.1.tgz",
"integrity": "sha512-WrKhe5CMm/O5gchTQKGogKYXGbOC0JBZnHqvaCTEbsMuq4prxQHB/AZgif8WwD4+9Nim4EECObmyjvkdC43iNg==",
"dev": true,
"requires": {
"@trysound/sax": "0.1.1",
"chalk": "^4.1.0",
"commander": "^7.1.0",
"css-select": "^3.1.2",
"css-select-base-adapter": "^0.1.1",
"css-tree": "^1.1.2",
"csso": "^4.2.0",
"stable": "^0.1.8"

View File

@ -79,7 +79,7 @@
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.19.0",
"svgo": "^2.0.3",
"svgo": "^2.2.1",
"tiny-glob": "^0.2.8",
"ts-node": "^9.1.1",
"typescript": "^4.1.5"