File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ RUN curl -fsSL https://raw.githubusercontent.com/tj/n/master/bin/n \
49
49
npm install -g npm@latest
50
50
51
51
# shellcheck:
52
- ARG SHELLCHECK_VERSION=0.7.2
52
+ ARG SHELLCHECK_VERSION=0.8.0
53
53
RUN curl -OfsSL \
54
54
"https://github.com/koalaman/shellcheck/releases/download/v${SHELLCHECK_VERSION}/shellcheck-v${SHELLCHECK_VERSION}.linux.x86_64.tar.xz"; \
55
55
tar -xf "shellcheck-v${SHELLCHECK_VERSION}.linux.x86_64.tar.xz"; \
@@ -59,7 +59,7 @@ rm -r \
59
59
"shellcheck-v${SHELLCHECK_VERSION}.linux.x86_64.tar.xz"
60
60
61
61
# hadolint:
62
- ARG HADOLINT_VERSION=2.7 .0
62
+ ARG HADOLINT_VERSION=2.10 .0
63
63
RUN curl -fsSL \
64
64
"https://github.com/hadolint/hadolint/releases/download/v${HADOLINT_VERSION}/hadolint-Linux-x86_64" \
65
65
-o /usr/local/bin/hadolint; \
@@ -85,7 +85,7 @@ RUN curl -fsSL \
85
85
rm -rf /var/lib/apt/lists/*
86
86
87
87
# editorconfig-checker (ec):
88
- ENV EC_VERSION 2.3.5
88
+ ENV EC_VERSION 2.5.0
89
89
RUN curl -OfsSL \
90
90
"https://github.com/editorconfig-checker/editorconfig-checker/releases/download/${EC_VERSION}/ec-linux-amd64.tar.gz"; \
91
91
tar -xzf ec-linux-amd64.tar.gz; \
Original file line number Diff line number Diff line change 27
27
"author" : " Benjamin Heisig <bheisig@i-doit.com> (https://i-doit.com/)" ,
28
28
"dependencies" : {
29
29
"alex" : " ^10" ,
30
- "husky" : " ^7 " ,
30
+ "husky" : " ^8 " ,
31
31
"jscpd" : " ^3.3.25" ,
32
32
"jsonlint" : " ^1.6.3" ,
33
33
"markdown-spellcheck" : " git+https://github.com/lukeapage/node-markdown-spellcheck.git" ,
34
34
"npm-run-all" : " ^4.1" ,
35
35
"npm-scripts-info" : " ^0.3.9" ,
36
- "remark-cli" : " ^10 .0" ,
36
+ "remark-cli" : " ^11 .0" ,
37
37
"remark-frontmatter" : " ^4" ,
38
38
"remark-gfm" : " ^3" ,
39
39
"remark-lint" : " ^9.0" ,
You can’t perform that action at this time.
0 commit comments