diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4c1051d..23c58d4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🛑 Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.12.0 + uses: styfle/cancel-workflow-action@0.12.1 - uses: actions/checkout@v4 - uses: superfly/flyctl-actions/setup-flyctl@master - run: flyctl deploy diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 1253f36..30affcb 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -13,7 +13,7 @@ jobs: continue-on-error: true steps: - name: 🛑 Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.12.0 + uses: styfle/cancel-workflow-action@0.12.1 - id: checkout name: Checkout uses: actions/checkout@v4 @@ -35,7 +35,7 @@ jobs: continue-on-error: true steps: - name: 🛑 Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.12.0 + uses: styfle/cancel-workflow-action@0.12.1 - id: checkout name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 893cabe..8701164 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: continue-on-error: true steps: - name: 🛑 Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.12.0 + uses: styfle/cancel-workflow-action@0.12.1 - id: checkout name: Checkout uses: actions/checkout@v4 diff --git a/bun.lockb b/bun.lockb index 820ac7f..730228d 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/docker-compose.yml b/docker-compose.yml index 23fd7b9..aa354e4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,7 @@ services: - "3000" traefik: - image: "traefik:3.0" + image: "traefik:v3.3" command: - "--api.insecure=true" - "--providers.docker=true" diff --git a/package.json b/package.json index df7d273..bdb8b1e 100644 --- a/package.json +++ b/package.json @@ -17,24 +17,24 @@ "typecheck:web": "tsc --noEmit --project web/tsconfig.json" }, "dependencies": { - "@elysiajs/cors": "0.7.2", - "@elysiajs/eden": "0.7.7", - "@elysiajs/static": "0.7.1", - "@elysiajs/swagger": "1.0.5", + "@elysiajs/cors": "0.8.0", + "@elysiajs/eden": "0.8.1", + "@elysiajs/static": "0.8.1", + "@elysiajs/swagger": "1.2.0", "elysia": "latest", "elysia-autoroutes": "0.5.0", - "pino": "9.3.1" + "pino": "9.6.0" }, "devDependencies": { - "@biomejs/biome": "1.8.3", + "@biomejs/biome": "1.9.4", "@tsconfig/svelte": "5.0.4", "bun-types": "latest", - "npm-run-all2": "7.0.1", - "superjson": "2.2.1", + "npm-run-all2": "7.0.2", + "superjson": "2.2.2", "svelte": "next", - "svelte-check": "4.0.1", - "tslib": "2.6.3", - "typescript": "5.5.3", - "vite": "6.0.3" + "svelte-check": "4.1.4", + "tslib": "2.8.1", + "typescript": "5.7.3", + "vite": "6.0.7" } } diff --git a/web/bun.lockb b/web/bun.lockb index 0b2f794..6030157 100755 Binary files a/web/bun.lockb and b/web/bun.lockb differ diff --git a/web/package.json b/web/package.json index 813cddb..ae74ccb 100644 --- a/web/package.json +++ b/web/package.json @@ -12,8 +12,8 @@ "svelte-check": "bunx svelte-check" }, "devDependencies": { - "@trivago/prettier-plugin-sort-imports": "5.0.1", - "prettier": "3.2.5", - "prettier-plugin-svelte": "3.2.3" + "@trivago/prettier-plugin-sort-imports": "5.2.1", + "prettier": "3.4.2", + "prettier-plugin-svelte": "3.3.3" } }