1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-15 01:16:22 +02:00

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

This commit is contained in:
Renovate Bot 2021-10-21 16:29:59 +00:00 committed by renovate[bot]
parent 644ed0d6c8
commit 809f1acdbf
2 changed files with 5 additions and 5 deletions

View File

@ -151,7 +151,7 @@
"superagent": "6.1.0",
"supertest": "6.1.6",
"ts-jest": "27.0.7",
"ts-node": "10.3.0",
"ts-node": "10.3.1",
"tsc-watch": "4.5.0",
"typescript": "4.4.4"
},

View File

@ -6864,10 +6864,10 @@ ts-jest@27.0.7:
semver "7.x"
yargs-parser "20.x"
ts-node@10.3.0:
version "10.3.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.3.0.tgz#a797f2ed3ff50c9a5d814ce400437cb0c1c048b4"
integrity sha512-RYIy3i8IgpFH45AX4fQHExrT8BxDeKTdC83QFJkNzkvt8uFB6QJ8XMyhynYiKMLxt9a7yuXaDBZNOYS3XjDcYw==
ts-node@10.3.1:
version "10.3.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.3.1.tgz#739b42839b56d1a3c85026994af7045b2fccc6f5"
integrity sha512-Yw3W2mYzhHfCHOICGNJqa0i+rbL0rAyg7ZIHxU+K4pgY8gd2Lh1j+XbHCusJMykbj6RZMJVOY0MlHVd+GOivcw==
dependencies:
"@cspotcode/source-map-support" "0.7.0"
"@tsconfig/node10" "^1.0.7"