Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#846)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent da9ad4b commit be4c28e
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 16 deletions.
2 changes: 1 addition & 1 deletion admin-frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN npm ci --ignore-scripts && \
npm run build

# Caddy
FROM caddy:2.8-alpine
FROM caddy:2.9-alpine

# Copy static files and config
COPY --from=build /app/dist /app/dist
Expand Down
22 changes: 17 additions & 5 deletions admin-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion admin-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@mdi/font": "^7.1.96",
"@types/papaparse": "^5.3.14",
"@vee-validate/zod": "^4.13.2",
"@vue/tsconfig": "^0.5.1",
"@vue/tsconfig": "^0.6.0",
"@vuepic/vue-datepicker": "^8.8.0",
"axios": "^1.6.7",
"dotenv": "^16.4.5",
Expand Down
2 changes: 1 addition & 1 deletion clamav-service/clamav/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1729773476
FROM registry.access.redhat.com/ubi9/ubi:9.5-1731517889
ARG VERSION=1.0.5

LABEL name="ubi8-clamav" \
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN npm ci --ignore-scripts && \
npm run build

# Caddy
FROM caddy:2.8-alpine
FROM caddy:2.9-alpine

# Copy static files and config
COPY --from=build /app/dist /app/dist
Expand Down
22 changes: 17 additions & 5 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@js-joda/locale_en": "^4.8.11",
"@mdi/font": "^7.1.96",
"@types/papaparse": "^5.3.14",
"@vue/tsconfig": "^0.5.1",
"@vue/tsconfig": "^0.6.0",
"axios": "^1.6.7",
"dotenv": "^16.4.5",
"file-saver": "^2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion maintenance/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM caddy:2.8-alpine
FROM caddy:2.9-alpine

WORKDIR /app

Expand Down

0 comments on commit be4c28e

Please sign in to comment.