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 Oct 17, 2024
1 parent 5040084 commit 058cf20
Show file tree
Hide file tree
Showing 6 changed files with 186 additions and 174 deletions.
2 changes: 1 addition & 1 deletion data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-bullseye AS build-stage
FROM python:3.13-bullseye AS build-stage
WORKDIR /app

ARG GIT_COMMIT_SHA
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
db:
condition: service_healthy
meilisearch:
image: getmeili/meilisearch:v1.10.2
image: getmeili/meilisearch:v1.10.3
restart: unless-stopped
ports:
- "7700:7700"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ services:
db:
condition: service_healthy
meilisearch:
image: getmeili/meilisearch:v1.10.2
image: getmeili/meilisearch:v1.10.3
restart: unless-stopped
networks:
- traefik_traefik
Expand Down
38 changes: 25 additions & 13 deletions server/Cargo.lock

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

2 changes: 1 addition & 1 deletion webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"sharp": "0.33.5",
"swagger-ui": "5.17.14",
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"vue": "3.5.11",
"vue": "3.5.12",
"vue-router": "4.4.5",
"vue3-carousel": "0.3.4"
},
Expand Down
Loading

0 comments on commit 058cf20

Please sign in to comment.