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
+
1
9
# 1.1.23 - 22 Oct 2024
2
10
Bug fix:
3
11
- Handle object with ` .then ` even if it's not promise (looking at you, Drizzle)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " elysia" ,
3
3
"description" : " Ergonomic Framework for Human" ,
4
- "version" : " 1.1.23 " ,
4
+ "version" : " 1.1.24 " ,
5
5
"author" : {
6
6
"name" : " saltyAom" ,
7
7
"url" : " https://github.com/SaltyAom" ,
104
104
},
105
105
"dependencies" : {
106
106
"@sinclair/typebox" : " 0.32.34" ,
107
- "cookie" : " ^0.7.0 " ,
107
+ "cookie" : " ^1.0.1 " ,
108
108
"fast-decode-uri-component" : " ^1.0.1" ,
109
109
"openapi-types" : " ^12.1.3"
110
110
},
111
111
"devDependencies" : {
112
112
"@types/benchmark" : " ^2.1.5" ,
113
113
"@types/bun" : " ^1.1.2" ,
114
- "@types/cookie" : " ^0.6 .0" ,
114
+ "@types/cookie" : " ^1.0 .0" ,
115
115
"@typescript-eslint/eslint-plugin" : " ^6.17.0" ,
116
116
"@typescript-eslint/parser" : " ^6.17.0" ,
117
117
"benchmark" : " ^2.1.4" ,
You can’t perform that action at this time.
0 commit comments