From fbfcec2bc78c3a4a3c0675064dc5b1c7c63d25e3 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sun, 14 Jan 2024 03:31:09 +0000 Subject: [PATCH] chore(deps): update dependency prettier to v3.2.2 --- Containerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index 5cb95fd..205e91f 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.1}" +ENV PRETTIER_VERSION="${PRETTIER_VERSION:-3.2.2}" # renovate: datasource=npm depName=spellchecker-cli ENV SPELLCHECKER_VERSION="${SPELLCHECKER_VERSION:-6.1.1}" # renovate: datasource=npm depName=js-beautify