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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-08-18 20:04:37 +00:00 committed by GitHub
parent ed1d6a2a38
commit 306fba5fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -37,7 +37,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"
}
@ -10380,9 +10380,9 @@
}
},
"node_modules/ts-node": {
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.2.0.tgz",
"integrity": "sha512-FstYHtQz6isj8rBtYMN4bZdnXN1vq4HCbqn9vdNQcInRqtB86PePJQIxE6es0PhxKWhj2PHuwbG40H+bxkZPmg==",
"version": "10.2.1",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.2.1.tgz",
"integrity": "sha512-hCnyOyuGmD5wHleOQX6NIjJtYVIO8bPP8F2acWkB4W06wdlkgyvJtubO/I9NkI88hCFECbsEgoLc0VNkYmcSfw==",
"dev": true,
"dependencies": {
"@cspotcode/source-map-support": "0.6.1",
@ -18922,9 +18922,9 @@
}
},
"ts-node": {
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.2.0.tgz",
"integrity": "sha512-FstYHtQz6isj8rBtYMN4bZdnXN1vq4HCbqn9vdNQcInRqtB86PePJQIxE6es0PhxKWhj2PHuwbG40H+bxkZPmg==",
"version": "10.2.1",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.2.1.tgz",
"integrity": "sha512-hCnyOyuGmD5wHleOQX6NIjJtYVIO8bPP8F2acWkB4W06wdlkgyvJtubO/I9NkI88hCFECbsEgoLc0VNkYmcSfw==",
"dev": true,
"requires": {
"@cspotcode/source-map-support": "0.6.1",

View File

@ -48,7 +48,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"
},