From a716792a751ba8004e49b12f4a91ee42fe6f1ded Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Mon, 3 Apr 2023 08:57:41 +0200 Subject: [PATCH] chore(deps): update dependency prettier to v2.8.7 (#191) Reviewed-on: https://gitea.rknet.org/docker/alpine-tools/pulls/191 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Dockerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.multiarch b/Dockerfile.multiarch index 6aa08c9..ad5a281 100644 --- a/Dockerfile.multiarch +++ b/Dockerfile.multiarch @@ -23,7 +23,7 @@ ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.4}" # renovate: datasource=github-releases depName=thegeeklab/url-parser ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v1.0.2}" # renovate: datasource=npm depName=prettier -ENV PRETTIER_VERSION="${PRETTIER_VERSION:-2.8.6}" +ENV PRETTIER_VERSION="${PRETTIER_VERSION:-2.8.7}" # renovate: datasource=npm depName=spellchecker-cli ENV SPELLCHECKER_VERSION="${SPELLCHECKER_VERSION:-6.1.1}" # renovate: datasource=npm depName=js-beautify