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

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

This commit is contained in:
renovate[bot] 2022-07-13 23:59:37 +00:00
parent f2629dfdbc
commit 7418e39fec
2 changed files with 5 additions and 5 deletions

View File

@ -168,7 +168,7 @@
"superagent": "8.0.0",
"supertest": "6.2.3",
"ts-jest": "27.1.5",
"ts-node": "10.8.2",
"ts-node": "10.9.0",
"tsc-watch": "5.0.3",
"typescript": "4.7.4"
},

View File

@ -7624,10 +7624,10 @@ ts-jest@27.1.5:
semver "7.x"
yargs-parser "20.x"
ts-node@10.8.2:
version "10.8.2"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.8.2.tgz#3185b75228cef116bf82ffe8762594f54b2a23f2"
integrity sha512-LYdGnoGddf1D6v8REPtIH+5iq/gTDuZqv2/UJUU7tKjuEU8xVZorBM+buCGNjj+pGEud+sOoM4CX3/YzINpENA==
ts-node@10.9.0:
version "10.9.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.0.tgz#d719c3e66e821fb9ad5e1c006542974c29145ca8"
integrity sha512-bunW18GUyaCSYRev4DPf4SQpom3pWH29wKl0sDk5zE7ze19RImEVhCW7K4v3hHKkUyfWotU08ToE2RS+Y49aug==
dependencies:
"@cspotcode/source-map-support" "^0.8.0"
"@tsconfig/node10" "^1.0.7"