File tree Expand file tree Collapse file tree 6 files changed +384
-379
lines changed Expand file tree Collapse file tree 6 files changed +384
-379
lines changed Original file line number Diff line number Diff line change 11
11
"dependencies" : {
12
12
"react" : " ^18" ,
13
13
"react-dom" : " ^18" ,
14
- "next" : " 14.2.30 "
14
+ "next" : " 14.2.32 "
15
15
},
16
16
"devDependencies" : {
17
17
"typescript" : " ^5" ,
Original file line number Diff line number Diff line change 14
14
"browser-sync" : " 3.0.4" ,
15
15
"connect" : " 3.7.0" ,
16
16
"express" : " 5.1.0" ,
17
- "fastify" : " 5.4 .0"
17
+ "fastify" : " 5.5 .0"
18
18
}
19
19
}
Original file line number Diff line number Diff line change @@ -747,10 +747,10 @@ fastify-plugin@^5.0.0:
747
747
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-5.0.1.tgz#82d44e6fe34d1420bb5a4f7bee434d501e41939f"
748
748
integrity sha512-HCxs+YnRaWzCl+cWRYFnHmeRFyR5GVnJTAaCJQiYzQSDwK9MgJdyAsuL3nh0EWRCYMgQ5MeziymvmAhUHYHDUQ==
749
749
750
- fastify@5.4 .0 :
751
- version "5.4 .0"
752
- resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.4 .0.tgz#82bf56e0bc36ba8dfb0bd372a0de8b62ccf3287c "
753
- integrity sha512-I4dVlUe+WNQAhKSyv15w+dwUh2EPiEl4X2lGYMmNSgF83WzTMAPKGdWEv5tPsCQOb+SOZwz8Vlta2vF+OeDgRw ==
750
+ fastify@5.5 .0 :
751
+ version "5.5 .0"
752
+ resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.5 .0.tgz#a1cf7bbfad7e4021f042e6f78942d3c3dd511a5d "
753
+ integrity sha512-ZWSWlzj3K/DcULCnCjEiC2zn2FBPdlZsSA/pnPa/dbUfLvxkD/Nqmb0XXMXLrWkeM4uQPUvjdJpwtXmTfriXqw ==
754
754
dependencies :
755
755
" @fastify/ajv-compiler" " ^4.0.0"
756
756
" @fastify/error" " ^4.0.0"
Original file line number Diff line number Diff line change 58
58
"devDependencies" : {
59
59
"@commitlint/cli" : " 19.8.1" ,
60
60
"@commitlint/config-conventional" : " 19.8.1" ,
61
- "@eslint/js" : " 9.33 .0" ,
61
+ "@eslint/js" : " 9.34 .0" ,
62
62
"@trivago/prettier-plugin-sort-imports" : " 5.2.2" ,
63
63
"@types/debug" : " 4.1.12" ,
64
64
"@types/eslint" : " 9.6.1" ,
70
70
"@types/supertest" : " 6.0.3" ,
71
71
"@types/ws" : " 8.18.1" ,
72
72
"body-parser" : " 2.2.0" ,
73
- "eslint" : " 9.33 .0" ,
73
+ "eslint" : " 9.34 .0" ,
74
74
"express" : " 5.1.0" ,
75
75
"get-port" : " 5.1.1" ,
76
76
"globals" : " 16.3.0" ,
77
77
"husky" : " 9.1.7" ,
78
- "jest" : " 30.0.5 " ,
79
- "lint-staged" : " 16.1.5 " ,
78
+ "jest" : " 30.1.3 " ,
79
+ "lint-staged" : " 16.1.6 " ,
80
80
"mockttp" : " 4.1.0" ,
81
81
"open" : " 8.4.2" ,
82
82
"patch-package" : " 8.0.0" ,
85
85
"supertest" : " 7.1.4" ,
86
86
"ts-jest" : " 29.4.1" ,
87
87
"typescript" : " 5.9.2" ,
88
- "typescript-eslint" : " 8.39.1 " ,
88
+ "typescript-eslint" : " 8.42.0 " ,
89
89
"ws" : " 8.18.3"
90
90
},
91
91
"dependencies" : {
You can’t perform that action at this time.
0 commit comments