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 Sep 27, 2024
1 parent e98e301 commit f5f6151
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 195 deletions.
4 changes: 2 additions & 2 deletions .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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 2

Expand All @@ -27,7 +27,7 @@ jobs:
version: latest

- name: Setup Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version-file: .node-version
check-latest: true
Expand Down
14 changes: 7 additions & 7 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.13.1",
"hono": "^4.6.3",
"reflect-metadata": "^0.2.1"
},
"devDependencies": {
"@hazmi35/eslint-config": "^13.3.1",
"@tsconfig/node-lts": "^20.1.3",
"@types/node": "^20.12.7",
"pino": "^9.1.0",
"pino-pretty": "^11.0.0",
"tsx": "^4.7.2",
"zod": "^3.22.5"
"@types/node": "^20.16.10",
"pino": "^9.4.0",
"pino-pretty": "^11.2.2",
"tsx": "^4.19.1",
"zod": "^3.23.8"
}
}
Loading

0 comments on commit f5f6151

Please sign in to comment.