From 16421f757678c2e60a1e6b59b788ef5dad8b5f81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 09:15:31 +0000 Subject: [chore]: Bump github.com/tdewolff/minify/v2 from 2.20.34 to 2.20.37 (#3106) --- vendor/github.com/tdewolff/minify/v2/html/html.go | 1 + 1 file changed, 1 insertion(+) (limited to 'vendor/github.com/tdewolff/minify/v2/html') diff --git a/vendor/github.com/tdewolff/minify/v2/html/html.go b/vendor/github.com/tdewolff/minify/v2/html/html.go index 345f579fb..23cd2ca07 100644 --- a/vendor/github.com/tdewolff/minify/v2/html/html.go +++ b/vendor/github.com/tdewolff/minify/v2/html/html.go @@ -75,6 +75,7 @@ func (o *Minifier) Minify(m *minify.M, w io.Writer, r io.Reader, _ map[string]st if o.KeepConditionalComments { fmt.Println("DEPRECATED: KeepConditionalComments is replaced by KeepSpecialComments") o.KeepSpecialComments = true + o.KeepConditionalComments = false // omit next warning } omitSpace := true // if true the next leading space is omitted -- cgit v1.3