Skip to content

Commit 744b5d8

Browse files
authored
Merge pull request #1054 from Wikid82/renovate/go-non-major
chore(deps): update go-non-major to v1.2.0
2 parents 4ca8993 + 6c6aade commit 744b5d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ RUN go get github.com/expr-lang/expr@v${EXPR_LANG_VERSION} && \
472472
# CVE-2026-40898: buger/jsonparser Delete() panic via negative slice index on malformed JSON.
473473
# Affects crowdsec and cscli binaries. Fix available at v1.1.2.
474474
# renovate: datasource=go depName=github.com/buger/jsonparser
475-
go get github.com/buger/jsonparser@v1.1.2 && \
475+
go get github.com/buger/jsonparser@v1.2.0 && \
476476
go mod tidy
477477

478478
# Fix compatibility issues with expr-lang v1.17.7

0 commit comments

Comments
 (0)