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
fix(deps): bump grpc to v1.82.1 and postcss to 8.5.11 to fix CVEs
- google.golang.org/grpc: v1.79.3/v1.80.0 -> v1.82.1 in
kubernetes/, components/internal/, components/ingress/,
components/execd/, components/egress/ (fixes xDS RBAC and HTTP/2
vulnerabilities)
- postcss: 8.5.10 -> 8.5.11 via pnpm override in docs/
(fixes GHSA arbitrary file read via sourceMappingURL in CSS
comments)
Verified via 'go build ./...' in all 5 Go modules and 'pnpm install'
in docs/.