From 92ee373df366d0bb3550b815389c941d764cb2f4 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Thu, 7 Dec 2023 11:41:43 +0100 Subject: [PATCH] chore(deps): update dependency thegeeklab/url-parser to v2.0.1 (#232) Reviewed-on: https://gitea.rknet.org/container/alpine-tools/pulls/232 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 3cd0c0a..ee24b9b 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:-v2.0.0}" +ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v2.0.1}" # renovate: datasource=npm depName=prettier ENV PRETTIER_VERSION="${PRETTIER_VERSION:-3.1.0}" # renovate: datasource=npm depName=spellchecker-cli