From 96fb8fcf097facc37d126491d6ae3b8ac2a3dab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 19:19:12 +0000 Subject: [PATCH] build(deps): bump github.com/microcosm-cc/bluemonday Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) from 1.0.24 to 1.0.25. - [Release notes](https://github.com/microcosm-cc/bluemonday/releases) - [Commits](https://github.com/microcosm-cc/bluemonday/compare/v1.0.24...v1.0.25) --- updated-dependencies: - dependency-name: github.com/microcosm-cc/bluemonday dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 8ad77ca..b20223a 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/brianvoe/gofakeit/v6 v6.22.0 github.com/gofiber/fiber/v2 v2.46.0 github.com/jackc/pgx/v4 v4.18.1 - github.com/microcosm-cc/bluemonday v1.0.24 + github.com/microcosm-cc/bluemonday v1.0.25 github.com/mileusna/useragent v1.3.3 github.com/oschwald/geoip2-golang v1.8.0 github.com/paulmach/orb v0.9.2 @@ -15,8 +15,8 @@ require ( github.com/rs/zerolog v1.29.1 github.com/ua-parser/uap-go v0.0.0-20211112212520-00c877edfe0f github.com/urfave/cli/v2 v2.25.6 - golang.org/x/net v0.11.0 - golang.org/x/text v0.10.0 + golang.org/x/net v0.12.0 + golang.org/x/text v0.11.0 gopkg.in/yaml.v2 v2.4.0 ) @@ -59,7 +59,7 @@ require ( github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect go.opentelemetry.io/otel v1.13.0 // indirect go.opentelemetry.io/otel/trace v1.13.0 // indirect - golang.org/x/crypto v0.10.0 // indirect - golang.org/x/sys v0.9.0 // indirect + golang.org/x/crypto v0.11.0 // indirect + golang.org/x/sys v0.10.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )