Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent 045ea15 commit fe4942f
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 139 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
fetch-depth: 2

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
"release": "pnpm publish --access public --no-git-checks"
},
"dependencies": {
"@hono/node-server": "^1.11.0",
"hono": "^4.2.5",
"@hono/node-server": "^1.11.1",
"hono": "^4.3.0",
"reflect-metadata": "^0.2.1"
},
"devDependencies": {
"@hazmi35/eslint-config": "^13.3.1",
"@tsconfig/node-lts": "^20.1.3",
"@types/node": "^20.12.7",
"pino": "^8.20.0",
"@types/node": "^20.12.8",
"pino": "^8.21.0",
"pino-pretty": "^11.0.0",
"tsx": "^4.7.2",
"zod": "^3.22.5"
"tsx": "^4.9.0",
"zod": "^3.23.6"
}
}
Loading

0 comments on commit fe4942f

Please sign in to comment.