[chore]: Bump github.com/tdewolff/minify/v2 from 2.20.37 to 2.21.0 (#3468)

Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.20.37 to 2.21.0.
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](https://github.com/tdewolff/minify/compare/v2.20.37...v2.21.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-21 11:39:43 +02:00 committed by GitHub
commit f301ec65f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 414 additions and 14 deletions

View file

@ -74,7 +74,7 @@ var tagMap = map[Hash]traits{
Input: objectTag,
Ins: keepPTag,
Kbd: normalTag,
Label: normalTag,
Label: normalTag | keepPTag, // experimentally, keepPTag is needed
Legend: blockTag,
Li: blockTag,
Link: normalTag,
@ -125,7 +125,7 @@ var tagMap = map[Hash]traits{
Th: blockTag,
Thead: blockTag,
Time: normalTag,
Title: normalTag,
Title: blockTag,
Tr: blockTag,
Track: normalTag,
U: normalTag,