diff --git a/Dockerfile b/Dockerfile index 3cb7ca5e..e5c68e17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN apk add --no-cache ca-certificates nodejs-current yarn && \ FROM --platform="$BUILDPLATFORM" alpine:3.19.0 as crowdsec -ARG CSNB_VER=v1.0.6-rc2 +ARG CSNB_VER=v1.0.6-rc4 WORKDIR /src RUN apk add --no-cache ca-certificates git build-base && \ @@ -48,7 +48,7 @@ RUN apk add --no-cache ca-certificates git build-base && \ sed -i "s|BAN_TEMPLATE_PATH=.*|BAN_TEMPLATE_PATH=/data/etc/crowdsec/ban.html|g" /src/crowdsec-nginx-bouncer/lua-mod/config_example.conf && \ sed -i "s|CAPTCHA_TEMPLATE_PATH=.*|CAPTCHA_TEMPLATE_PATH=/data/etc/crowdsec/captcha.html|g" /src/crowdsec-nginx-bouncer/lua-mod/config_example.conf -FROM zoeyvid/nginx-quic:239 +FROM zoeyvid/nginx-quic:240 SHELL ["/bin/ash", "-eo", "pipefail", "-c"] ARG CRS_VER=v4.0/dev diff --git a/backend/package.json b/backend/package.json index a82cb29a..e5402988 100644 --- a/backend/package.json +++ b/backend/package.json @@ -24,7 +24,7 @@ "objection": "3.1.3", "path": "0.12.7", "signale": "1.4.0", - "sqlite3": "5.1.6" + "sqlite3": "5.1.7" }, "author": "Jamie Curnow and ZoeyVid ", "license": "MIT", diff --git a/frontend/js/i18n/messages.json b/frontend/js/i18n/messages.json index e860fef5..be46a61f 100644 --- a/frontend/js/i18n/messages.json +++ b/frontend/js/i18n/messages.json @@ -61,7 +61,7 @@ "footer": { "fork-me": "Repository on GitHub", "copy": "© 2023 jc21.com NPM", - "copyzv": "and © 2023 ZoeyVid NPMplus - MIT-License - ", + "copyzv": "and © 2024 ZoeyVid NPMplus - MIT-License - ", "theme": "Theme by Tabler v0.0.31" }, "dashboard": { diff --git a/frontend/package.json b/frontend/package.json index 8b5e7931..cf712d12 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -30,7 +30,7 @@ "node-sass": "7.0.3", "nodemon": "3.0.2", "numeral": "2.0.6", - "sass-loader": "10.5.1", + "sass-loader": "10.5.2", "style-loader": "3.3.3", "tabler-ui": "git+https://github.com/tabler/tabler.git#00f78ad823311bc3ad974ac3e5b0126198f0a813", "underscore": "1.13.6",