From 136070f422e45a5b58f18738715f276e3c4cf8d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 08:34:56 +0000 Subject: [PATCH] Update dependency cspell to v9.8.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 14d53eb..1b322bc 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="9.7.0" +ENV CSPELL_VERSION="9.8.0" # Install tools # Git https://git-scm.com/