File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ # 1.1.24 - 31 Oct 2024
2+ Security:
3+ - [ #891 ] ( https://github.com/elysiajs/elysia/pull/891 ) Upgrade Cookie to 0.7.x to fix CVE-2024 -47764
4+
5+ Bug fix:
6+ - [ #885 ] ( https://github.com/elysiajs/elysia/pull/885 ) unwrap transform errors
7+ - [ #903 ] ( https://github.com/elysiajs/elysia/pull/903 ) typebox object schemas without properties key
8+
19# 1.1.23 - 22 Oct 2024
210Bug fix:
311- Handle object with ` .then ` even if it's not promise (looking at you, Drizzle)
Original file line number Diff line number Diff line change 11{
22 "name" : " elysia" ,
33 "description" : " Ergonomic Framework for Human" ,
4- "version" : " 1.1.23 " ,
4+ "version" : " 1.1.24 " ,
55 "author" : {
66 "name" : " saltyAom" ,
77 "url" : " https://github.com/SaltyAom" ,
104104 },
105105 "dependencies" : {
106106 "@sinclair/typebox" : " 0.32.34" ,
107- "cookie" : " ^0.7.0 " ,
107+ "cookie" : " ^1.0.1 " ,
108108 "fast-decode-uri-component" : " ^1.0.1" ,
109109 "openapi-types" : " ^12.1.3"
110110 },
111111 "devDependencies" : {
112112 "@types/benchmark" : " ^2.1.5" ,
113113 "@types/bun" : " ^1.1.2" ,
114- "@types/cookie" : " ^0.6 .0" ,
114+ "@types/cookie" : " ^1.0 .0" ,
115115 "@typescript-eslint/eslint-plugin" : " ^6.17.0" ,
116116 "@typescript-eslint/parser" : " ^6.17.0" ,
117117 "benchmark" : " ^2.1.4" ,
You can’t perform that action at this time.
0 commit comments