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

This commit is contained in:
Renovate Bot
2021-10-22 22:11:17 +00:00
committed by renovate[bot]
parent 8f8333d710
commit b4d68a9c64
2 changed files with 4 additions and 4 deletions

View File

@ -645,9 +645,9 @@
}
},
"ts-node": {
"version": "10.3.1",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.3.1.tgz",
"integrity": "sha512-Yw3W2mYzhHfCHOICGNJqa0i+rbL0rAyg7ZIHxU+K4pgY8gd2Lh1j+XbHCusJMykbj6RZMJVOY0MlHVd+GOivcw==",
"version": "10.4.0",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.4.0.tgz",
"integrity": "sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==",
"dev": true,
"requires": {
"@cspotcode/source-map-support": "0.7.0",

View File

@ -29,7 +29,7 @@
"gray-matter": "4.0.3",
"inquirer": "8.1.2",
"prettier": "2.4.1",
"ts-node": "10.3.1",
"ts-node": "10.4.0",
"typescript": "4.4.4"
}
}