From cd228c749dcb3ee9078420307539354b3b0d104f Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Mon, 25 Apr 2022 19:00:31 +0000 Subject: [PATCH] chore(deps): update dependency thegeeklab/url-parser to v0.2.10 --- Dockerfile.amd64 | 2 +- Dockerfile.arm | 2 +- Dockerfile.arm64 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index a941c28..adf7f43 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -15,7 +15,7 @@ ARG PRETTIER_VERSION # renovate: datasource=github-releases depName=hairyhenderson/gomplate ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.10.0}" # renovate: datasource=github-releases depName=thegeeklab/url-parser -ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.9}" +ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.10}" # renovate: datasource=npm depName=prettier ENV PRETTIER_VERSION="${BUILD_VERSION:-2.6.2}" diff --git a/Dockerfile.arm b/Dockerfile.arm index 0c3421d..1f7c8e8 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -15,7 +15,7 @@ ARG PRETTIER_VERSION # renovate: datasource=github-releases depName=hairyhenderson/gomplate ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.10.0}" # renovate: datasource=github-releases depName=thegeeklab/url-parser -ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.9}" +ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.10}" # renovate: datasource=npm depName=prettier ENV PRETTIER_VERSION="${BUILD_VERSION:-2.6.2}" diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 7a1614a..967ceb0 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -15,7 +15,7 @@ ARG PRETTIER_VERSION # renovate: datasource=github-releases depName=hairyhenderson/gomplate ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.10.0}" # renovate: datasource=github-releases depName=thegeeklab/url-parser -ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.9}" +ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.10}" # renovate: datasource=npm depName=prettier ENV PRETTIER_VERSION="${BUILD_VERSION:-2.6.2}"