diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-22 08:45:54 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-22 08:45:54 +0000 |
commit | 1bc3bf3afbbb42a7d61869caa88b85b863e07dd3 (patch) | |
tree | a599f8fa04d1bed3413915515bba46a69becf7e0 /go.mod | |
parent | 548dc21378a13c288eddd097101c7f233292f79d (diff) | |
download | hugo-dependabot/go_modules/github.com/tdewolff/minify/v2-2.20.26.tar.gz hugo-dependabot/go_modules/github.com/tdewolff/minify/v2-2.20.26.zip |
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
@@ -65,8 +65,8 @@ require ( github.com/spf13/cobra v1.8.0 github.com/spf13/fsync v0.10.1 github.com/spf13/pflag v1.0.5 - github.com/tdewolff/minify/v2 v2.20.20 - github.com/tdewolff/parse/v2 v2.7.13 + github.com/tdewolff/minify/v2 v2.20.26 + github.com/tdewolff/parse/v2 v2.7.14 github.com/yuin/goldmark v1.7.1 github.com/yuin/goldmark-emoji v1.0.2 go.uber.org/automaxprocs v1.5.3 |