Skip to content

Commit

Permalink
Update svgo requirement from ^3.0.5 to ^3.2.0 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.0.5...v3.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 5, 2024
1 parent a334c22 commit dcd822e
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.0.5"
"svgo": "^3.2.0"
}
}

0 comments on commit dcd822e

Please sign in to comment.