mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
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:
parent
2f11ff5e2b
commit
e8bd20dc3a
2 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue