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

This commit is contained in:
Renovate Bot 2021-08-18 19:15:47 +00:00
parent c596dd7ae9
commit c974a1afb7
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -67,7 +67,7 @@
"supertest": "6.1.6",
"ts-jest": "27.0.4",
"ts-loader": "9.2.5",
"ts-node": "10.2.0",
"ts-node": "10.2.1",
"tsconfig-paths": "3.10.1",
"typescript": "4.3.5"
}
@ -13898,9 +13898,9 @@
}
},
"node_modules/ts-node": {
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.2.0.tgz",
"integrity": "sha512-FstYHtQz6isj8rBtYMN4bZdnXN1vq4HCbqn9vdNQcInRqtB86PePJQIxE6es0PhxKWhj2PHuwbG40H+bxkZPmg==",
"version": "10.2.1",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.2.1.tgz",
"integrity": "sha512-hCnyOyuGmD5wHleOQX6NIjJtYVIO8bPP8F2acWkB4W06wdlkgyvJtubO/I9NkI88hCFECbsEgoLc0VNkYmcSfw==",
"dev": true,
"dependencies": {
"@cspotcode/source-map-support": "0.6.1",
@ -25870,9 +25870,9 @@
}
},
"ts-node": {
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.2.0.tgz",
"integrity": "sha512-FstYHtQz6isj8rBtYMN4bZdnXN1vq4HCbqn9vdNQcInRqtB86PePJQIxE6es0PhxKWhj2PHuwbG40H+bxkZPmg==",
"version": "10.2.1",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.2.1.tgz",
"integrity": "sha512-hCnyOyuGmD5wHleOQX6NIjJtYVIO8bPP8F2acWkB4W06wdlkgyvJtubO/I9NkI88hCFECbsEgoLc0VNkYmcSfw==",
"dev": true,
"requires": {
"@cspotcode/source-map-support": "0.6.1",

View file

@ -83,7 +83,7 @@
"supertest": "6.1.6",
"ts-jest": "27.0.4",
"ts-loader": "9.2.5",
"ts-node": "10.2.0",
"ts-node": "10.2.1",
"tsconfig-paths": "3.10.1",
"typescript": "4.3.5"
},