Skip to content

fix(deps): update backend dependencies#764

Open
renovate-sh-app[bot] wants to merge 1 commit into
mainfrom
renovate/backend-dependencies
Open

fix(deps): update backend dependencies#764
renovate-sh-app[bot] wants to merge 1 commit into
mainfrom
renovate/backend-dependencies

Conversation

@renovate-sh-app

@renovate-sh-app renovate-sh-app Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
github.com/apache/arrow-go/v18 v18.5.2v18.6.0 age confidence indirect minor
github.com/bradleyfalzon/ghinstallation/v2 v2.18.0v2.19.0 age confidence require minor
github.com/clipperhouse/displaywidth v0.10.0v0.11.0 age confidence indirect minor
github.com/clipperhouse/uax29/v2 v2.6.0v2.7.0 age confidence indirect minor
github.com/emicklei/go-restful/v3 v3.11.0v3.13.0 age confidence indirect minor
github.com/fatih/color v1.18.0v1.19.0 age confidence indirect minor
github.com/go-openapi/jsonpointer v0.22.5v0.23.1 age confidence indirect minor
github.com/go-openapi/jsonreference v0.21.5v0.21.6 age confidence indirect patch
github.com/go-openapi/swag v0.23.0v0.26.1 age confidence indirect minor
github.com/go-openapi/swag/jsonname v0.25.5v0.26.1 age confidence indirect minor
github.com/goccy/go-json v0.10.5v0.10.6 age confidence indirect patch
github.com/google/gnostic-models v0.7.0v0.7.1 age confidence indirect patch
github.com/grafana/grafana-plugin-sdk-go v0.291.1v0.292.1 age confidence require minor
github.com/grafana/otel-profiling-go v0.5.1v0.6.0 age confidence indirect minor
github.com/grafana/pyroscope-go/godeltaprof v0.1.9v0.1.11 age confidence indirect patch
github.com/grafana/schemads v0.0.8v0.2.3 age confidence require minor
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0v2.29.0 age confidence indirect minor
github.com/hashicorp/go-plugin v1.7.0v1.8.0 age confidence indirect minor
github.com/huandu/go-sqlbuilder v1.39.1v1.42.1 age confidence indirect minor
github.com/huandu/xstrings v1.4.0v1.5.0 age confidence indirect minor
github.com/jaegertracing/jaeger-idl v0.6.0v0.9.0 age confidence indirect minor
github.com/klauspost/compress v1.18.4v1.18.6 age confidence indirect patch
github.com/magefile/mage v1.16.1v1.17.2 age confidence indirect minor
github.com/mailru/easyjson v0.7.7v0.9.2 age confidence indirect minor
github.com/mattn/go-colorable v0.1.14v0.1.15 age confidence indirect patch
github.com/mattn/go-isatty v0.0.20v0.0.22 age confidence indirect patch
github.com/mattn/go-runewidth v0.0.19v0.0.24 age confidence indirect patch
github.com/oklog/run v1.1.0v1.2.0 age confidence indirect minor
github.com/olekukonko/ll v0.1.6v0.1.8 age confidence indirect patch
github.com/pierrec/lz4/v4 v4.1.25v4.1.27 age confidence indirect patch
github.com/prometheus/common v0.67.5v0.69.0 age confidence indirect minor
github.com/prometheus/procfs v0.16.1v0.20.1 age confidence indirect minor
github.com/shurcooL/graphql 3cf50f87ee5256 age confidence indirect digest
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.67.0v0.69.0 age confidence indirect minor
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.67.0v0.69.0 age confidence indirect minor
go.opentelemetry.io/contrib/propagators/jaeger v1.42.0v1.44.0 age confidence indirect minor
go.opentelemetry.io/contrib/samplers/jaegerremote v0.36.0v0.37.1 age confidence indirect minor
go.opentelemetry.io/otel v1.43.0v1.44.0 age confidence indirect minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.42.0v1.44.0 age confidence indirect minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.42.0v1.44.0 age confidence indirect minor
go.opentelemetry.io/otel/metric v1.43.0v1.44.0 age confidence indirect minor
go.opentelemetry.io/otel/sdk v1.43.0v1.44.0 age confidence indirect minor
go.opentelemetry.io/otel/trace v1.43.0v1.44.0 age confidence indirect minor
go.opentelemetry.io/proto/otlp v1.9.0v1.10.0 age confidence indirect minor
go.yaml.in/yaml/v2 v2.4.3v2.4.4 age confidence indirect patch
golang.org/x/exp 716be56c48552f age confidence indirect digest
golang.org/x/mod v0.34.0v0.37.0 age confidence indirect minor
golang.org/x/net v0.53.0v0.55.0 age confidence indirect minor
golang.org/x/sync v0.20.0v0.21.0 age confidence indirect minor
golang.org/x/sys v0.43.0v0.44.0 age confidence indirect minor
golang.org/x/text v0.36.0v0.38.0 age confidence indirect minor
golang.org/x/tools v0.43.0v0.46.0 age confidence indirect minor v0.47.0
google.golang.org/genproto/googleapis/api 4cfbd41b703f56 age confidence indirect digest
google.golang.org/genproto/googleapis/rpc a57be14b703f56 age confidence indirect digest
google.golang.org/grpc v1.79.3v1.81.1 age confidence indirect minor
pgregory.net/rapid v1.2.0v1.3.0 age confidence require minor

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Invoking incorrect handling of namespaced elements in foreign content in golang.org/x/net/html

