Skip to content

Commit

Permalink
Update svgo requirement from ^3.2.0 to ^3.3.2 in /generate-icons
Browse files Browse the repository at this point in the history
Updates the requirements on [svgo](https://github.com/svg/svgo) to permit the latest version.
- [Release notes](https://github.com/svg/svgo/releases)
- [Changelog](https://github.com/svg/svgo/blob/main/CHANGELOG-old.md)
- [Commits](svg/svgo@v3.2.0...v3.3.2)

---
updated-dependencies:
- dependency-name: svgo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 10, 2024
1 parent fdd471d commit 8543805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"Folder": "svgo --multipass --config=svgo.config.js -f ./icons -o ./output"
},
"dependencies": {
"svgo": "^3.2.0"
"svgo": "^3.3.2"
}
}

0 comments on commit 8543805

Please sign in to comment.