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] committed Sep 10, 2024
1 parent 7437b84 commit b78dc56
Show file tree
Hide file tree
Showing 4 changed files with 511 additions and 575 deletions.
2 changes: 1 addition & 1 deletion data/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lxml==5.3.0
Pillow==10.4.0
polars==1.6.0
pyarrow==17.0.0
pydantic==2.8.2
pydantic==2.9.1
pyyaml==6.0.2
requests==2.32.3
requests-oauthlib==2.0.0
Expand Down
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://docs.docker.com/build/attestations/sbom/#scan-build-context
ARG BUILDKIT_SBOM_SCAN_CONTEXT=true

FROM rust:1.80-alpine AS compiler
FROM rust:1.81-alpine AS compiler

# to ache the build this line inludes all the dependencys all servers need
# this is not an issue since we copy the generated binary to a more minimal envornment
Expand Down
8 changes: 4 additions & 4 deletions webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@fullcalendar/list": "6.1.15",
"@fullcalendar/timegrid": "6.1.15",
"@fullcalendar/vue3": "6.1.15",
"@headlessui/vue": "1.7.22",
"@headlessui/vue": "1.7.23",
"@heroicons/vue": "2.1.5",
"@nuxt/content": "2.13.2",
"@nuxt/image": "1.8.0",
Expand All @@ -29,12 +29,12 @@
"maplibre-gl": "4.7.0",
"maplibre-gl-indoor": "0.0.16",
"nightwind": "1.1.13",
"nuxt": "3.13.0",
"nuxt": "3.13.1",
"sharp": "0.33.5",
"swagger-ui": "5.17.14",
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"vue": "3.4.38",
"vue-router": "4.4.3",
"vue": "3.5.4",
"vue-router": "4.4.4",
"vue3-carousel": "0.3.3"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit b78dc56

Please sign in to comment.