Skip to content

Commit 941950e

Browse files
renovate[bot]Zoey2936
authored andcommitted
dep updates
1 parent 55e6d9a commit 941950e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Caddy.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM caddy:2.8.1 as caddy
1+
FROM caddy:2.8.4 as caddy
22

33
FROM alpine:3.20.0
44
RUN apk add --no-cache ca-certificates tzdata

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN apk upgrade --no-cache -a && \
5959
echo "APPSEC_FAILURE_ACTION=deny" | tee -a /src/crowdsec-nginx-bouncer/lua-mod/config_example.conf && \
6060
sed -i "s|BOUNCING_ON_TYPE=all|BOUNCING_ON_TYPE=ban|g" /src/crowdsec-nginx-bouncer/lua-mod/config_example.conf
6161

62-
FROM zoeyvid/nginx-quic:287-python
62+
FROM zoeyvid/nginx-quic:288-python
6363
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
6464

6565
ARG CRS_VER=v4.3.0

backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A beautiful interface for creating Nginx endpoints",
55
"main": "index.js",
66
"dependencies": {
7-
"@apidevtools/json-schema-ref-parser": "11.6.3",
7+
"@apidevtools/json-schema-ref-parser": "11.6.4",
88
"ajv": "6.12.6",
99
"archiver": "7.0.1",
1010
"batchflow": "0.4.0",

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"mini-css-extract-plugin": "1.6.2",
2929
"moment": "2.30.1",
3030
"node-sass": "7.0.3",
31-
"nodemon": "3.1.2",
31+
"nodemon": "3.1.3",
3232
"numeral": "2.0.6",
3333
"sass-loader": "10.5.2",
3434
"style-loader": "4.0.0",

0 commit comments

Comments
 (0)