From 67598005577f7940fc6b2cbe909e4167a34a02e4 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Wed, 5 Jun 2024 09:31:30 +0000 Subject: [PATCH] chore(deps): update dependency prettier to v3.3.1 --- Containerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index 2296c4e..ab046c8 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.0}" +ENV PRETTIER_VERSION="${PRETTIER_VERSION:-3.3.1}" # renovate: datasource=npm depName=spellchecker-cli ENV SPELLCHECKER_VERSION="${SPELLCHECKER_VERSION:-6.2.0}" # renovate: datasource=npm depName=js-beautify -- 2.24.4