build(deps-dev): bump svgo from 3.0.1 to 3.0.2 (#547)

Bumps [svgo](https://github.com/svg/svgo) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/svg/svgo/releases)
- [Changelog](https://github.com/svg/svgo/blob/main/CHANGELOG-old.md)
- [Commits](https://github.com/svg/svgo/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: svgo
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-11-21 16:06:26 -05:00 committed by GitHub
parent 4614a41ff9
commit dd9b6313b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -18,7 +18,7 @@
"standard-version": "^9.5.0",
"stylelint-config-idiomatic-order": "9.0.0",
"stylelint-config-wikimedia": "0.13.1",
"svgo": "3.0.1"
"svgo": "3.0.2"
}
},
"node_modules/@babel/code-frame": {
@ -5473,9 +5473,9 @@
"dev": true
},
"node_modules/svgo": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/svgo/-/svgo-3.0.1.tgz",
"integrity": "sha512-6kiDrstRCmA600TySGBu4VNA/FdEriOv7PKQRDOyIaVYUNamWvDSZjgMsM+mB0r0y5T7S3P5DkZJSIBQ/9QEsg==",
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/svgo/-/svgo-3.0.2.tgz",
"integrity": "sha512-Z706C1U2pb1+JGP48fbazf3KxHrWOsLme6Rv7imFBn5EnuanDW1GPaA/P1/dvObE670JDePC3mnj0k0B7P0jjQ==",
"dev": true,
"dependencies": {
"@trysound/sax": "0.2.0",
@ -10117,9 +10117,9 @@
"dev": true
},
"svgo": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/svgo/-/svgo-3.0.1.tgz",
"integrity": "sha512-6kiDrstRCmA600TySGBu4VNA/FdEriOv7PKQRDOyIaVYUNamWvDSZjgMsM+mB0r0y5T7S3P5DkZJSIBQ/9QEsg==",
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/svgo/-/svgo-3.0.2.tgz",
"integrity": "sha512-Z706C1U2pb1+JGP48fbazf3KxHrWOsLme6Rv7imFBn5EnuanDW1GPaA/P1/dvObE670JDePC3mnj0k0B7P0jjQ==",
"dev": true,
"requires": {
"@trysound/sax": "0.2.0",

View file

@ -28,7 +28,7 @@
"standard-version": "^9.5.0",
"stylelint-config-idiomatic-order": "9.0.0",
"stylelint-config-wikimedia": "0.13.1",
"svgo": "3.0.1"
"svgo": "3.0.2"
},
"version": "2.0.0-beta.3"
}