chore(deps): update dependency ts-node to ^10.8.1 (#236)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-06-13 09:21:09 +02:00 committed by GitHub
parent 31ee871d95
commit 80dbbb504f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -29,7 +29,7 @@
"rxjs": "^7.5.5", "rxjs": "^7.5.5",
"sqlite3": "^5.0.8", "sqlite3": "^5.0.8",
"ts-jest": "^28.0.3", "ts-jest": "^28.0.3",
"ts-node": "^10.8.0", "ts-node": "^10.8.1",
"typeorm": "^0.2.45", "typeorm": "^0.2.45",
"typescript": "^4.7.3" "typescript": "^4.7.3"
}, },
@ -6995,9 +6995,9 @@
} }
}, },
"node_modules/ts-node": { "node_modules/ts-node": {
"version": "10.8.0", "version": "10.8.1",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.0.tgz", "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.1.tgz",
"integrity": "sha512-/fNd5Qh+zTt8Vt1KbYZjRHCE9sI5i7nqfD/dzBBRDeVXZXS6kToW6R7tTU6Nd4XavFs0mAVCg29Q//ML7WsZYA==", "integrity": "sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@cspotcode/source-map-support": "^0.8.0", "@cspotcode/source-map-support": "^0.8.0",
@ -12827,9 +12827,9 @@
} }
}, },
"ts-node": { "ts-node": {
"version": "10.8.0", "version": "10.8.1",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.0.tgz", "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.1.tgz",
"integrity": "sha512-/fNd5Qh+zTt8Vt1KbYZjRHCE9sI5i7nqfD/dzBBRDeVXZXS6kToW6R7tTU6Nd4XavFs0mAVCg29Q//ML7WsZYA==", "integrity": "sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==",
"dev": true, "dev": true,
"requires": { "requires": {
"@cspotcode/source-map-support": "^0.8.0", "@cspotcode/source-map-support": "^0.8.0",

View File

@ -47,7 +47,7 @@
"rxjs": "^7.5.5", "rxjs": "^7.5.5",
"sqlite3": "^5.0.8", "sqlite3": "^5.0.8",
"ts-jest": "^28.0.3", "ts-jest": "^28.0.3",
"ts-node": "^10.8.0", "ts-node": "^10.8.1",
"typeorm": "^0.2.45", "typeorm": "^0.2.45",
"typescript": "^4.7.3" "typescript": "^4.7.3"
}, },