diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-26 08:35:42 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2022-10-26 13:02:40 +0200 |
commit | 351d6b062bbc9a291b9ab4c9d34222b9359896d1 (patch) | |
tree | 8bc19a01fe2361c3a2d35c9fc2592e9265bbdbe5 /go.mod | |
parent | 631d768be9dc2d5175eeacb8bf34ed8233e2201a (diff) | |
download | hugo-351d6b062bbc9a291b9ab4c9d34222b9359896d1.tar.gz hugo-351d6b062bbc9a291b9ab4c9d34222b9359896d1.zip |
build(deps): bump github.com/tdewolff/minify/v2 from 2.12.1 to 2.12.4
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.12.1 to 2.12.4.
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](https://github.com/tdewolff/minify/compare/v2.12.1...v2.12.4)
---
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
@@ -55,8 +55,8 @@ require ( github.com/spf13/fsync v0.9.0 github.com/spf13/jwalterweatherman v1.1.0 github.com/spf13/pflag v1.0.5 - github.com/tdewolff/minify/v2 v2.12.1 - github.com/tdewolff/parse/v2 v2.6.3 + github.com/tdewolff/minify/v2 v2.12.4 + github.com/tdewolff/parse/v2 v2.6.4 github.com/yuin/goldmark v1.5.2 go.uber.org/atomic v1.10.0 gocloud.dev v0.24.0 |