chore(deps): update dependency ts-node to ^10.7.0 (#182)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-03-06 20:39:01 +01:00 committed by GitHub
parent c7d1361744
commit 01a3b89116
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

@ -5984,9 +5984,9 @@
}
},
"ts-node": {
"version": "10.6.0",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.6.0.tgz",
"integrity": "sha512-CJen6+dfOXolxudBQXnVjRVvYTmTWbyz7cn+xq2XTsvnaXbHqr4gXSCNbS2Jj8yTZMuGwUoBESLaOkLascVVvg==",
"version": "10.7.0",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.7.0.tgz",
"integrity": "sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==",
"dev": true,
"requires": {
"@cspotcode/source-map-support": "0.7.0",

View File

@ -47,7 +47,7 @@
"rxjs": "^7.5.4",
"sqlite3": "^5.0.2",
"ts-jest": "^27.1.3",
"ts-node": "^10.6.0",
"ts-node": "^10.7.0",
"typeorm": "^0.2.45",
"typescript": "^4.6.2"
},