From 703bd94c7fb0bb08407934e696e0b3cba8e67869 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Thu, 31 Mar 2022 20:00:30 +0000 Subject: [PATCH] chore(deps): update dependency thegeeklab/url-parser to v0.2.9 --- 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 0417cb1..c3eb636 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.8}" +ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.9}" # renovate: datasource=npm depName=prettier ENV PRETTIER_VERSION="${BUILD_VERSION:-2.6.1}" diff --git a/Dockerfile.arm b/Dockerfile.arm index 27d6765..16ac4fa 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.8}" +ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.9}" # renovate: datasource=npm depName=prettier ENV PRETTIER_VERSION="${BUILD_VERSION:-2.6.1}" diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 3ba4d1e..56f3282 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.8}" +ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.2.9}" # renovate: datasource=npm depName=prettier ENV PRETTIER_VERSION="${BUILD_VERSION:-2.6.1}"