Skip to content

Commit 19f8ae8

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/webs/development-dependencies-a1f8c18e81
2 parents c33fc40 + 739c46f commit 19f8ae8

4 files changed

Lines changed: 98 additions & 161 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
golang.org/x/crypto v0.54.0
1818
gopkg.in/yaml.v3 v3.0.1
1919
gorm.io/driver/mysql v1.6.0
20-
gorm.io/driver/postgres v1.6.1
20+
gorm.io/driver/postgres v1.6.2
2121
gorm.io/gorm v1.31.2
2222
)
2323

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,8 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
469469
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
470470
gorm.io/driver/mysql v1.6.0 h1:eNbLmNTpPpTOVZi8MMxCi2aaIm0ZpInbORNXDwyLGvg=
471471
gorm.io/driver/mysql v1.6.0/go.mod h1:D/oCC2GWK3M/dqoLxnOlaNKmXz8WNTfcS9y5ovaSqKo=
472-
gorm.io/driver/postgres v1.6.1 h1:9dA1M08/ZHE0AKrnqeoG0m1Ha9cW7UALU/OPqIjIyF8=
473-
gorm.io/driver/postgres v1.6.1/go.mod h1:N6HRC/7+yKySXENJ1O4Yh/upkpSJG4vw0H5Rk0UHx3A=
472+
gorm.io/driver/postgres v1.6.2 h1:BvXQ/cNUg63q5TFNg672DmDcowZSFrNLkkA3Xe6GXq4=
473+
gorm.io/driver/postgres v1.6.2/go.mod h1:0c4fQA44XhOklXDkgtuKqysHCycTa5i9e3EIpDGCwXk=
474474
gorm.io/driver/sqlite v1.6.0 h1:WHRRrIiulaPiPFmDcod6prc4l2VGVWHz80KspNsxSfQ=
475475
gorm.io/driver/sqlite v1.6.0/go.mod h1:AO9V1qIQddBESngQUKWL9yoH93HIeA1X6V633rBwyT8=
476476
gorm.io/gorm v1.31.2 h1:3o8FXNo9v9S858gil+3LlZA1LkCOzgb4g5BL64FgaCo=

webs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"framer-motion": "12.43.0",
2525
"i18next": "^26.3.6",
2626
"i18next-browser-languagedetector": "^8.2.1",
27-
"i18next-resources-to-backend": "^1.2.2",
27+
"i18next-resources-to-backend": "^1.2.3",
2828
"lodash-es": "4.18.1",
2929
"material-ui-popup-state": "5.3.7",
3030
"md5": "^2.3.0",
@@ -39,8 +39,8 @@
3939
"react-router": "7.18.2",
4040
"react-router-dom": "7.18.2",
4141
"simplebar-react": "3.3.2",
42-
"swr": "2.4.2",
43-
"vite": "8.2.0",
42+
"swr": "2.5.0",
43+
"vite": "8.2.1",
4444
"vite-jsconfig-paths": "2.0.1",
4545
"web-vitals": "5.3.0",
4646
"yup": "1.7.1"

0 commit comments

Comments
 (0)