Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent b47555b commit a82d288
Show file tree
Hide file tree
Showing 6 changed files with 5,222 additions and 3,875 deletions.
2 changes: 1 addition & 1 deletion config/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.17
FROM node:14.21

# Set timezone to Europe/Helsinki
ENV TZ="Europe/Helsinki"
Expand Down
2 changes: 1 addition & 1 deletion config/test.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cypress/base:14.7.0
FROM cypress/base:14.21.1

# Set timezone to Europe/Helsinki
ENV TZ="Europe/Helsinki"
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- 8000:8000
container_name: suotar_dev
db:
image: postgres:13.1
image: postgres:13.16
container_name: suotar_db
command: ['postgres', '-c', 'log_statement=all']
environment:
Expand All @@ -27,7 +27,7 @@ services:
environment:
- ADMINER_DESIGN=pepa-linha
- ADMINER_DEFAULT_SERVER=db
image: adminer:4.7.5
image: adminer:4.8.1
ports:
- 8080:8080 # localhost:8080/?pgsql=db&username=postgres&db=postgres&ns=public

Expand Down
95 changes: 23 additions & 72 deletions e2e-importer/package-lock.json

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

Loading

0 comments on commit a82d288

Please sign in to comment.