diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-01 16:27:59 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-02-01 19:55:31 +0100 |
commit | bd1bcc0f91381dbce8f230933991d4069adf5f48 (patch) | |
tree | 8c19b6258316f2e3ee31eabcf34bd47e5e3285f4 /go.mod | |
parent | 8d42a7942ad2cc3ecff2ad90502c7e9e87da5d52 (diff) | |
download | hugo-bd1bcc0f91381dbce8f230933991d4069adf5f48.tar.gz hugo-bd1bcc0f91381dbce8f230933991d4069adf5f48.zip |
build(deps): bump github.com/tdewolff/minify/v2 from 2.20.13 to 2.20.16
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.20.13 to 2.20.16.
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](https://github.com/tdewolff/minify/compare/v2.20.13...v2.20.16)
---
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
@@ -63,8 +63,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.13 - github.com/tdewolff/parse/v2 v2.7.8 + github.com/tdewolff/minify/v2 v2.20.16 + github.com/tdewolff/parse/v2 v2.7.11 github.com/yuin/goldmark v1.6.0 github.com/yuin/goldmark-emoji v1.0.2 go.uber.org/automaxprocs v1.5.3 |