Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 27, 2024
1 parent 6c86e03 commit 37fcd0d
Show file tree
Hide file tree
Showing 7 changed files with 139 additions and 122 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN rm -rf ./.nuxt/ && \
NUXT_UI_PRO_LICENSE=${NUXT_UI_PRO_LICENSE} pnpm generate

# Backend Build
FROM docker.io/library/golang:1.22.5 AS gobuilder
FROM docker.io/library/golang:1.23.0 AS gobuilder
WORKDIR /go/src/github.com/fivenet-app/fivenet/
COPY . ./
RUN apt-get update && \
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/fivenet-app/fivenet

go 1.22.5
go 1.23.0

require (
github.com/Code-Hex/go-generics-cache v1.5.1
Expand Down Expand Up @@ -32,7 +32,7 @@ require (
github.com/improbable-eng/grpc-web v0.15.0
github.com/json-iterator/go v1.1.12
github.com/microcosm-cc/bluemonday v1.0.27
github.com/minio/minio-go/v7 v7.0.75
github.com/minio/minio-go/v7 v7.0.76
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
github.com/nats-io/nats-server/v2 v2.10.18
github.com/nats-io/nats.go v1.37.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -638,8 +638,8 @@ github.com/minio/highwayhash v1.0.3 h1:kbnuUMoHYyVl7szWjSxJnxw11k2U709jqFPPmIUyD
github.com/minio/highwayhash v1.0.3/go.mod h1:GGYsuwP/fPD6Y9hMiXuapVvlIUEhFhMTh0rxU3ik1LQ=
github.com/minio/md5-simd v1.1.2 h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34=
github.com/minio/md5-simd v1.1.2/go.mod h1:MzdKDxYpY2BT9XQFocsiZf/NKVtR7nkE4RoEpN+20RM=
github.com/minio/minio-go/v7 v7.0.75 h1:0uLrB6u6teY2Jt+cJUVi9cTvDRuBKWSRzSAcznRkwlE=
github.com/minio/minio-go/v7 v7.0.75/go.mod h1:qydcVzV8Hqtj1VtEocfxbmVFa2siu6HGa+LDEPogjD8=
github.com/minio/minio-go/v7 v7.0.76 h1:9nxHH2XDai61cT/EFhyIw/wW4vJfpPNvl7lSFpRt+Ng=
github.com/minio/minio-go/v7 v7.0.76/go.mod h1:AVM3IUN6WwKzmwBxVdjzhH8xq+f57JSbbvzqvUzR6eg=
github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc=
github.com/mitchellh/copystructure v1.0.0/go.mod h1:SNtv71yrdKgLRyLFxmLdkAbkKEFWgYaq1OVrnRcwhnw=
github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/protoc-gen-customizer/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/fivenet-app/fivenet/internal/cmd/protoc-gen-customizer

go 1.22.5
go 1.23.0

require (
github.com/lyft/protoc-gen-star/v2 v2.0.4-0.20230330145011-496ad1ac90a4
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/protoc-gen-fronthelper/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/fivenet-app/fivenet/internal/cmd/protoc-gen-fronthelper

go 1.22.5
go 1.23.0

require (
github.com/lyft/protoc-gen-star/v2 v2.0.4-0.20230330145011-496ad1ac90a4
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"jodit-vue": "3.1.0",
"leaflet": "1.9.4",
"leaflet-contextmenu": "1.4.0",
"maska": "3.0.1",
"maska": "3.0.2",
"mdi-vue3": "7.4.47",
"nuxt-update": "1.0.0",
"nuxt-zod-i18n": "1.9.0",
Expand All @@ -62,8 +62,8 @@
"zod": "3.23.8"
},
"devDependencies": {
"@nuxt/devtools": "1.3.14",
"@nuxt/eslint-config": "0.5.2",
"@nuxt/devtools": "1.4.1",
"@nuxt/eslint-config": "0.5.3",
"@nuxtjs/fontaine": "0.4.3",
"@nuxtjs/i18n": "8.5.1",
"@pinia-plugin-persistedstate/nuxt": "1.2.1",
Expand All @@ -76,7 +76,7 @@
"@types/node": "22.5.0",
"@types/splitpanes": "2.2.6",
"@types/uuid": "10.0.0",
"@types/zxcvbn": "4.4.4",
"@types/zxcvbn": "4.4.5",
"@vueuse/core": "11.0.3",
"@vueuse/nuxt": "11.0.3",
"@vueuse/router": "11.0.3",
Expand Down Expand Up @@ -109,5 +109,5 @@
"vue-i18n-routing": "1.2.0",
"vue-tsc": "2.0.29"
},
"packageManager": "pnpm@9.8.0"
"packageManager": "pnpm@9.9.0"
}
Loading

0 comments on commit 37fcd0d

Please sign in to comment.