Skip to content

Commit 3bd9eda

Browse files
committed
Bump versions of dependencies
1 parent 15f9653 commit 3bd9eda

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile-ci

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUN curl -fsSL https://raw.githubusercontent.com/tj/n/master/bin/n \
4949
npm install -g npm@latest
5050

5151
# shellcheck:
52-
ARG SHELLCHECK_VERSION=0.7.2
52+
ARG SHELLCHECK_VERSION=0.8.0
5353
RUN curl -OfsSL \
5454
"https://github.com/koalaman/shellcheck/releases/download/v${SHELLCHECK_VERSION}/shellcheck-v${SHELLCHECK_VERSION}.linux.x86_64.tar.xz"; \
5555
tar -xf "shellcheck-v${SHELLCHECK_VERSION}.linux.x86_64.tar.xz"; \
@@ -59,7 +59,7 @@ rm -r \
5959
"shellcheck-v${SHELLCHECK_VERSION}.linux.x86_64.tar.xz"
6060

6161
# hadolint:
62-
ARG HADOLINT_VERSION=2.7.0
62+
ARG HADOLINT_VERSION=2.10.0
6363
RUN curl -fsSL \
6464
"https://github.com/hadolint/hadolint/releases/download/v${HADOLINT_VERSION}/hadolint-Linux-x86_64" \
6565
-o /usr/local/bin/hadolint; \
@@ -85,7 +85,7 @@ RUN curl -fsSL \
8585
rm -rf /var/lib/apt/lists/*
8686

8787
# editorconfig-checker (ec):
88-
ENV EC_VERSION 2.3.5
88+
ENV EC_VERSION 2.5.0
8989
RUN curl -OfsSL \
9090
"https://github.com/editorconfig-checker/editorconfig-checker/releases/download/${EC_VERSION}/ec-linux-amd64.tar.gz"; \
9191
tar -xzf ec-linux-amd64.tar.gz; \

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"author": "Benjamin Heisig <bheisig@i-doit.com> (https://i-doit.com/)",
2828
"dependencies": {
2929
"alex": "^10",
30-
"husky": "^7",
30+
"husky": "^8",
3131
"jscpd": "^3.3.25",
3232
"jsonlint": "^1.6.3",
3333
"markdown-spellcheck": "git+https://github.com/lukeapage/node-markdown-spellcheck.git",
3434
"npm-run-all": "^4.1",
3535
"npm-scripts-info": "^0.3.9",
36-
"remark-cli": "^10.0",
36+
"remark-cli": "^11.0",
3737
"remark-frontmatter": "^4",
3838
"remark-gfm": "^3",
3939
"remark-lint": "^9.0",

0 commit comments

Comments
 (0)