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 11, 2024
1 parent e98e301 commit 6495e5f
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 194 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
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.12.2",
"hono": "^4.6.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": "^9.1.0",
"pino-pretty": "^11.0.0",
"tsx": "^4.7.2",
"zod": "^3.22.5"
"@types/node": "^20.16.5",
"pino": "^9.4.0",
"pino-pretty": "^11.2.2",
"tsx": "^4.19.0",
"zod": "^3.23.8"
}
}
Loading

0 comments on commit 6495e5f

Please sign in to comment.