1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-10 01:16:39 +02:00

chore(deps): update dependency ts-node to v10.8.2

This commit is contained in:
renovate[bot] 2022-07-11 13:46:23 +00:00
parent b77490b583
commit b684c9c05e
2 changed files with 5 additions and 5 deletions

View File

@ -166,7 +166,7 @@
"superagent": "8.0.0", "superagent": "8.0.0",
"supertest": "6.2.3", "supertest": "6.2.3",
"ts-jest": "27.1.5", "ts-jest": "27.1.5",
"ts-node": "10.8.1", "ts-node": "10.8.2",
"tsc-watch": "5.0.3", "tsc-watch": "5.0.3",
"typescript": "4.7.4" "typescript": "4.7.4"
}, },

View File

@ -7552,10 +7552,10 @@ ts-jest@27.1.5:
semver "7.x" semver "7.x"
yargs-parser "20.x" yargs-parser "20.x"
ts-node@10.8.1: ts-node@10.8.2:
version "10.8.1" version "10.8.2"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.8.1.tgz#ea2bd3459011b52699d7e88daa55a45a1af4f066" resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.8.2.tgz#3185b75228cef116bf82ffe8762594f54b2a23f2"
integrity sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g== integrity sha512-LYdGnoGddf1D6v8REPtIH+5iq/gTDuZqv2/UJUU7tKjuEU8xVZorBM+buCGNjj+pGEud+sOoM4CX3/YzINpENA==
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"