You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deps: bump dependencies flagged by OSV scan (#9575)
Bump dependencies with available fixed versions flagged by the OSV
scanner across the tools and example modules and the npm lockfiles.
Go (tools/go.mod, indirect):
- golang.org/x/net 0.55.0 -> 0.57.0 (GO-2026-5942)
- golang.org/x/text 0.37.0 -> 0.40.0 (GO-2026-5970)
- google.golang.org/grpc 1.79.3 -> 1.82.1 (GHSA-hrxh-6v49-42gf)
- oras.land/oras-go/v2 2.6.0 -> 2.6.1 (GHSA-8xwf-rjm4-xvhv,
GHSA-jxpm-75mh-9fp7, GHSA-vh4v-2xq2-g5cg, GHSA-xf85-363p-868w)
Go (examples/{envoy-ext-auth,grpc-ext-proc,simple-extension-server},
indirect):
- golang.org/x/net 0.55.0 -> 0.57.0 (GO-2026-5942)
- golang.org/x/text 0.37.0/0.38.0 -> 0.40.0 (GO-2026-5970)
npm (transitive, lockfile only):
- postcss 8.5.10 -> 8.5.22 (GHSA-6g55-p6wh-862q, site)
- tar 7.5.16 -> 7.5.21 (GHSA-23hp-3jrh-7fpw, +3, site)
- brace-expansion 5.0.6 -> 5.0.8 (GHSA-3jxr-9vmj-r5cp, tools)
Versions in tools/ and examples/ are aligned with the already-patched
root and test modules to avoid version skew.
Advisories without an upstream fix are not addressed here:
golang.org/x/crypto (GO-2026-5932), oras.land/oras-go/v2
(GHSA-fxhp-mv3v-67qp), github.com/containerd/containerd (GO-2026-5064,
-5338, -5622), and adm-zip (GHSA-xcpc-8h2w-3j85; fixed in 0.6.0 but
hugo-extended still pins ^0.5.17).
Signed-off-by: Huabing (Robin) Zhao <huabing@tetrate.io>
0 commit comments