Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 7, 2025
1 parent a44ce03 commit f52870b
Show file tree
Hide file tree
Showing 6 changed files with 1,422 additions and 822 deletions.
2 changes: 1 addition & 1 deletion data/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ requests==2.32.3
requests-oauthlib==2.0.0
ruamel.yaml==0.18.10
tqdm==4.67.1
utm==0.8.0
utm==0.8.1
2 changes: 1 addition & 1 deletion docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
db:
condition: service_healthy
meilisearch:
image: getmeili/meilisearch:v1.13.2
image: getmeili/meilisearch:v1.13.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 @@ -69,7 +69,7 @@ services:
db:
condition: service_healthy
meilisearch:
image: getmeili/meilisearch:v1.13.2
image: getmeili/meilisearch:v1.13.3
restart: unless-stopped
networks:
- traefik_traefik
Expand Down
43 changes: 31 additions & 12 deletions server/Cargo.lock

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

10 changes: 5 additions & 5 deletions webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"@fullcalendar/vue3": "6.1.15",
"@headlessui/vue": "1.7.23",
"@heroicons/vue": "2.2.0",
"@nuxt/content": "3.2.2",
"@nuxt/content": "3.3.0",
"@nuxt/image": "1.9.0",
"@nuxtjs/color-mode": "3.5.2",
"@vueuse/core": "12.7.0",
"@vueuse/nuxt": "12.7.0",
"@vueuse/router": "12.7.0",
"@vueuse/core": "12.8.2",
"@vueuse/nuxt": "12.8.2",
"@vueuse/router": "12.8.2",
"maplibre-gl": "5.2.0",
"maplibre-gl-indoor": "0.0.22",
"nightwind": "1.1.13",
"nuxt": "3.15.4",
"nuxt": "3.16.0",
"sharp": "0.33.5",
"vue": "3.5.13",
"vue-router": "4.5.0",
Expand Down
Loading

0 comments on commit f52870b

Please sign in to comment.