From d2036273526ec080ade5da8e1d532b9902c1495e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 09:38:22 +0000 Subject: [PATCH] Update dependency cspell to v10.0.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 503b449..9699987 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:lts-trixie LABEL maintainer="Julian Nonino " # renovate: datasource=npm depName=cspell -ENV CSPELL_VERSION="10.0.0" +ENV CSPELL_VERSION="10.0.1" # Install tools # Git https://git-scm.com/