From cf63276a072ec0b5d28a73f57c2bc311b5e3b0e0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 5 May 2026 22:07:20 +0000 Subject: [PATCH 1/4] chore(deps): update dependency typescript to v6 --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index fce3e61..90b545e 100644 --- a/web/package.json +++ b/web/package.json @@ -31,7 +31,7 @@ "prettier-plugin-svelte": "^3.4.0", "svelte": "^5.39.5", "svelte-check": "^4.3.2", - "typescript": "^5.9.2", + "typescript": "^6.0.0", "typescript-eslint": "^8.44.1", "vite": "^8.0.0", "vitest": "^3.2.4" From eaab4465046d0fe58797c7544b2a999a8eb59cd5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 8 May 2026 22:07:34 +0000 Subject: [PATCH 2/4] chore(deps): update module golang.org/x/net to v0.54.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index bcf45d7..1814c2b 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/gin-gonic/gin v1.12.0 github.com/google/uuid v1.6.0 github.com/oapi-codegen/runtime v1.3.0 - golang.org/x/net v0.53.0 + golang.org/x/net v0.54.0 gorm.io/driver/postgres v1.6.0 gorm.io/driver/sqlite v1.6.0 gorm.io/gorm v1.31.1 From 454da476eb0341bbc9dd4d5e3e69c4c977b10c09 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 8 May 2026 09:07:30 +0000 Subject: [PATCH 3/4] chore(deps): update module github.com/getkin/kin-openapi to v0.138.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1814c2b..9e7bee7 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.25.0 require ( github.com/JGLTechnologies/gin-rate-limit v1.5.8 github.com/emersion/go-smtp v0.24.0 - github.com/getkin/kin-openapi v0.135.0 + github.com/getkin/kin-openapi v0.138.0 github.com/gin-gonic/gin v1.12.0 github.com/google/uuid v1.6.0 github.com/oapi-codegen/runtime v1.3.0 From 30442ab2563c299fdca4d0db14bc8bc609f8916a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 10 May 2026 15:06:40 +0000 Subject: [PATCH 4/4] chore(deps): update module github.com/oapi-codegen/runtime to v1.4.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9e7bee7..d0da358 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/getkin/kin-openapi v0.138.0 github.com/gin-gonic/gin v1.12.0 github.com/google/uuid v1.6.0 - github.com/oapi-codegen/runtime v1.3.0 + github.com/oapi-codegen/runtime v1.4.0 golang.org/x/net v0.54.0 gorm.io/driver/postgres v1.6.0 gorm.io/driver/sqlite v1.6.0