Merge pull request #652 from quantified-uncertainty/dependabot/npm_and_yarn/ts-node-10.8.1

⬆️ Bump ts-node from 10.8.0 to 10.8.1
This commit is contained in:
Ozzie Gooen 2022-06-06 08:33:42 -07:00 committed by GitHub
commit 7210e5b196
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -61,7 +61,7 @@
"rescript-fast-check": "^1.1.1",
"ts-jest": "^27.1.4",
"ts-loader": "^9.3.0",
"ts-node": "^10.8.0",
"ts-node": "^10.8.1",
"typescript": "^4.7.3",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"

View File

@ -17259,10 +17259,10 @@ ts-loader@^9.3.0:
micromatch "^4.0.0"
semver "^7.3.4"
ts-node@^10.8.0:
version "10.8.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.8.0.tgz#3ceb5ac3e67ae8025c1950626aafbdecb55d82ce"
integrity sha512-/fNd5Qh+zTt8Vt1KbYZjRHCE9sI5i7nqfD/dzBBRDeVXZXS6kToW6R7tTU6Nd4XavFs0mAVCg29Q//ML7WsZYA==
ts-node@^10.8.1:
version "10.8.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.8.1.tgz#ea2bd3459011b52699d7e88daa55a45a1af4f066"
integrity sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==
dependencies:
"@cspotcode/source-map-support" "^0.8.0"
"@tsconfig/node10" "^1.0.7"