chore(deps): update to git version of ts-node

The last release is more than a year old and does not
support TS 5.0 properly

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2023-10-07 18:26:25 +02:00
parent 792f4b7dbc
commit 4426d6f51a
2 changed files with 59 additions and 3 deletions

View file

@ -115,7 +115,7 @@
"supertest": "6.3.3",
"ts-jest": "29.1.1",
"ts-mockery": "1.2.0",
"ts-node": "10.9.1",
"ts-node": "https://github.com/TypeStrong/ts-node.git#main",
"tsconfig-paths": "4.2.0",
"typescript": "5.2.2"
},