From 6f8d353bbcd2e3fa09d54d6853fe1bd9a0d70d81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 03:57:23 +0000 Subject: [PATCH] Update dependency markdownlint-cli to v0.42.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 11856b8..f4e870f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # markdownlint-cli # renovate: datasource=npm depName=markdownlint-cli -ENV MARKDOWNLINT_VERSION=0.41.0 +ENV MARKDOWNLINT_VERSION=0.42.0 RUN npm install -g markdownlint-cli@${MARKDOWNLINT_VERSION} --ignore-scripts && \ npm cache clean --force && \