Skip to content

Commit a5e3230

Browse files
chore(deps): update weekly minor updates
1 parent 4e32795 commit a5e3230

File tree

8 files changed

+3753
-3244
lines changed

8 files changed

+3753
-3244
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
repository: csesoc/deployment
106106
token: ${{ secrets.GH_TOKEN }}
107107
- name: Install yq - portable yaml processor
108-
uses: mikefarah/yq@v4.34.1
108+
uses: mikefarah/yq@v4.40.5
109109
- name: Update deployment
110110
env:
111111
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

backend/Cargo.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/server/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jsonwebtoken = "8.3.0"
2727
serde = {version = "1.0", features = ["derive"] }
2828
serde_json = "1.0.89"
2929
chrono = { version = "0.4", features = ["serde"] }
30-
itertools = "0.10.5"
31-
once_cell = "1.18.0"
30+
itertools = "0.12.0"
31+
once_cell = "1.19.0"
3232
diesel_migrations = "1.4.0"
3333
figment = { version = "0.10", features = ["env", "toml", "json"] }
3434
image = "0.24.4"
35-
strum = { version = "0.24", features = ["derive"] }
35+
strum = { version = "0.25", features = ["derive"] }
3636
webp = "0.2"
3737

3838
[dependencies.uuid]
39-
version = "1.3.3"
39+
version = "1.6.1"
4040
features = ["v4", "fast-rng", "macro-diagnostics"]

frontend/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.16.0
1+
18.19.0

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Grab the latest Node base image
2-
FROM node:18.16.0-alpine as builder
2+
FROM node:18.19.0-alpine as builder
33

44
# Set the current working directory inside the container
55
WORKDIR /app

0 commit comments

Comments
 (0)