Skip to content

Commit

Permalink
⬆️ Update dependency ts-node to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 21, 2020
1 parent 1c797a2 commit cc2eb71
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"cp-file": "^9.0.0",
"jest": "^26.0.0",
"ts-jest": "^26.0.0",
"ts-node": "^8.6.2",
"ts-node": "^9.0.0",
"tslint": "^6.0.0",
"tslint-config-gluons": "^2.1.0",
"typescript": "^4.0.0",
Expand Down
13 changes: 12 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8743,7 +8743,7 @@ ts-loader@^6.2.1:
micromatch "^4.0.0"
semver "^6.0.0"

ts-node@^8.0.2, ts-node@^8.6.2:
ts-node@^8.0.2:
version "8.10.2"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.10.2.tgz#eee03764633b1234ddd37f8db9ec10b75ec7fb8d"
integrity sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==
Expand All @@ -8754,6 +8754,17 @@ ts-node@^8.0.2, ts-node@^8.6.2:
source-map-support "^0.5.17"
yn "3.1.1"

ts-node@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.0.0.tgz#e7699d2a110cc8c0d3b831715e417688683460b3"
integrity sha512-/TqB4SnererCDR/vb4S/QvSZvzQMJN8daAslg7MeaiHvD8rDZsSfXmNeNumyZZzMned72Xoq/isQljYSt8Ynfg==
dependencies:
arg "^4.1.0"
diff "^4.0.1"
make-error "^1.1.1"
source-map-support "^0.5.17"
yn "3.1.1"

tsconfig@^7.0.0:
version "7.0.0"
resolved "https://registry.npmjs.org/tsconfig/-/tsconfig-7.0.0.tgz#84538875a4dc216e5c4a5432b3a4dec3d54e91b7"
Expand Down

0 comments on commit cc2eb71

Please sign in to comment.