Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#752)
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 Jan 9, 2024
1 parent a62e300 commit 14782c1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
AWS_COGNITO_ISSUER_URI: "${AWS_COGNITO_ISSUER_URI}"
<<: *db-vars
ports: ["8090:8090", "5005:5005"]
image: maven:3.9.5-eclipse-temurin-17
image: maven:3.9.6-eclipse-temurin-17
entrypoint: mvn -ntp spring-boot:run -Dspring-boot.run.jvmArguments="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=*:5005"
working_dir: /app
volumes: ["./backend:/app"]
Expand Down Expand Up @@ -109,7 +109,7 @@ services:
ORACLEDB_SECRET: changeit
profiles: ["oracle"]
network_mode: host
image: maven:3.9.5-eclipse-temurin-17
image: maven:3.9.6-eclipse-temurin-17
entrypoint: sh -c './startup.sh && mvn -ntp spring-boot:run -Dspring-boot.run.jvmArguments="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=*:5006"'
working_dir: /app
volumes: ["./oracle-api:/app"]
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN npm ci --ignore-scripts --no-update-notifier --omit=dev && \

# Deploy container
# Caddy serves static files
FROM caddy:2.7.5-alpine
FROM caddy:2.7.6-alpine
RUN apk add --no-cache ca-certificates curl

# Copy files and run formatting
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 @@ -38,7 +38,7 @@
"react-router-dom": "^6.3.0",
"react-test-renderer": "^18.2.0",
"react-toastify": "^9.1.3",
"sass": "1.69.5",
"sass": "1.69.6",
"ts-jest": "^29.1.0",
"typescript": "^5.1.3",
"validator": "^13.9.0",
Expand Down

0 comments on commit 14782c1

Please sign in to comment.