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

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

This commit is contained in:
Renovate Bot 2021-10-22 21:18:09 +00:00 committed by renovate[bot]
parent 149e1e5a32
commit 5169a0bcd3
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.1",
"ts-node": "10.4.0",
"tsc-watch": "4.5.0",
"typescript": "4.4.4"
},

View File

@ -6821,10 +6821,10 @@ ts-jest@27.0.7:
semver "7.x"
yargs-parser "20.x"
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==
ts-node@10.4.0:
version "10.4.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.4.0.tgz#680f88945885f4e6cf450e7f0d6223dd404895f7"
integrity sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==
dependencies:
"@cspotcode/source-map-support" "0.7.0"
"@tsconfig/node10" "^1.0.7"