diff --git a/Dockerfile b/Dockerfile index 25953a142..33913cdd5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -107,7 +107,7 @@ RUN ln -s /usr/local/acme.sh/acme.sh /usr/local/bin/acme.sh && \ ENV NODE_ENV=production \ NODE_CONFIG_DIR=/data/etc/npm \ DB_SQLITE_FILE=/data/etc/npm/database.sqlite - +LABEL com.centurylinklabs.watchtower.monitor-only="true" ENV PUID=0 \ PGID=0 \ NIBEP=48693 \ diff --git a/backend/package.json b/backend/package.json index 5961de941..6c0d8f0cb 100644 --- a/backend/package.json +++ b/backend/package.json @@ -4,7 +4,7 @@ "description": "A beautiful interface for creating Nginx endpoints", "main": "index.js", "dependencies": { - "@apidevtools/json-schema-ref-parser": "11.6.2", + "@apidevtools/json-schema-ref-parser": "11.6.3", "ajv": "6.12.6", "archiver": "7.0.1", "batchflow": "0.4.0", @@ -34,6 +34,6 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-prettier": "5.1.3", "globals": "15.3.0", - "prettier": "3.2.5" + "prettier": "3.3.0" } }