From cdab876680f05a3d326f1179598dd168a4ec7583 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Wed, 17 Jan 2024 10:31:25 +0000 Subject: [PATCH] chore(deps): update dependency prettier to v3.2.4 --- Containerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index 2b60c51..b6e1e74 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -23,7 +23,7 @@ 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.2}" # renovate: datasource=npm depName=prettier -ENV PRETTIER_VERSION="${PRETTIER_VERSION:-3.2.3}" +ENV PRETTIER_VERSION="${PRETTIER_VERSION:-3.2.4}" # renovate: datasource=npm depName=spellchecker-cli ENV SPELLCHECKER_VERSION="${SPELLCHECKER_VERSION:-6.1.1}" # renovate: datasource=npm depName=js-beautify