diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-19 15:45:36 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-02-19 17:21:17 +0100 |
commit | f54ba6f9ef003de7d74bb399cf76dde3e6c46b3b (patch) | |
tree | fd661b292e12b34b9983e019c0fdee60982c0cc2 /go.mod | |
parent | 4019b177e6aa00fa35eb0002d418d9f64ccbfc17 (diff) | |
download | hugo-f54ba6f9ef003de7d74bb399cf76dde3e6c46b3b.tar.gz hugo-f54ba6f9ef003de7d74bb399cf76dde3e6c46b3b.zip |
build(deps): bump github.com/tdewolff/minify/v2 from 2.20.16 to 2.20.17
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.20.16 to 2.20.17.
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](https://github.com/tdewolff/minify/compare/v2.20.16...v2.20.17)
---
updated-dependencies:
- dependency-name: github.com/tdewolff/minify/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
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
@@ -64,8 +64,8 @@ require ( github.com/spf13/cobra v1.8.0 github.com/spf13/fsync v0.10.0 github.com/spf13/pflag v1.0.5 - github.com/tdewolff/minify/v2 v2.20.16 - github.com/tdewolff/parse/v2 v2.7.11 + github.com/tdewolff/minify/v2 v2.20.17 + github.com/tdewolff/parse/v2 v2.7.12 github.com/yuin/goldmark v1.7.0 github.com/yuin/goldmark-emoji v1.0.2 go.uber.org/automaxprocs v1.5.3 |