Bump ts-node from 8.7.0 to 8.10.1 in /server

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.7.0 to 8.10.1.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v8.7.0...v8.10.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-18 08:54:53 +00:00 committed by GitHub
parent f70612300d
commit d5ff3c1df2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 5 deletions

View File

@ -6961,16 +6961,28 @@
}
},
"ts-node": {
"version": "8.7.0",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.7.0.tgz",
"integrity": "sha512-s659CsHrsxaRVDEleuOkGvbsA0rWHtszUNEt1r0CgAFN5ZZTQtDzpsluS7W5pOGJIa1xZE8R/zK4dEs+ldFezg==",
"version": "8.10.1",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.10.1.tgz",
"integrity": "sha512-bdNz1L4ekHiJul6SHtZWs1ujEKERJnHs4HxN7rjTyyVOFf3HaJ6sLqe6aPG62XTzAB/63pKRh5jTSWL0D7bsvw==",
"dev": true,
"requires": {
"arg": "^4.1.0",
"diff": "^4.0.1",
"make-error": "^1.1.1",
"source-map-support": "^0.5.6",
"source-map-support": "^0.5.17",
"yn": "3.1.1"
},
"dependencies": {
"source-map-support": {
"version": "0.5.19",
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz",
"integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==",
"dev": true,
"requires": {
"buffer-from": "^1.0.0",
"source-map": "^0.6.0"
}
}
}
},
"tunnel-agent": {

View File

@ -37,7 +37,7 @@
"nodemon": "^2.0.4",
"supertest": "^4.0.2",
"ts-jest": "24.3.0",
"ts-node": "^8.7.0",
"ts-node": "^8.10.1",
"typescript": "^3.8.3"
},
"repository": {