diff options
author | 2023-02-06 09:06:57 +0100 | |
---|---|---|
committer | 2023-02-06 09:06:57 +0100 | |
commit | 1df25a3592b76bb501b4b3551ec27baea0dabde1 (patch) | |
tree | fef4c5f9e617d107ca69c7434e3e4ddadeaaf6e9 /vendor/github.com/yuin/goldmark/renderer/html/html.go | |
parent | [chore]: Bump github.com/ulule/limiter/v3 from 3.10.0 to 3.11.0 (#1429) (diff) | |
download | gotosocial-1df25a3592b76bb501b4b3551ec27baea0dabde1.tar.xz |
[chore]: Bump github.com/yuin/goldmark from 1.5.3 to 1.5.4 (#1427)
Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.5.3 to 1.5.4.
- [Release notes](https://github.com/yuin/goldmark/releases)
- [Commits](https://github.com/yuin/goldmark/compare/v1.5.3...v1.5.4)
---
updated-dependencies:
- dependency-name: github.com/yuin/goldmark
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor/github.com/yuin/goldmark/renderer/html/html.go')
-rw-r--r-- | vendor/github.com/yuin/goldmark/renderer/html/html.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/yuin/goldmark/renderer/html/html.go b/vendor/github.com/yuin/goldmark/renderer/html/html.go index a3d1fe299..7bf2ab808 100644 --- a/vendor/github.com/yuin/goldmark/renderer/html/html.go +++ b/vendor/github.com/yuin/goldmark/renderer/html/html.go @@ -244,6 +244,7 @@ var GlobalAttributeFilter = util.NewBytesFilter( []byte("itemtype"), []byte("lang"), []byte("part"), + []byte("role"), []byte("slot"), []byte("spellcheck"), []byte("style"), |