CVE-2026-42506 / GO-2026-5025

More information

Details

Parsing arbitrary HTML which is then rendered using Render can result in an unexpected HTML tree. This can be leveraged to execute XSS attacks in applications that attempt to sanitize input HTML before rendering.

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


Invoking failure to reject ASCII-only Punycode-encoded labels in golang.org/x/net/idna

CVE-2026-39821 / GO-2026-5026

More information

Details

The ToASCII and ToUnicode functions incorrectly accept Punycode-encoded labels that decode to an ASCII-only label. For example, ToUnicode("xn--example-.com") incorrectly returns the name "example.com" rather than an error.

This behavior can lead to privilege escalation in programs using the idna package. For example, a program which performs privilege checks on the ASCII hostname may reject "example.com" but permit "xn--example-.com". If that program subsequently converts the ASCII hostname to Unicode, it will inadvertently permits access to the Unicode name "example.com".

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


Invoking incorrect handling of HTML elements in foreign content in golang.org/x/net/html

CVE-2026-42502 / GO-2026-5027

More information

Details

Parsing arbitrary HTML which is then rendered using Render can result in an unexpected HTML tree. This can be leveraged to execute XSS attacks in applications that attempt to sanitize input HTML before rendering.

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


Invoking denial of service when parsing arbitrary HTML in golang.org/x/net/html

CVE-2026-25680 / GO-2026-5028

More information

Details

Parsing arbitrary HTML can consume excessive CPU time, possibly leading to denial of service.

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


Invoking incorrect handling of character references in DOCTYPE nodes in golang.org/x/net/html

CVE-2026-25681 / GO-2026-5029

More information

Details

Parsing arbitrary HTML which is then rendered using Render can result in an unexpected HTML tree. This can be leveraged to execute XSS attacks in applications that attempt to sanitize input HTML before rendering.

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


Invoking duplicate attributes can cause XSS in golang.org/x/net/html

CVE-2026-27136 / GO-2026-5030

More information

Details

Parsing arbitrary HTML which is then rendered using Render can result in an unexpected HTML tree. This can be leveraged to execute XSS attacks in applications that attempt to sanitize input HTML before rendering.

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


Invoking integer overflow in NewNTUnicodeString in golang.org/x/sys/windows

CVE-2026-39824 / GO-2026-5024

More information

Details

NewNTUnicodeString does not check for string length overflow. When provided with a string that overflows the maximum size of a NTUnicodeString (a 16-bit number of bytes), it returns a truncated string rather than an error.

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


Release Notes

apache/arrow-go (github.com/apache/arrow-go/v18)

v18.6.0: Apache Arrow Go 18.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: apache/arrow-go@v18.5.2...v18.6.0

bradleyfalzon/ghinstallation (github.com/bradleyfalzon/ghinstallation/v2)

v2.19.0

Compare Source

What's Changed

Full Changelog: bradleyfalzon/ghinstallation@v2.18.0...v2.19.0

