Skip to content

Commit fba0a0a

Browse files
fix(deps): update all non-major dependencies
1 parent 045ea15 commit fba0a0a

File tree

3 files changed

+154
-139
lines changed

3 files changed

+154
-139
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
20+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2121
with:
2222
fetch-depth: 2
2323

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@
2828
"release": "pnpm publish --access public --no-git-checks"
2929
},
3030
"dependencies": {
31-
"@hono/node-server": "^1.11.0",
32-
"hono": "^4.2.5",
31+
"@hono/node-server": "^1.11.1",
32+
"hono": "^4.3.3",
3333
"reflect-metadata": "^0.2.1"
3434
},
3535
"devDependencies": {
3636
"@hazmi35/eslint-config": "^13.3.1",
3737
"@tsconfig/node-lts": "^20.1.3",
38-
"@types/node": "^20.12.7",
39-
"pino": "^8.20.0",
38+
"@types/node": "^20.12.10",
39+
"pino": "^8.21.0",
4040
"pino-pretty": "^11.0.0",
41-
"tsx": "^4.7.2",
42-
"zod": "^3.22.5"
41+
"tsx": "^4.9.3",
42+
"zod": "^3.23.7"
4343
}
4444
}

0 commit comments

Comments
 (0)