diff --git a/.nancy-ignore b/.nancy-ignore index 774eebe6..4227de90 100644 --- a/.nancy-ignore +++ b/.nancy-ignore @@ -1,2 +1,2 @@ -CVE-2019-25210 until=2024-10-30 # helm.sh/helm/v3@v3.14.3 -CVE-2020-8561 until=2024-10-30 # k8s.io/apiserver@v0.29.0 +CVE-2019-25210 until=2024-11-30 # helm.sh/helm/v3@v3.14.3 +CVE-2020-8561 until=2024-11-30 # k8s.io/apiserver@v0.29.0 diff --git a/go.mod b/go.mod index 1c39ba64..07f51b6c 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/giantswarm/helmclient/v4 go 1.22.4 -toolchain go1.23.2 +toolchain go1.23.3 require ( github.com/giantswarm/backoff v1.0.1