Skip to content

Commit

Permalink
Merge pull request #36 from whtiehack/renovate/ts-node-10.x
Browse files Browse the repository at this point in the history
Update dependency ts-node to v10.2.1
  • Loading branch information
whtiehack authored Aug 20, 2021
2 parents 908bd65 + b3448b3 commit 3f42ec6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"protobuf"
],
"devDependencies": {
"ts-node": "10.2.0"
"ts-node": "10.2.1"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,10 @@ strip-ansi@^6.0.0:
dependencies:
ansi-regex "^5.0.0"

ts-node@10.2.0:
version "10.2.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.2.0.tgz#f1e88249a00e26aa95e9a93c50f70241a8a1c4bb"
integrity sha512-FstYHtQz6isj8rBtYMN4bZdnXN1vq4HCbqn9vdNQcInRqtB86PePJQIxE6es0PhxKWhj2PHuwbG40H+bxkZPmg==
ts-node@10.2.1:
version "10.2.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.2.1.tgz#4cc93bea0a7aba2179497e65bb08ddfc198b3ab5"
integrity sha512-hCnyOyuGmD5wHleOQX6NIjJtYVIO8bPP8F2acWkB4W06wdlkgyvJtubO/I9NkI88hCFECbsEgoLc0VNkYmcSfw==
dependencies:
"@cspotcode/source-map-support" "0.6.1"
"@tsconfig/node10" "^1.0.7"
Expand Down

0 comments on commit 3f42ec6

Please sign in to comment.