From 3d46f410915b7cc61d49f6144d78ba343ba5e9e2 Mon Sep 17 00:00:00 2001 From: Gaurav Nelson Date: Wed, 21 Oct 2020 11:20:59 +1000 Subject: [PATCH] Dependency update Updated markdown-link-check to version: 3.8.3 --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 145eaec..8fcb6e4 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -8,7 +8,7 @@ YELLOW='\033[0;33m' BLUE='\033[0;34m' RED='\033[0;31m' -npm i -g markdown-link-check@3.8.1 +npm i -g markdown-link-check@3.8.3 declare -a FIND_CALL declare -a COMMAND_DIRS COMMAND_FILES