chore: ts-node update

This commit is contained in:
Adhiraj Singh
2022-06-07 21:14:33 +05:30
parent 0daab87d7f
commit ea8b580db8
2 changed files with 5 additions and 5 deletions

View File

@@ -89,7 +89,7 @@
"qrcode-terminal": "^0.12.0", "qrcode-terminal": "^0.12.0",
"sharp": "^0.30.5", "sharp": "^0.30.5",
"ts-jest": "^27.0.3", "ts-jest": "^27.0.3",
"ts-node": "^10.8.0", "ts-node": "^10.8.1",
"typedoc": "^0.22.0", "typedoc": "^0.22.0",
"typescript": "^4.0.0" "typescript": "^4.0.0"
} }

View File

@@ -4799,10 +4799,10 @@ ts-jest@^27.0.3:
semver "7.x" semver "7.x"
yargs-parser "20.x" yargs-parser "20.x"
ts-node@^10.8.0: ts-node@^10.8.1:
version "10.8.0" version "10.8.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.8.0.tgz#3ceb5ac3e67ae8025c1950626aafbdecb55d82ce" resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.8.1.tgz#ea2bd3459011b52699d7e88daa55a45a1af4f066"
integrity sha512-/fNd5Qh+zTt8Vt1KbYZjRHCE9sI5i7nqfD/dzBBRDeVXZXS6kToW6R7tTU6Nd4XavFs0mAVCg29Q//ML7WsZYA== integrity sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==
dependencies: dependencies:
"@cspotcode/source-map-support" "^0.8.0" "@cspotcode/source-map-support" "^0.8.0"
"@tsconfig/node10" "^1.0.7" "@tsconfig/node10" "^1.0.7"