chore: update ts-node to 11.0.0-beta.1

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2023-10-29 19:38:44 +01:00
parent 7cd394b8f8
commit 26aae03b22
3 changed files with 6 additions and 6 deletions

View file

@ -116,7 +116,7 @@
"supertest": "6.3.3",
"ts-jest": "29.1.1",
"ts-mockery": "1.2.0",
"ts-node": "https://github.com/TypeStrong/ts-node.git#c06cbe7d83b5585bb24f9963c42ce13eadd2202f",
"ts-node": "11.0.0-beta.1",
"tsconfig-paths": "4.2.0",
"typescript": "5.2.2"
},