Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
chore(deps): update dependency ts-node to v8.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 17, 2020
1 parent f928da2 commit 18f60bf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 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 @@
"serve-static": "1.14.1",
"size-limit": "0.22.0",
"ts-loader": "5.4.5",
"ts-node": "8.2.0",
"ts-node": "8.6.2",
"tslint": "5.17.0",
"typescript": "3.5.1",
"typescript-eslint-parser": "21.0.2",
Expand Down
12 changes: 8 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6339,15 +6339,15 @@ [email protected]:
micromatch "^3.1.4"
semver "^5.0.1"

ts-node@8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.2.0.tgz#4a89754b00560bb24cd54526e1685fa38c45f240"
ts-node@8.6.2:
version "8.6.2"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.6.2.tgz#7419a01391a818fbafa6f826a33c1a13e9464e35"
dependencies:
arg "^4.1.0"
diff "^4.0.1"
make-error "^1.1.1"
source-map-support "^0.5.6"
yn "^3.0.0"
yn "3.1.1"

ts-node@^8.0.3:
version "8.0.3"
Expand Down Expand Up @@ -6989,6 +6989,10 @@ yauzl@^2.5.0:
buffer-crc32 "~0.2.3"
fd-slicer "~1.1.0"

[email protected]:
version "3.1.1"
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"

yn@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/yn/-/yn-3.0.0.tgz#0073c6b56e92aed652fbdfd62431f2d6b9a7a091"
Expand Down

0 comments on commit 18f60bf

Please sign in to comment.