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

chore(deps): update dependency ts-node to v10.2.1 (#973)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-09-27 16:03:03 +02:00 committed by GitHub
parent ae94fd5d76
commit e6c1f3b56b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -150,7 +150,7 @@
"superagent": "6.1.0",
"supertest": "6.1.6",
"ts-jest": "27.0.5",
"ts-node": "10.2.0",
"ts-node": "10.2.1",
"tsc-watch": "4.4.0",
"typescript": "4.4.3"
},

View File

@ -6917,10 +6917,10 @@ ts-jest@27.0.5:
semver "7.x"
yargs-parser "20.x"
ts-node@10.2.0:
version "10.2.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.2.0.tgz#f1e88249a00e26aa95e9a93c50f70241a8a1c4bb"
integrity sha512-FstYHtQz6isj8rBtYMN4bZdnXN1vq4HCbqn9vdNQcInRqtB86PePJQIxE6es0PhxKWhj2PHuwbG40H+bxkZPmg==
ts-node@10.2.1:
version "10.2.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.2.1.tgz#4cc93bea0a7aba2179497e65bb08ddfc198b3ab5"
integrity sha512-hCnyOyuGmD5wHleOQX6NIjJtYVIO8bPP8F2acWkB4W06wdlkgyvJtubO/I9NkI88hCFECbsEgoLc0VNkYmcSfw==
dependencies:
"@cspotcode/source-map-support" "0.6.1"
"@tsconfig/node10" "^1.0.7"