Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#987)
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 Apr 11, 2024
1 parent da0a854 commit 42efc31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build static files
# Node Bullseye has npm
FROM node:18.20.1-bullseye-slim AS build
FROM node:18.20.2-bullseye-slim AS build
ENV NODE_OPTIONS "--max-old-space-size=3072"

# Build
Expand Down
8 changes: 4 additions & 4 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 @@ -39,7 +39,7 @@
"react-router-dom": "^6.21.2",
"react-test-renderer": "^18.2.0",
"react-toastify": "^10.0.0",
"sass": "1.72.0",
"sass": "1.74.1",
"ts-jest": "^29.1.0",
"typescript": "^5.1.3",
"validator": "^13.9.0",
Expand Down

0 comments on commit 42efc31

Please sign in to comment.