Skip to content

Commit

Permalink
chore(deps): update weekly minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 6, 2023
1 parent d38c026 commit 93e5660
Show file tree
Hide file tree
Showing 8 changed files with 1,803 additions and 1,777 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
repository: csesoc/deployment
token: ${{ secrets.GH_TOKEN }}
- name: Install yq - portable yaml processor
uses: mikefarah/yq@v4.34.1
uses: mikefarah/yq@v4.35.2
- name: Update deployment
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
26 changes: 13 additions & 13 deletions backend/Cargo.lock

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

6 changes: 3 additions & 3 deletions backend/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jsonwebtoken = "8.3.0"
serde = {version = "1.0", features = ["derive"] }
serde_json = "1.0.89"
chrono = { version = "0.4", features = ["serde"] }
itertools = "0.10.5"
itertools = "0.11.0"
once_cell = "1.18.0"
diesel_migrations = "1.4.0"
figment = { version = "0.10", features = ["env", "toml", "json"] }
image = "0.24.4"
strum = { version = "0.24", features = ["derive"] }
strum = { version = "0.25", features = ["derive"] }
webp = "0.2"

[dependencies.uuid]
version = "1.3.3"
version = "1.4.1"
features = ["v4", "fast-rng", "macro-diagnostics"]
2 changes: 1 addition & 1 deletion frontend/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
18.18.0
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Grab the latest Node base image
FROM node:18.16.0-alpine as builder
FROM node:18.18.0-alpine as builder

# Set the current working directory inside the container
WORKDIR /app
Expand Down
Loading

0 comments on commit 93e5660

Please sign in to comment.