clipperhouse/displaywidth (github.com/clipperhouse/displaywidth)

v0.11.0

Compare Source

clipperhouse/uax29 (github.com/clipperhouse/uax29/v2)

v2.7.0

Compare Source

emicklei/go-restful (github.com/emicklei/go-restful/v3)

v3.13.0

Compare Source

  • optimize performance of path matching in CurlyRouter ( thanks @​wenhuang, Wen Huang)

v3.12.2

Compare Source

  • allow empty payloads in post,put,patch, issue #​580 ( thanks @​liggitt, Jordan Liggitt)

v3.12.1

Compare Source

  • fix misroute when dealing multiple webservice with regex (#​549) (thanks Haitao Chen)

v3.12.0

Compare Source

v3.11.3

Compare Source

  • better not have 2 tags on one commit

v3.11.2

Compare Source

  • fix by restoring custom JSON handler functions (Mike Beaumont #​540)

v3.11.1

Compare Source

  • fix by restoring custom JSON handler functions (Mike Beaumont #​540)
fatih/color (github.com/fatih/color)

v1.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: fatih/color@v1.18.0...v1.19.0

go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)

v0.23.1

Compare Source

0.23.1 - 2026-04-18

Full Changelog: go-openapi/jsonpointer@v0.23.0...v0.23.1

5 commits in this release.


Fixed bugs
  • fix(offset): in Offset method, fixed index of value of array element. by @​fredbi in #​128 ...
Documentation

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.

@renovate-sh-app

renovate-sh-app Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.26.1 -> 1.26.3

@github-project-automation github-project-automation Bot moved this to Backlog in OSS Big Tent Jun 8, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/backend-dependencies branch 7 times, most recently from 98ac17b to 034b15d Compare June 16, 2026 16:02
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/backend-dependencies branch 11 times, most recently from c56f05c to f0c291d Compare June 23, 2026 04:03
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/backend-dependencies branch 2 times, most recently from 9488b99 to 50507aa Compare June 23, 2026 10:01
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/backend-dependencies branch 13 times, most recently from 228bb53 to 4fad9d4 Compare June 25, 2026 19:03
| datasource | package                                                                      | from                               | to                                 |
| ---------- | ---------------------------------------------------------------------------- | ---------------------------------- | ---------------------------------- |
| go         | github.com/apache/arrow-go/v18                                               | v18.5.2                            | v18.6.0                            |
| go         | github.com/bradleyfalzon/ghinstallation/v2                                   | v2.18.0                            | v2.19.0                            |
| go         | github.com/clipperhouse/displaywidth                                         | v0.10.0                            | v0.11.0                            |
| go         | github.com/clipperhouse/uax29/v2                                             | v2.6.0                             | v2.7.0                             |
| go         | github.com/emicklei/go-restful/v3                                            | v3.11.0                            | v3.13.0                            |
| go         | github.com/fatih/color                                                       | v1.18.0                            | v1.19.0                            |
| go         | github.com/go-openapi/jsonpointer                                            | v0.22.5                            | v0.23.1                            |
| go         | github.com/go-openapi/jsonreference                                          | v0.21.5                            | v0.21.6                            |
| go         | github.com/go-openapi/swag                                                   | v0.23.0                            | v0.26.1                            |
| go         | github.com/go-openapi/swag/jsonname                                          | v0.25.5                            | v0.26.1                            |
| go         | github.com/goccy/go-json                                                     | v0.10.5                            | v0.10.6                            |
| go         | github.com/google/gnostic-models                                             | v0.7.0                             | v0.7.1                             |
| go         | github.com/grafana/grafana-plugin-sdk-go                                     | v0.291.1                           | v0.292.1                           |
| go         | github.com/grafana/otel-profiling-go                                         | v0.5.1                             | v0.6.0                             |
| go         | github.com/grafana/pyroscope-go/godeltaprof                                  | v0.1.9                             | v0.1.11                            |
| go         | github.com/grafana/schemads                                                  | v0.0.8                             | v0.2.3                             |
| go         | github.com/grpc-ecosystem/grpc-gateway/v2                                    | v2.28.0                            | v2.29.0                            |
| go         | github.com/hashicorp/go-plugin                                               | v1.7.0                             | v1.8.0                             |
| go         | github.com/huandu/go-sqlbuilder                                              | v1.39.1                            | v1.42.1                            |
| go         | github.com/huandu/xstrings                                                   | v1.4.0                             | v1.5.0                             |
| go         | github.com/jaegertracing/jaeger-idl                                          | v0.6.0                             | v0.9.0                             |
| go         | github.com/klauspost/compress                                                | v1.18.4                            | v1.18.6                            |
| go         | github.com/magefile/mage                                                     | v1.16.1                            | v1.17.2                            |
| go         | github.com/mailru/easyjson                                                   | v0.7.7                             | v0.9.2                             |
| go         | github.com/mattn/go-colorable                                                | v0.1.14                            | v0.1.15                            |
| go         | github.com/mattn/go-isatty                                                   | v0.0.20                            | v0.0.22                            |
| go         | github.com/mattn/go-runewidth                                                | v0.0.19                            | v0.0.24                            |
| go         | github.com/oklog/run                                                         | v1.1.0                             | v1.2.0                             |
| go         | github.com/olekukonko/ll                                                     | v0.1.6                             | v0.1.8                             |
| go         | github.com/pierrec/lz4/v4                                                    | v4.1.25                            | v4.1.27                            |
| go         | github.com/prometheus/common                                                 | v0.67.5                            | v0.69.0                            |
| go         | github.com/prometheus/procfs                                                 | v0.16.1                            | v0.20.1                            |
| go         | github.com/shurcooL/graphql                                                  | v0.0.0-20220606043923-3cf50f8a0a29 | v0.0.0-20240915155400-7ee5256398cf |
| go         | go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc  | v0.67.0                            | v0.69.0                            |
| go         | go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace | v0.67.0                            | v0.69.0                            |
| go         | go.opentelemetry.io/contrib/propagators/jaeger                               | v1.42.0                            | v1.44.0                            |
| go         | go.opentelemetry.io/contrib/samplers/jaegerremote                            | v0.36.0                            | v0.37.1                            |
| go         | go.opentelemetry.io/otel                                                     | v1.43.0                            | v1.44.0                            |
| go         | go.opentelemetry.io/otel/exporters/otlp/otlptrace                            | v1.42.0                            | v1.44.0                            |
| go         | go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc              | v1.42.0                            | v1.44.0                            |
| go         | go.opentelemetry.io/otel/metric                                              | v1.43.0                            | v1.44.0                            |
| go         | go.opentelemetry.io/otel/sdk                                                 | v1.43.0                            | v1.44.0                            |
| go         | go.opentelemetry.io/otel/trace                                               | v1.43.0                            | v1.44.0                            |
| go         | go.opentelemetry.io/proto/otlp                                               | v1.9.0                             | v1.10.0                            |
| go         | go.yaml.in/yaml/v2                                                           | v2.4.3                             | v2.4.4                             |
| go         | golang.org/x/exp                                                             | v0.0.0-20260112195511-716be5621a96 | v0.0.0-20260611194520-c48552f49976 |
| go         | golang.org/x/mod                                                             | v0.34.0                            | v0.37.0                            |
| go         | golang.org/x/net                                                             | v0.53.0                            | v0.55.0                            |
| go         | golang.org/x/sync                                                            | v0.20.0                            | v0.21.0                            |
| go         | golang.org/x/sys                                                             | v0.43.0                            | v0.44.0                            |
| go         | golang.org/x/text                                                            | v0.36.0                            | v0.38.0                            |
| go         | golang.org/x/tools                                                           | v0.43.0                            | v0.46.0                            |
| go         | google.golang.org/genproto/googleapis/api                                    | v0.0.0-20260209200024-4cfbd4190f57 | v0.0.0-20260622175928-b703f567277d |
| go         | google.golang.org/genproto/googleapis/rpc                                    | v0.0.0-20260226221140-a57be14db171 | v0.0.0-20260622175928-b703f567277d |
| go         | google.golang.org/grpc                                                       | v1.79.3                            | v1.81.1                            |
| go         | pgregory.net/rapid                                                           | v1.2.0                             | v1.3.0                             |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/backend-dependencies branch from 4fad9d4 to fc01747 Compare June 26, 2026 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

1 participant