Skip to content

Commit

Permalink
chore(deps): update dependency ts-node to v10.9.2 (#576)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 17, 2023
1 parent 7f1098d commit 9665dd4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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 packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"commander": "11.1.0"
},
"devDependencies": {
"ts-node": "10.9.1"
"ts-node": "10.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/samples/sudt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"koa-body": "6.0.1"
},
"devDependencies": {
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"typedoc": "0.25.4",
"typescript": "5.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@jest/globals": "29.7.0",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"typescript": "5.3.3"
}
}

0 comments on commit 9665dd4

Please sign in to comment.