From bb24d0d1c5108129db129518dfa9cc5b319e3e66 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sat, 1 Jun 2024 17:31:28 +0000 Subject: [PATCH] chore(deps): update dependency prettier to v3.3.0 --- Containerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index a66887d..d686f93 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -23,7 +23,7 @@ ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.7}" # 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.2.5}" +ENV PRETTIER_VERSION="${PRETTIER_VERSION:-3.3.0}" # renovate: datasource=npm depName=spellchecker-cli ENV SPELLCHECKER_VERSION="${SPELLCHECKER_VERSION:-6.2.0}" # renovate: datasource=npm depName=js-beautify