From 316244bbbd88b9095e630b8435942f3da9082336 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 09:55:49 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 8 ++--- .github/workflows/codecov_test.yml | 2 +- .github/workflows/create_release.yml | 2 +- package.json | 50 ++++++++++++++-------------- 5 files changed, 32 insertions(+), 32 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index bb71c9a..a5816dc 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup PNPM - uses: pnpm/action-setup@v4.1.0 + uses: pnpm/action-setup@v4.2.0 with: version: latest diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d5f45b..6ed0bf7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup PNPM - uses: pnpm/action-setup@v4.1.0 + uses: pnpm/action-setup@v4.2.0 with: version: latest @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup PNPM - uses: pnpm/action-setup@v4.1.0 + uses: pnpm/action-setup@v4.2.0 with: version: latest @@ -73,7 +73,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup PNPM - uses: pnpm/action-setup@v4.1.0 + uses: pnpm/action-setup@v4.2.0 with: version: latest @@ -101,7 +101,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup PNPM - uses: pnpm/action-setup@v4.1.0 + uses: pnpm/action-setup@v4.2.0 with: version: latest diff --git a/.github/workflows/codecov_test.yml b/.github/workflows/codecov_test.yml index ddab8f2..2fd9c98 100644 --- a/.github/workflows/codecov_test.yml +++ b/.github/workflows/codecov_test.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup PNPM - uses: pnpm/action-setup@v4.1.0 + uses: pnpm/action-setup@v4.2.0 with: version: latest diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index c2d8b03..8280442 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -22,7 +22,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Setup PNPM - uses: pnpm/action-setup@v4.1.0 + uses: pnpm/action-setup@v4.2.0 with: version: latest diff --git a/package.json b/package.json index 26a5397..8b12333 100644 --- a/package.json +++ b/package.json @@ -17,35 +17,35 @@ "test:coverage": "pnpm run test --coverage" }, "dependencies": { - "@hono/zod-validator": "0.4.3", + "@hono/zod-validator": "0.7.6", "@neondatabase/serverless": "0.10.4", - "drizzle-orm": "0.39.3", - "hono": "4.7.1", - "inversify": "7.0.0-alpha.5", + "drizzle-orm": "0.45.1", + "hono": "4.11.3", + "inversify": "7.10.8", "reflect-metadata": "0.2.2", - "zod": "3.24.2" + "zod": "3.25.76" }, "devDependencies": { - "@eslint/compat": "1.2.6", - "@eslint/js": "9.20.0", - "@types/node": "22.13.4", - "@types/ws": "8.5.14", - "@typescript-eslint/eslint-plugin": "8.24.0", - "@typescript-eslint/parser": "8.24.0", - "@vitest/coverage-v8": "3.0.5", - "@vitest/eslint-plugin": "1.1.31", - "dotenv": "16.4.7", - "drizzle-kit": "0.30.4", - "eslint": "9.20.1", - "eslint-import-resolver-typescript": "3.8.0", - "eslint-plugin-import": "2.31.0", - "eslint-plugin-prettier": "5.2.3", - "prettier": "3.5.1", - "rimraf": "6.0.1", - "typescript": "5.7.3", - "typescript-eslint": "8.24.0", - "vitest": "3.0.5", - "wrangler": "3.109.1" + "@eslint/compat": "1.4.1", + "@eslint/js": "9.39.2", + "@types/node": "22.19.3", + "@types/ws": "8.18.1", + "@typescript-eslint/eslint-plugin": "8.52.0", + "@typescript-eslint/parser": "8.52.0", + "@vitest/coverage-v8": "3.2.4", + "@vitest/eslint-plugin": "1.6.6", + "dotenv": "16.6.1", + "drizzle-kit": "0.31.8", + "eslint": "9.39.2", + "eslint-import-resolver-typescript": "3.10.1", + "eslint-plugin-import": "2.32.0", + "eslint-plugin-prettier": "5.5.4", + "prettier": "3.7.4", + "rimraf": "6.1.2", + "typescript": "5.9.3", + "typescript-eslint": "8.52.0", + "vitest": "3.2.4", + "wrangler": "3.114.16" }, "version": "1.0.4" }