Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#1178)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 19, 2024
1 parent 5287e33 commit 7bfac10
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 57 deletions.
71 changes: 21 additions & 50 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 server/main-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tl

# image production
image = { version = "0.25.1", default-features = false, features = ["jpeg", "png", "webp"] }
imageproc = "0.24.0"
imageproc = "0.25.0"
ab_glyph = "0.2.25"
lazy_static = "1.4.0"

Expand Down
2 changes: 1 addition & 1 deletion webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@nuxtjs/color-mode": "3.4.1",
"@vueuse/core": "10.9.0",
"@vueuse/nuxt": "10.9.0",
"maplibre-gl": "4.3.1",
"maplibre-gl": "4.3.2",
"nightwind": "1.1.13",
"nuxt": "3.11.2",
"sharp": "0.33.4",
Expand Down
10 changes: 5 additions & 5 deletions webclient/pnpm-lock.yaml

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

0 comments on commit 7bfac10

Please sign in to comment.