From 4a20da20fd83ea138fa7720bf64dc493b0672d95 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Tue, 5 Dec 2023 08:46:55 +0100 Subject: [PATCH] chore(deps): update dependency thegeeklab/url-parser to v2 (#230) Reviewed-on: https://gitea.rknet.org/container/alpine-tools/pulls/230 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Containerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index 929700d..3cd0c0a 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -21,7 +21,7 @@ ARG YAMLLINT_VERSION # renovate: datasource=github-releases depName=hairyhenderson/gomplate ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.6}" # renovate: datasource=github-releases depName=thegeeklab/url-parser -ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v1.0.6}" +ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v2.0.0}" # renovate: datasource=npm depName=prettier ENV PRETTIER_VERSION="${PRETTIER_VERSION:-3.1.0}" # renovate: datasource=npm depName=spellchecker-cli