dep updates

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey2936
2024-01-04 12:31:27 +00:00
committed by Zoey
parent d1c5808176
commit fde4edec77
4 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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 <jc@jc21.com> and ZoeyVid <zoeyvid@zvcdn.de>",
"license": "MIT",

View File

@@ -61,7 +61,7 @@
"footer": {
"fork-me": "Repository on GitHub",
"copy": "&copy; 2023 <a href=\"{url}\" target=\"_blank\">jc21.com</a> NPM",
"copyzv": "and &copy; 2023 <a href=\"{url}\" target=\"_blank\">ZoeyVid</a> NPMplus - MIT-License - ",
"copyzv": "and &copy; 2024 <a href=\"{url}\" target=\"_blank\">ZoeyVid</a> NPMplus - MIT-License - ",
"theme": "Theme by <a href=\"{url}\" target=\"_blank\">Tabler v0.0.31</a>"
},
"dashboard": {

View File

@@ -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",