File tree Expand file tree Collapse file tree 3 files changed +154
-139
lines changed Expand file tree Collapse file tree 3 files changed +154
-139
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout repository
20
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
20
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
21
21
with :
22
22
fetch-depth : 2
23
23
Original file line number Diff line number Diff line change 28
28
"release" : " pnpm publish --access public --no-git-checks"
29
29
},
30
30
"dependencies" : {
31
- "@hono/node-server" : " ^1.11.0 " ,
32
- "hono" : " ^4.2.5 " ,
31
+ "@hono/node-server" : " ^1.11.1 " ,
32
+ "hono" : " ^4.3.0 " ,
33
33
"reflect-metadata" : " ^0.2.1"
34
34
},
35
35
"devDependencies" : {
36
36
"@hazmi35/eslint-config" : " ^13.3.1" ,
37
37
"@tsconfig/node-lts" : " ^20.1.3" ,
38
- "@types/node" : " ^20.12.7 " ,
39
- "pino" : " ^8.20 .0" ,
38
+ "@types/node" : " ^20.12.8 " ,
39
+ "pino" : " ^8.21 .0" ,
40
40
"pino-pretty" : " ^11.0.0" ,
41
- "tsx" : " ^4.7.2 " ,
42
- "zod" : " ^3.22.5 "
41
+ "tsx" : " ^4.9.0 " ,
42
+ "zod" : " ^3.23.6 "
43
43
}
44
44
}
You can’t perform that action at this time.
0 commit comments