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 Feb 29, 2024
1 parent 92370fc commit 6c6ccdb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
version: latest

- name: Setup Node.js
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version-file: .node-version
check-latest: true
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"dev": "tsx watch --env-file=./.env src/index.ts"
},
"dependencies": {
"@hono/node-server": "^1.7.0",
"hono": "^4.0.0",
"@hono/node-server": "^1.8.2",
"hono": "^4.0.8",
"reflect-metadata": "^0.2.1"
},
"devDependencies": {
"@hazmi35/eslint-config": "^13.3.1",
"@tsconfig/node-lts": "^20.1.1",
"@types/node": "^20.11.20",
"@types/node": "^20.11.22",
"pino": "^8.19.0",
"pino-pretty": "^10.3.1",
"tsx": "^3.12.2",
"tsx": "^3.14.0",
"zod": "^3.22.4"
}
}
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6c6ccdb

Please sign in to comment.