Skip to content

Commit

Permalink
chore(deps): update dependency ts-node to v10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 10, 2021
1 parent ca4ca6a commit de1ee6e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 12 deletions.
28 changes: 21 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"prettier": "2.3.2",
"semantic-release": "17.4.4",
"ts-jest": "27.0.3",
"ts-node": "10.0.0",
"ts-node": "10.1.0",
"typescript": "4.3.5"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5998,10 +5998,10 @@ ts-jest@27.0.3:
semver "7.x"
yargs-parser "20.x"

ts-node@10.0.0:
version "10.0.0"
resolved "https://registry.npmjs.org/ts-node/-/ts-node-10.0.0.tgz"
integrity sha512-ROWeOIUvfFbPZkoDis0L/55Fk+6gFQNZwwKPLinacRl6tsxstTF1DbAcLKkovwnpKMVvOMHP1TIbnwXwtLg1gg==
ts-node@10.1.0:
version "10.1.0"
resolved "https://registry.npmjs.org/ts-node/-/ts-node-10.1.0.tgz"
integrity sha512-6szn3+J9WyG2hE+5W8e0ruZrzyk1uFLYye6IGMBadnOzDh8aP7t8CbFpsfCiEx2+wMixAhjFt7lOZC4+l+WbEA==
dependencies:
"@tsconfig/node10" "^1.0.7"
"@tsconfig/node12" "^1.0.7"
Expand Down

0 comments on commit de1ee6e

Please sign in to comment.