Skip to content

Commit

Permalink
🧹 chore: merge pr
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyAom committed Oct 31, 2024
1 parent 491d894 commit e715e00
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.1.24 - 31 Oct 2024
Security:
- [#891](https://github.com/elysiajs/elysia/pull/891) Upgrade Cookie to 0.7.x to fix CVE-2024-47764

Bug fix:
- [#885](https://github.com/elysiajs/elysia/pull/885) unwrap transform errors
- [#903](https://github.com/elysiajs/elysia/pull/903) typebox object schemas without properties key

# 1.1.23 - 22 Oct 2024
Bug fix:
- Handle object with `.then` even if it's not promise (looking at you, Drizzle)
Expand Down
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elysia",
"description": "Ergonomic Framework for Human",
"version": "1.1.23",
"version": "1.1.24",
"author": {
"name": "saltyAom",
"url": "https://github.com/SaltyAom",
Expand Down Expand Up @@ -104,14 +104,14 @@
},
"dependencies": {
"@sinclair/typebox": "0.32.34",
"cookie": "^0.7.0",
"cookie": "^1.0.1",
"fast-decode-uri-component": "^1.0.1",
"openapi-types": "^12.1.3"
},
"devDependencies": {
"@types/benchmark": "^2.1.5",
"@types/bun": "^1.1.2",
"@types/cookie": "^0.6.0",
"@types/cookie": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"benchmark": "^2.1.4",
Expand Down

0 comments on commit e715e00

Please # to comment.