Skip to content

Commit

Permalink
Update svgo requirement from ^3.0.3 to ^3.0.4 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.3...v3.0.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 24, 2023
1 parent 501cb0a commit f0a0c81
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.3"
"svgo": "^3.0.4"
}
}

0 comments on commit f0a0c81

Please sign in to comment.