diff --git a/Caddy.Dockerfile b/Caddy.Dockerfile index 0bcbeebdf..6ec69ea21 100644 --- a/Caddy.Dockerfile +++ b/Caddy.Dockerfile @@ -1,3 +1,3 @@ -FROM caddy:2.7.3 +FROM caddy:2.7.4 RUN apk add --no-cache ca-certificates tzdata COPY Caddyfile /etc/caddy/Caddyfile diff --git a/Dockerfile b/Dockerfile index bf2752d45..6637a346e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN apk add --no-cache ca-certificates nodejs-current yarn && \ yarn cache clean --all -FROM python:3.11.4-alpine3.18 as certbot +FROM python:3.11.5-alpine3.18 as certbot RUN apk add --no-cache ca-certificates build-base libffi-dev && \ python3 -m venv /usr/local/certbot && \ . /usr/local/certbot/bin/activate && \ @@ -53,7 +53,7 @@ RUN apk add --no-cache ca-certificates git build-base && \ sed -i "s|CAPTCHA_TEMPLATE_PATH=.*|CAPTCHA_TEMPLATE_PATH=/data/etc/crowdsec/captcha.html|g" lua-mod/config_example.conf -FROM zoeyvid/nginx-quic:181 +FROM zoeyvid/nginx-quic:183 COPY rootfs / RUN apk add --no-cache ca-certificates tzdata tini \ lua5.1-lzlib \ diff --git a/backend/package.json b/backend/package.json index 5414fa411..f18b70bc0 100644 --- a/backend/package.json +++ b/backend/package.json @@ -6,7 +6,7 @@ "dependencies": { "@apidevtools/json-schema-ref-parser": "10.1.0", "ajv": "6.12.6", - "archiver": "5.3.1", + "archiver": "6.0.0", "batchflow": "0.4.0", "bcrypt": "5.1.1", "body-parser": "1.20.2", @@ -16,7 +16,7 @@ "gravatar": "1.8.2", "jsonwebtoken": "9.0.1", "knex": "2.5.1", - "liquidjs": "10.8.4", + "liquidjs": "10.9.1", "lodash": "4.17.21", "moment": "2.29.4", "mysql": "2.18.1", @@ -32,7 +32,7 @@ "author": "Jamie Curnow ", "license": "MIT", "devDependencies": { - "eslint": "8.47.0", + "eslint": "8.48.0", "eslint-plugin-align-assignments": "1.1.2" } } diff --git a/frontend/package.json b/frontend/package.json index 666833164..293cdba8f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,7 +4,7 @@ "description": "A beautiful interface for creating Nginx endpoints", "main": "js/index.js", "dependencies": { - "@babel/core": "7.22.10", + "@babel/core": "7.22.11", "babel-core": "6.26.3", "babel-loader": "8.3.0", "babel-preset-env": "1.7.0", diff --git a/rootfs/bin/launch.sh b/rootfs/bin/launch.sh index 5b914fc09..943a12ae3 100755 --- a/rootfs/bin/launch.sh +++ b/rootfs/bin/launch.sh @@ -39,4 +39,3 @@ fi if [ "$PHP81" = "true" ]; then PHP_INI_SCAN_DIR=/data/php/81/conf.d php-fpm81 -c /data/php/81 -y /data/php/81/php-fpm.conf -FOR; fi & if [ "$PHP82" = "true" ]; then PHP_INI_SCAN_DIR=/data/php/82/conf.d php-fpm82 -c /data/php/82 -y /data/php/82/php-fpm.conf -FOR; fi & index.js -wait