From 16f6f5290b4c981ebcad3388faf462217b34ad86 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Fri, 12 Jan 2024 19:31:10 +0000 Subject: [PATCH] chore(deps): update dependency prettier to v3.2.1 --- Containerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index aa61436..5cb95fd 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.0}" +ENV PRETTIER_VERSION="${PRETTIER_VERSION:-3.2.1}" # renovate: datasource=npm depName=spellchecker-cli ENV SPELLCHECKER_VERSION="${SPELLCHECKER_VERSION:-6.1.1}" # renovate: datasource=npm depName=js-beautify -- 2.45.2