chore(deps): update dependency ts-node to ^10.4.0 (#109)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-11-16 20:14:28 +01:00 committed by GitHub
parent 69ccfc7cc6
commit 4c30183091
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -5099,9 +5099,9 @@
} }
}, },
"ts-node": { "ts-node": {
"version": "10.3.0", "version": "10.4.0",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.3.0.tgz", "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.4.0.tgz",
"integrity": "sha512-RYIy3i8IgpFH45AX4fQHExrT8BxDeKTdC83QFJkNzkvt8uFB6QJ8XMyhynYiKMLxt9a7yuXaDBZNOYS3XjDcYw==", "integrity": "sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==",
"dev": true, "dev": true,
"requires": { "requires": {
"@cspotcode/source-map-support": "0.7.0", "@cspotcode/source-map-support": "0.7.0",

View File

@ -47,7 +47,7 @@
"rxjs": "^7.4.0", "rxjs": "^7.4.0",
"sqlite3": "^5.0.2", "sqlite3": "^5.0.2",
"ts-jest": "^27.0.7", "ts-jest": "^27.0.7",
"ts-node": "^10.3.0", "ts-node": "^10.4.0",
"typeorm": "^0.2.40", "typeorm": "^0.2.40",
"typescript": "^4.4.4" "typescript": "^4.4.4"
}, },