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

This commit is contained in:
Renovate Bot
2021-10-21 20:52:29 +00:00
committed by renovate[bot]
parent 874afd0d06
commit 558440de9d
2 changed files with 4 additions and 4 deletions

View File

@ -645,9 +645,9 @@
}
},
"ts-node": {
"version": "10.3.0",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.3.0.tgz",
"integrity": "sha512-RYIy3i8IgpFH45AX4fQHExrT8BxDeKTdC83QFJkNzkvt8uFB6QJ8XMyhynYiKMLxt9a7yuXaDBZNOYS3XjDcYw==",
"version": "10.3.1",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.3.1.tgz",
"integrity": "sha512-Yw3W2mYzhHfCHOICGNJqa0i+rbL0rAyg7ZIHxU+K4pgY8gd2Lh1j+XbHCusJMykbj6RZMJVOY0MlHVd+GOivcw==",
"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.0",
"ts-node": "10.3.1",
"typescript": "4.4.4"
}
}