From 32e70ec83dbd142fb44d7d8f4c3d6007ab4cf73b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:06:51 +0100 Subject: [chore]: Bump github.com/tdewolff/minify/v2 from 2.19.10 to 2.20.0 (#2316) Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.19.10 to 2.20.0. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.19.10...v2.20.0) --- updated-dependencies: - dependency-name: github.com/tdewolff/minify/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- vendor/github.com/tdewolff/parse/v2/html/lex.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vendor/github.com/tdewolff/parse/v2/html') diff --git a/vendor/github.com/tdewolff/parse/v2/html/lex.go b/vendor/github.com/tdewolff/parse/v2/html/lex.go index 4325024bd..5619ce9e7 100644 --- a/vendor/github.com/tdewolff/parse/v2/html/lex.go +++ b/vendor/github.com/tdewolff/parse/v2/html/lex.go @@ -449,7 +449,7 @@ func (l *Lexer) shiftXML(rawTag Hash) []byte { } } else if c == 0 { if l.r.Err() == nil { - l.err = parse.NewErrorLexer(l.r, "HTML parse error: unexpected NULL character") + l.err = parse.NewErrorLexer(l.r, "unexpected NULL character") } return l.r.Shift() } else { @@ -464,7 +464,7 @@ func (l *Lexer) shiftXML(rawTag Hash) []byte { break } else if c == 0 { if l.r.Err() == nil { - l.err = parse.NewErrorLexer(l.r, "HTML parse error: unexpected NULL character") + l.err = parse.NewErrorLexer(l.r, "unexpected NULL character") } return l.r.Shift() } -- cgit v1.2.3