diff --git a/Dockerfile b/Dockerfile index 72c67d8a..11f147f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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-rc4 +ARG CSNB_VER=v1.0.6-rc5 WORKDIR /src RUN apk add --no-cache ca-certificates git build-base && \ diff --git a/frontend/package.json b/frontend/package.json index 038ad186..8c993d7f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,7 +28,7 @@ "mini-css-extract-plugin": "1.6.2", "moment": "2.30.1", "node-sass": "7.0.3", - "nodemon": "3.0.2", + "nodemon": "3.0.3", "numeral": "2.0.6", "sass-loader": "10.5.2", "style-loader": "3.3.4",