chore(deps-dev): bump svgo from 3.2.0 to 3.3.1 (#843)

Bumps [svgo](https://github.com/svg/svgo) from 3.2.0 to 3.3.1.
- [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.2.0...v3.3.1)

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

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] 2024-05-09 12:41:35 -04:00 committed by GitHub
parent 34893e7374
commit da366a992a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -20,7 +20,7 @@
"stylelint-config-recess-order": "4.6.0",
"stylelint-config-wikimedia": "0.16.1",
"stylelint-order": "^6.0.3",
"svgo": "3.2.0"
"svgo": "3.3.1"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -7320,9 +7320,9 @@
"dev": true
},
"node_modules/svgo": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/svgo/-/svgo-3.2.0.tgz",
"integrity": "sha512-4PP6CMW/V7l/GmKRKzsLR8xxjdHTV4IMvhTnpuHwwBazSIlw5W/5SmPjN8Dwyt7lKbSJrRDgp4t9ph0HgChFBQ==",
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/svgo/-/svgo-3.3.1.tgz",
"integrity": "sha512-xQQTIGRl3gHTO2PFlZFLl+Xwofj+CMOPitfoByGBNAniQnY6SbGgd31u3C8RTqdlqZqYNl9Sb83VXbimVHcU6w==",
"dev": true,
"dependencies": {
"@trysound/sax": "0.2.0",
@ -7334,7 +7334,7 @@
"picocolors": "^1.0.0"
},
"bin": {
"svgo": "bin/svgo"
"svgo": "bin/svgo.js"
},
"engines": {
"node": ">=14.0.0"

View file

@ -29,7 +29,7 @@
"stylelint-config-recess-order": "4.6.0",
"stylelint-config-wikimedia": "0.16.1",
"stylelint-order": "^6.0.3",
"svgo": "3.2.0"
"svgo": "3.3.1"
},
"version": "2.13.3"
}