From c5aa0f3a7373cd3089f4b649e6f85a1cbd2f720f Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Tue, 11 Jun 2024 06:31:46 +0000 Subject: [PATCH] chore(deps): update dependency prettier to v3.3.2 --- Containerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index ab046c8..73d9910 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -23,7 +23,7 @@ ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.8}" # renovate: datasource=github-releases depName=thegeeklab/url-parser ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v2.0.4}" # renovate: datasource=npm depName=prettier -ENV PRETTIER_VERSION="${PRETTIER_VERSION:-3.3.1}" +ENV PRETTIER_VERSION="${PRETTIER_VERSION:-3.3.2}" # renovate: datasource=npm depName=spellchecker-cli ENV SPELLCHECKER_VERSION="${SPELLCHECKER_VERSION:-6.2.0}" # renovate: datasource=npm depName=js-beautify