From 43412f6c2477e94b8341620611ad63119d63acb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 14:39:37 +0000 Subject: [PATCH] chore(deps): update module github.com/vektah/gqlparser/v2 to v2.5.14 [security] --- scanner/keppel/go.mod | 2 +- scanner/nvd/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scanner/keppel/go.mod b/scanner/keppel/go.mod index 6de6d7c8..f2294377 100644 --- a/scanner/keppel/go.mod +++ b/scanner/keppel/go.mod @@ -15,7 +15,7 @@ require ( github.com/agnivade/levenshtein v1.1.1 // indirect github.com/alexflint/go-arg v1.4.2 // indirect github.com/alexflint/go-scalar v1.0.0 // indirect - github.com/vektah/gqlparser/v2 v2.5.11 // indirect + github.com/vektah/gqlparser/v2 v2.5.14 // indirect golang.org/x/mod v0.19.0 // indirect golang.org/x/sync v0.7.0 // indirect golang.org/x/sys v0.22.0 // indirect diff --git a/scanner/nvd/go.mod b/scanner/nvd/go.mod index ca7320e1..28e123b8 100644 --- a/scanner/nvd/go.mod +++ b/scanner/nvd/go.mod @@ -21,7 +21,7 @@ require ( github.com/nxadm/tail v1.4.8 // indirect github.com/onsi/ginkgo v1.16.5 // indirect github.com/pkg/errors v0.9.1 // indirect - github.com/vektah/gqlparser/v2 v2.5.11 // indirect + github.com/vektah/gqlparser/v2 v2.5.14 // indirect golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect golang.org/x/mod v0.20.0 // indirect golang.org/x/net v0.28.0 // indirect