diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-15 08:05:19 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-11-15 10:04:07 +0100 |
commit | 7a2f04ee8c3de43f9cc8e0a71fca838125878f8c (patch) | |
tree | a6218fcc4772c34ce818cef9fb9a2bc24ae6c2de /go.mod | |
parent | 7921777da16d8228f1cb3144b31606b7ccd8758c (diff) | |
download | hugo-7a2f04ee8c3de43f9cc8e0a71fca838125878f8c.tar.gz hugo-7a2f04ee8c3de43f9cc8e0a71fca838125878f8c.zip |
build(deps): bump github.com/tdewolff/minify/v2 from 2.20.37 to 2.21.1
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.20.37 to 2.21.1.
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](https://github.com/tdewolff/minify/compare/v2.20.37...v2.21.1)
---
updated-dependencies:
- dependency-name: github.com/tdewolff/minify/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -68,8 +68,8 @@ require ( github.com/spf13/cobra v1.8.1 github.com/spf13/fsync v0.10.1 github.com/spf13/pflag v1.0.5 - github.com/tdewolff/minify/v2 v2.20.37 - github.com/tdewolff/parse/v2 v2.7.15 + github.com/tdewolff/minify/v2 v2.21.1 + github.com/tdewolff/parse/v2 v2.7.18 github.com/tetratelabs/wazero v1.8.1 github.com/yuin/goldmark v1.7.8 github.com/yuin/goldmark-emoji v1.0.4 |