Skip to content

Commit c7388c9

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

File tree

4 files changed

+1431
-399
lines changed

4 files changed

+1431
-399
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.22"
22
ARG GOVERSION="1.23"
33

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

go.mod

Lines changed: 29 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,70 @@
11
module github.com/TUM-Dev/meldeplattform
22

3-
go 1.22
3+
go 1.23.0
44

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

77
require (
8-
github.com/crewjam/saml v0.4.14
9-
github.com/gin-gonic/gin v1.10.0
8+
github.com/crewjam/saml v0.5.1
9+
github.com/gin-gonic/gin v1.11.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.2
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.31.0
1717
)
1818

1919
require (
2020
github.com/aymerick/douceur v0.2.0 // indirect
21-
github.com/beevik/etree v1.4.1 // indirect
22-
github.com/bytedance/sonic v1.12.1 // indirect
23-
github.com/bytedance/sonic/loader v0.2.0 // indirect
21+
github.com/beevik/etree v1.5.0 // indirect
22+
github.com/bytedance/sonic v1.14.0 // indirect
23+
github.com/bytedance/sonic/loader v0.3.0 // indirect
2424
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
2525
github.com/chenzhuoyu/iasm v0.9.1 // indirect
26-
github.com/cloudwego/base64x v0.1.4 // indirect
26+
github.com/cloudwego/base64x v0.1.6 // indirect
2727
github.com/cloudwego/iasm v0.2.0 // indirect
2828
github.com/crewjam/httperr v0.2.0 // indirect
2929
github.com/dustin/go-humanize v1.0.1 // indirect
30-
github.com/gabriel-vasile/mimetype v1.4.5 // indirect
31-
github.com/gin-contrib/sse v0.1.0 // indirect
30+
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
31+
github.com/gin-contrib/sse v1.1.0 // indirect
3232
github.com/glebarez/go-sqlite v1.22.0 // indirect
3333
github.com/go-playground/locales v0.14.1 // indirect
3434
github.com/go-playground/universal-translator v0.18.1 // indirect
35-
github.com/go-playground/validator/v10 v10.22.0 // indirect
35+
github.com/go-playground/validator/v10 v10.27.0 // indirect
3636
github.com/goccy/go-json v0.10.3 // indirect
37+
github.com/goccy/go-yaml v1.18.0 // indirect
3738
github.com/gorilla/css v1.0.1 // indirect
3839
github.com/jinzhu/inflection v1.0.0 // indirect
3940
github.com/jinzhu/now v1.1.5 // indirect
4041
github.com/jonboulle/clockwork v0.4.0 // indirect
4142
github.com/json-iterator/go v1.1.12 // indirect
42-
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
43+
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
4344
github.com/leodido/go-urn v1.4.0 // indirect
4445
github.com/mattermost/xml-roundtrip-validator v0.1.0 // indirect
4546
github.com/mattn/go-isatty v0.0.20 // indirect
4647
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4748
github.com/modern-go/reflect2 v1.0.2 // indirect
4849
github.com/ncruces/go-strftime v0.1.9 // indirect
49-
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
50+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
5051
github.com/pkg/errors v0.9.1 // indirect
52+
github.com/quic-go/qpack v0.5.1 // indirect
53+
github.com/quic-go/quic-go v0.54.0 // indirect
5154
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
5255
github.com/russellhaering/goxmldsig v1.4.0 // indirect
5356
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
54-
github.com/ugorji/go/codec v1.2.12 // indirect
55-
golang.org/x/arch v0.9.0 // indirect
56-
golang.org/x/crypto v0.26.0 // indirect
57-
golang.org/x/net v0.28.0 // indirect
58-
golang.org/x/sys v0.24.0 // indirect
59-
golang.org/x/text v0.17.0 // indirect
60-
google.golang.org/protobuf v1.34.2 // indirect
57+
github.com/ugorji/go/codec v1.3.0 // indirect
58+
go.uber.org/mock v0.5.0 // indirect
59+
golang.org/x/arch v0.20.0 // indirect
60+
golang.org/x/crypto v0.40.0 // indirect
61+
golang.org/x/mod v0.25.0 // indirect
62+
golang.org/x/net v0.42.0 // indirect
63+
golang.org/x/sync v0.16.0 // indirect
64+
golang.org/x/sys v0.35.0 // indirect
65+
golang.org/x/text v0.27.0 // indirect
66+
golang.org/x/tools v0.34.0 // indirect
67+
google.golang.org/protobuf v1.36.9 // indirect
6168
gopkg.in/yaml.v2 v2.4.0 // indirect
6269
modernc.org/libc v1.59.5 // indirect
6370
modernc.org/mathutil v1.6.0 // indirect

0 commit comments

Comments
 (0)