From 6fc3701bda36df85f8b2cea7057fbc8631caac23 Mon Sep 17 00:00:00 2001 From: Shemnei <13824260+Shemnei@users.noreply.github.com> Date: Sat, 2 Mar 2024 14:24:22 +0000 Subject: [PATCH] chore(deps): Update typos to 1.19.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 787c9cb..bc952b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.19 ENV REVIEWDOG_VERSION=v0.17.1 -ENV TYPOS_VERSION=v1.18.2 +ENV TYPOS_VERSION=v1.19.0 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]