Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 29, 2024
1 parent a964d47 commit bd84bee
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"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": "^4.7.1",
Expand Down
24 changes: 12 additions & 12 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 bd84bee

Please sign in to comment.