Skip to content

Commit

Permalink
build: update dependency ts-node to v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 3, 2018
1 parent e949205 commit 1431c58
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"semantic-release": "15.5.0",
"semantic-release-monorepo": "6.0.3",
"ts-jest": "22.4.6",
"ts-node": "6.0.5",
"ts-node": "6.1.0",
"tslint": "5.10.0",
"tslint-config-airbnb": "5.9.2",
"tslint-config-prettier": "1.13.0",
Expand Down
18 changes: 12 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5961,7 +5961,7 @@ source-map-support@^0.4.15:
dependencies:
source-map "^0.5.6"

source-map-support@^0.5.0, source-map-support@^0.5.3:
source-map-support@^0.5.0:
version "0.5.4"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.4.tgz#54456efa89caa9270af7cd624cc2f123e51fbae8"
dependencies:
Expand All @@ -5974,6 +5974,13 @@ source-map-support@^0.5.5:
buffer-from "^1.0.0"
source-map "^0.6.0"

source-map-support@^0.5.6:
version "0.5.6"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.6.tgz#4435cee46b1aab62b8e8610ce60f788091c51c13"
dependencies:
buffer-from "^1.0.0"
source-map "^0.6.0"

source-map-url@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3"
Expand Down Expand Up @@ -6435,17 +6442,16 @@ ts-jest@22.4.6:
source-map-support "^0.5.5"
yargs "^11.0.0"

ts-node@6.0.5:
version "6.0.5"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-6.0.5.tgz#977c1c931da7a2b09ae2930101f0104a5c2271e9"
ts-node@6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-6.1.0.tgz#a2c37a11fdb58e60eca887a1269b025cf4d2f8b8"
dependencies:
arrify "^1.0.0"
chalk "^2.3.0"
diff "^3.1.0"
make-error "^1.1.1"
minimist "^1.2.0"
mkdirp "^0.5.1"
source-map-support "^0.5.3"
source-map-support "^0.5.6"
yn "^2.0.0"

tslib@1.9.0, tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1:
Expand Down

0 comments on commit 1431c58

Please sign in to comment.