Skip to content

Commit 56fcb4c

Browse files
committed
chore: update dependencies in package.json and package-lock.json
- Bump @testing-library/react from 16.3.0 to 16.3.1 - Update react and react-dom from 19.2.0 to 19.2.3 - Update various dependencies in package-lock.json to their latest versions
1 parent 9855ed3 commit 56fcb4c

File tree

4 files changed

+229
-173
lines changed

4 files changed

+229
-173
lines changed

go-fiber/go.mod

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@ module main
33
go 1.25.0
44

55
require (
6-
github.com/gofiber/fiber/v3 v3.0.0-rc.2
7-
github.com/gofiber/storage/redis/v3 v3.4.1
8-
github.com/sixcolors/argon2id v1.1.1
6+
github.com/gofiber/fiber/v3 v3.0.0-rc.3
7+
github.com/gofiber/storage/redis/v3 v3.4.2
8+
github.com/sixcolors/argon2id v1.2.0
99
)
1010

1111
require (
1212
github.com/andybalholm/brotli v1.2.0 // indirect
1313
github.com/cespare/xxhash/v2 v2.3.0 // indirect
1414
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
1515
github.com/gofiber/schema v1.6.0 // indirect
16-
github.com/gofiber/utils/v2 v2.0.0-rc.1 // indirect
16+
github.com/gofiber/utils/v2 v2.0.0-rc.5 // indirect
1717
github.com/google/uuid v1.6.0 // indirect
18-
github.com/klauspost/compress v1.18.1 // indirect
18+
github.com/klauspost/compress v1.18.2 // indirect
1919
github.com/mattn/go-colorable v0.1.14 // indirect
2020
github.com/mattn/go-isatty v0.0.20 // indirect
2121
github.com/philhofer/fwd v1.2.0 // indirect
22-
github.com/redis/go-redis/v9 v9.16.0 // indirect
23-
github.com/tinylib/msgp v1.5.0 // indirect
22+
github.com/redis/go-redis/v9 v9.17.2 // indirect
23+
github.com/tinylib/msgp v1.6.2 // indirect
2424
github.com/valyala/bytebufferpool v1.0.0 // indirect
2525
github.com/valyala/fasthttp v1.68.0 // indirect
26-
golang.org/x/crypto v0.43.0 // indirect
27-
golang.org/x/net v0.46.0 // indirect
28-
golang.org/x/sys v0.37.0 // indirect
29-
golang.org/x/text v0.30.0 // indirect
26+
golang.org/x/crypto v0.46.0 // indirect
27+
golang.org/x/net v0.48.0 // indirect
28+
golang.org/x/sys v0.39.0 // indirect
29+
golang.org/x/text v0.32.0 // indirect
3030
)

0 commit comments

Comments
 (0)