Skip to content

Commit e715e00

Browse files
committed
🧹 chore: merge pr
1 parent 491d894 commit e715e00

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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
210
Bug fix:
311
- Handle object with `.then` even if it's not promise (looking at you, Drizzle)

bun.lockb

24 Bytes
Binary file not shown.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -104,14 +104,14 @@
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",

0 commit comments

Comments
 (0)