From a4ee4277c9c31a272614576e4cc4588d86aeff73 Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Fri, 13 Dec 2024 16:33:48 +0100 Subject: [PATCH] Update Dependencies Signed-off-by: Frank Jogeleit --- Makefile | 4 ++-- frontend/src/components/AppBar/AppBar.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 731aeace..7099b219 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ KIND_IMAGE ?= kindest/node:v1.31.0 KIND_NAME ?= kind -KYVERNO_VERSION ?= v1.13.1 +KYVERNO_VERSION ?= v1.13.2 KOCACHE ?= /tmp/ko-cache USE_CONFIG ?= standard,no-ingress,in-cluster,all-read-rbac KUBECONFIG ?= "" @@ -50,7 +50,7 @@ KIND_VERSION := v0.22.0 KO := $(TOOLS_DIR)/ko KO_VERSION := v0.15.2 HELM_DOCS := $(TOOLS_DIR)/helm-docs -HELM_DOCS_VERSION := v1.13.1 +HELM_DOCS_VERSION := v1.13.2 GCI := $(TOOLS_DIR)/gci GCI_VERSION := v0.13.4 GOFUMPT := $(TOOLS_DIR)/gofumpt diff --git a/frontend/src/components/AppBar/AppBar.vue b/frontend/src/components/AppBar/AppBar.vue index 732c6e9f..409963aa 100644 --- a/frontend/src/components/AppBar/AppBar.vue +++ b/frontend/src/components/AppBar/AppBar.vue @@ -6,12 +6,12 @@