1
0
Fork 0

Bump svgo from 3.1.0 to 3.2.0 (#888)

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

---
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-02-01 16:14:24 +00:00 committed by GitHub
parent 4155b75d76
commit 84cb1fa6fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -74,7 +74,7 @@
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-prettier": "^4.0.2",
"svgo": "^3.1.0",
"svgo": "^3.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"unist-util-visit": "^5.0.0",
@ -17544,17 +17544,17 @@
"dev": true
},
"node_modules/svgo": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/svgo/-/svgo-3.1.0.tgz",
"integrity": "sha512-R5SnNA89w1dYgNv570591F66v34b3eQShpIBcQtZtM5trJwm1VvxbIoMpRYY3ybTAutcKTLEmTsdnaknOHbiQA==",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/svgo/-/svgo-3.2.0.tgz",
"integrity": "sha512-4PP6CMW/V7l/GmKRKzsLR8xxjdHTV4IMvhTnpuHwwBazSIlw5W/5SmPjN8Dwyt7lKbSJrRDgp4t9ph0HgChFBQ==",
"dev": true,
"dependencies": {
"@trysound/sax": "0.2.0",
"commander": "^7.2.0",
"css-select": "^5.1.0",
"css-tree": "^2.2.1",
"css-tree": "^2.3.1",
"css-what": "^6.1.0",
"csso": "5.0.5",
"csso": "^5.0.5",
"picocolors": "^1.0.0"
},
"bin": {

View File

@ -114,7 +114,7 @@
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-prettier": "^4.0.2",
"svgo": "^3.1.0",
"svgo": "^3.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"unist-util-visit": "^5.0.0",