From d2c731180fa8b881d29f321a7016a3274e235e9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 13:07:00 +0000 Subject: [PATCH] Update dependency cspell to v9.6.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5228f95..6b99d38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:24-bookworm LABEL maintainer="Julian Nonino " # renovate: datasource=npm depName=cspell -ENV CSPELL_VERSION="9.6.0" +ENV CSPELL_VERSION="9.6.2" # Install tools # Git https://git-scm.com/