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

Signed-off-by: Renovate Bot <bot@renovateapp.com>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-08-18 19:19:06 +00:00 committed by David Mehren
parent 2f11ff5e2b
commit e8bd20dc3a
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
2 changed files with 5 additions and 5 deletions

View file

@ -82,7 +82,7 @@
"supertest": "6.1.6",
"ts-jest": "27.0.5",
"ts-loader": "9.2.5",
"ts-node": "10.2.0",
"ts-node": "10.2.1",
"tsconfig-paths": "3.10.1",
"typescript": "4.3.5"
},

View file

@ -6543,10 +6543,10 @@ ts-loader@9.2.5:
micromatch "^4.0.0"
semver "^7.3.4"
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"