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 Jan 20, 2025
1 parent c608420 commit a2c0b9a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 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.23.4 AS gobuilder
FROM docker.io/library/golang:1.23.5 AS gobuilder
WORKDIR /go/src/github.com/fivenet-app/fivenet/
COPY . ./
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/fivenet-app/fivenet

go 1.23.4
go 1.23.5

require (
github.com/Code-Hex/go-generics-cache v1.5.1
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.23.4
go 1.23.5

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.23.4
go 1.23.5

require (
github.com/lyft/protoc-gen-star/v2 v2.0.4-0.20230330145011-496ad1ac90a4
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"dependencies": {
"@galexrt/nuxt-update": "1.0.1",
"@iconify-json/flagpack": "1.2.2",
"@iconify-json/mdi": "1.2.2",
"@iconify-json/simple-icons": "1.2.20",
"@iconify-json/mdi": "1.2.3",
"@iconify-json/simple-icons": "1.2.21",
"@nuxt/content": "3.0.0",
"@nuxt/fonts": "0.10.3",
"@nuxt/ui-pro": "1.7.0",
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a2c0b9a

Please sign in to comment.