From 7632bdcccccceecd677ec50e54741371c5d1424a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 21:01:26 +0000 Subject: [PATCH] dep updates --- Dockerfile | 2 +- backend/package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index db4af42f..92dc37ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,7 +65,7 @@ ARG CRS_VER=v4.2.0 COPY rootfs / COPY --from=zoeyvid/certbot-docker:34 /usr/local /usr/local -COPY --from=zoeyvid/curl-quic:380 /usr/local/bin/curl /usr/local/bin/curl +COPY --from=zoeyvid/curl-quic:384 /usr/local/bin/curl /usr/local/bin/curl RUN apk upgrade --no-cache -a && \ apk add --no-cache ca-certificates tzdata tini \ diff --git a/backend/package.json b/backend/package.json index fa0dea15..d6432736 100644 --- a/backend/package.json +++ b/backend/package.json @@ -29,11 +29,11 @@ "author": "Jamie Curnow and ZoeyVid ", "license": "MIT", "devDependencies": { - "@eslint/js": "9.1.1", - "eslint": "9.1.1", + "@eslint/js": "9.2.0", + "eslint": "9.2.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-prettier": "5.1.3", - "globals": "15.1.0", + "globals": "15.2.0", "prettier": "3.2.5" } }