build(deps): bump typeorm from 0.3.14 to 1.0.0

Upgrade to TypeORM 1.0 with updated reflect-metadata and ts-node peer deps.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Overtorment 2026-06-22 14:51:08 +01:00
parent 09f9c80369
commit 3343b0ea3c
2 changed files with 405 additions and 1057 deletions

1456
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,9 +20,9 @@
"jsonwebtoken": "^9.0.0",
"mysql2": "^3.9.8",
"node-fetch": "^3.3.2",
"reflect-metadata": "^0.1.10",
"ts-node": "10.9.1",
"typeorm": "0.3.14",
"reflect-metadata": "^0.2.2",
"ts-node": "^10.9.2",
"typeorm": "^1.0.0",
"typescript": "4.8.3"
},
"scripts": {