Skip to content

Commit

Permalink
Merge pull request #903 from 0xJacky/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
0xJacky authored Mar 5, 2025
2 parents 2026f0d + b2a3990 commit 6f1774d
Show file tree
Hide file tree
Showing 6 changed files with 180 additions and 86 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^4.3.0",
"@antfu/eslint-config": "^4.4.0",
"@iconify-json/fa": "1.2.1",
"@iconify-json/tabler": "^1.2.16",
"@iconify/tools": "^4.1.1",
Expand Down
230 changes: 161 additions & 69 deletions app/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^3.5.13"
},
"devDependencies": {
"@types/node": "^22.13.8",
"@types/node": "^22.13.9",
"less": "^4.2.2"
},
"license": "AGPL-3.0",
Expand Down
26 changes: 13 additions & 13 deletions docs/pnpm-lock.yaml

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

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/0xJacky/Nginx-UI

go 1.24.0
go 1.24.1

require (
github.com/0xJacky/pofile v0.2.1
Expand Down Expand Up @@ -39,7 +39,7 @@ require (
github.com/uozi-tech/cosy-driver-sqlite v0.2.1
github.com/urfave/cli/v3 v3.0.0-beta1
golang.org/x/crypto v0.35.0
golang.org/x/net v0.35.0
golang.org/x/net v0.36.0
gopkg.in/ini.v1 v1.67.0
gorm.io/driver/sqlite v1.5.7
gorm.io/gen v0.3.26
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2086,6 +2086,8 @@ golang.org/x/net v0.12.0/go.mod h1:zEVYFnQC7m/vmpQFELhcD1EWkZlX69l4oqgmer6hfKA=
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8=
golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk=
golang.org/x/net v0.36.0 h1:vWF2fRbw4qslQsQzgFqZff+BItCvGFQqKzKIzx1rmoA=
golang.org/x/net v0.36.0/go.mod h1:bFmbeoIPfrw4sMHNhb4J9f6+tPziuGjq7Jk/38fxi1I=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
Expand Down

0 comments on commit 6f1774d

Please sign in to comment.