Skip to content

Commit a038645

Browse files
fix(deps): update all non-major dependencies
1 parent 5561672 commit a038645

File tree

3 files changed

+1320
-347
lines changed

3 files changed

+1320
-347
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG ALPINEVERSION="3.20"
1+
ARG ALPINEVERSION="3.21"
22
ARG GOVERSION="1.23"
33

44
FROM node:current-alpine${ALPINEVERSION} as web

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ module github.com/TUM-Dev/meldeplattform
22

33
go 1.22
44

5-
toolchain go1.22.0
5+
toolchain go1.24.1
66

77
require (
88
github.com/crewjam/saml v0.4.14
99
github.com/gin-gonic/gin v1.10.0
1010
github.com/glebarez/sqlite v1.11.0
11-
github.com/golang-jwt/jwt/v4 v4.5.0
11+
github.com/golang-jwt/jwt/v4 v4.5.1
1212
github.com/google/uuid v1.6.0
1313
github.com/microcosm-cc/bluemonday v1.0.27
1414
github.com/russross/blackfriday/v2 v2.1.0
1515
gopkg.in/yaml.v3 v3.0.1
16-
gorm.io/gorm v1.25.11
16+
gorm.io/gorm v1.25.12
1717
)
1818

1919
require (

0 commit comments

Comments
 (0)