Skip to content

Commit 48725f7

Browse files
[chore]: Bump github.com/microcosm-cc/bluemonday from 1.0.25 to 1.0.26 (#2266)
1 parent 39e22a9 commit 48725f7

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ require (
3434
github.com/h2non/filetype v1.1.3
3535
github.com/jackc/pgconn v1.14.1
3636
github.com/jackc/pgx/v5 v5.4.3
37-
github.com/microcosm-cc/bluemonday v1.0.25
37+
github.com/microcosm-cc/bluemonday v1.0.26
3838
github.com/miekg/dns v1.1.56
3939
github.com/minio/minio-go/v7 v7.0.63
4040
github.com/mitchellh/mapstructure v1.5.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,8 @@ github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27k
429429
github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA=
430430
github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
431431
github.com/mattn/go-sqlite3 v2.0.3+incompatible h1:gXHsfypPkaMZrKbD5209QV9jbUTJKjyR5WD3HYQSd+U=
432-
github.com/microcosm-cc/bluemonday v1.0.25 h1:4NEwSfiJ+Wva0VxN5B8OwMicaJvD8r9tlJWm9rtloEg=
433-
github.com/microcosm-cc/bluemonday v1.0.25/go.mod h1:ZIOjCQp1OrzBBPIJmfX4qDYFuhU02nx4bn030ixfHLE=
432+
github.com/microcosm-cc/bluemonday v1.0.26 h1:xbqSvqzQMeEHCqMi64VAs4d8uy6Mequs3rQ0k/Khz58=
433+
github.com/microcosm-cc/bluemonday v1.0.26/go.mod h1:JyzOCs9gkyQyjs+6h10UEVSe02CGwkhd72Xdqh78TWs=
434434
github.com/miekg/dns v1.1.56 h1:5imZaSeoRNvpM9SzWNhEcP9QliKiz20/dA2QabIGVnE=
435435
github.com/miekg/dns v1.1.56/go.mod h1:cRm6Oo2C8TY9ZS/TqsSrseAcncm74lfK5G+ikN2SWWY=
436436
github.com/minio/md5-simd v1.1.2 h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34=

vendor/github.com/microcosm-cc/bluemonday/CONTRIBUTING.md

+4-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/microcosm-cc/bluemonday/Makefile

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/microcosm-cc/bluemonday/css/handlers.go

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/microcosm-cc/bluemonday/sanitize.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ github.com/magiconair/properties
380380
# github.com/mattn/go-isatty v0.0.19
381381
## explicit; go 1.15
382382
github.com/mattn/go-isatty
383-
# github.com/microcosm-cc/bluemonday v1.0.25
384-
## explicit; go 1.19
383+
# github.com/microcosm-cc/bluemonday v1.0.26
384+
## explicit; go 1.21
385385
github.com/microcosm-cc/bluemonday
386386
github.com/microcosm-cc/bluemonday/css
387387
# github.com/miekg/dns v1.1.56

0 commit comments

Comments
 (0)