Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent 9144659 commit 5bf297f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 24 deletions.
4 changes: 2 additions & 2 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
container_name: palaute_test_redis

db:
image: postgres:15.8
image: postgres:15.10
environment:
- PGDATA=/data
- POSTGRES_PASSWORD=postgres
Expand All @@ -52,7 +52,7 @@ services:
- jami-db

jami-db:
image: postgres:13.16
image: postgres:13.18
environment:
- POSTGRES_PASSWORD=postgres
container_name: jami-db
4 changes: 2 additions & 2 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
container_name: palaute_test_redis

db:
image: postgres:15.8
image: postgres:15.10
environment:
- PGDATA=/data
- POSTGRES_PASSWORD=postgres
Expand All @@ -50,7 +50,7 @@ services:
container_name: jami

jami-db:
image: postgres:13.16
image: postgres:13.18
environment:
- POSTGRES_PASSWORD=postgres
container_name: jami-db
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- 9229:9229
container_name: palaute_dev
db:
image: postgres:15.8
image: postgres:15.10
environment:
- PGDATA=/data
- POSTGRES_PASSWORD=postgres
Expand Down Expand Up @@ -52,7 +52,7 @@ services:
- 3003:3003
container_name: jami
jami-db:
image: postgres:15.8
image: postgres:15.10
environment:
- PGDATA=/data
- POSTGRES_PASSWORD=postgres
Expand Down
21 changes: 4 additions & 17 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"vite-plugin-eslint": "^1.8.1"
},
"optionalDependencies": {
"@rollup/rollup-darwin-arm64": "4.24.0"
"@rollup/rollup-darwin-arm64": "4.27.4"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 5bf297f

Please sign in to comment.