From 42e0b999f18eaa04ceca7c8e3e24e1532f327aff Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Thu, 4 Jan 2024 21:20:47 +0100 Subject: [PATCH] chore(deps): update dependency thegeeklab/url-parser to v2.0.2 (#235) Reviewed-on: https://gitea.rknet.org/container/alpine-tools/pulls/235 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 858ab66..741cc52 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.1}" +ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v2.0.2}" # renovate: datasource=npm depName=prettier ENV PRETTIER_VERSION="${PRETTIER_VERSION:-3.1.1}" # renovate: datasource=npm depName=spellchecker-cli