From e4bb3f4914205e4a0a96f461197dc7f87cb9e5b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 11:53:15 +0000 Subject: [PATCH] Update dependency cspell to v9.2.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e52149..9f69f51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:23-bookworm LABEL maintainer="Julian Nonino " # renovate: datasource=npm depName=cspell -ENV CSPELL_VERSION="9.2.1" +ENV CSPELL_VERSION="9.2.2" # Install tools # Git https://git-scm.com/