1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00

chore(deps): update dependency ts-node to v10.8.1

This commit is contained in:
Renovate Bot 2022-06-03 21:29:07 +00:00 committed by renovate[bot]
parent dc3f59227c
commit 0e8b7f58e1
2 changed files with 5 additions and 5 deletions

View File

@ -163,7 +163,7 @@
"superagent": "7.1.6",
"supertest": "6.2.3",
"ts-jest": "27.1.5",
"ts-node": "10.8.0",
"ts-node": "10.8.1",
"tsc-watch": "5.0.3",
"typescript": "4.7.2"
},

View File

@ -7424,10 +7424,10 @@ ts-jest@27.1.5:
semver "7.x"
yargs-parser "20.x"
ts-node@10.8.0:
version "10.8.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.8.0.tgz#3ceb5ac3e67ae8025c1950626aafbdecb55d82ce"
integrity sha512-/fNd5Qh+zTt8Vt1KbYZjRHCE9sI5i7nqfD/dzBBRDeVXZXS6kToW6R7tTU6Nd4XavFs0mAVCg29Q//ML7WsZYA==
ts-node@10.8.1:
version "10.8.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.8.1.tgz#ea2bd3459011b52699d7e88daa55a45a1af4f066"
integrity sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==
dependencies:
"@cspotcode/source-map-support" "^0.8.0"
"@tsconfig/node10" "^1.0.7"