Skip to content

Commit ccd68e4

Browse files
chore: Bump ts-node-dev in /modules/runners/lambdas/runners (#230)
Bumps [ts-node-dev](https://github.com/whitecolor/ts-node-dev) from 1.0.0-pre.62 to 1.0.0-pre.63. - [Release notes](https://github.com/whitecolor/ts-node-dev/releases) - [Changelog](https://github.com/whitecolor/ts-node-dev/blob/master/CHANGELOG.md) - [Commits](https://github.com/whitecolor/ts-node-dev/commits) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df8fa7e commit ccd68e4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/runners/lambdas/runners/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"aws-sdk": "^2.747.0",
2020
"jest": "^25.4.0",
2121
"ts-jest": "^25.4.0",
22-
"ts-node-dev": "^1.0.0-pre.62",
22+
"ts-node-dev": "^1.0.0-pre.63",
2323
"typescript": "^3.8.3"
2424
},
2525
"dependencies": {

modules/runners/lambdas/runners/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4046,10 +4046,10 @@ ts-jest@^25.4.0:
40464046
semver "6.x"
40474047
yargs-parser "18.x"
40484048

4049-
ts-node-dev@^1.0.0-pre.62:
4050-
version "1.0.0-pre.62"
4051-
resolved "https://registry.yarnpkg.com/ts-node-dev/-/ts-node-dev-1.0.0-pre.62.tgz#835644c43669b659a880379b9d06df86cef665ad"
4052-
integrity sha512-hfsEuCqUZOVnZ86l7A3icxD1nFt1HEmLVbx4YOHCkrbSHPBNWcw+IczAPZo3zz7YiOm9vs0xG6OENNrkgm89tQ==
4049+
ts-node-dev@^1.0.0-pre.63:
4050+
version "1.0.0-pre.63"
4051+
resolved "https://registry.yarnpkg.com/ts-node-dev/-/ts-node-dev-1.0.0-pre.63.tgz#0e69df26cef35a728362d93348f13caa2cb2c512"
4052+
integrity sha512-KURricXsXtiB4R+NCgiKgE01wyTe/GlXTdAPIhliDhF3kCn00kzyepAc1H8kbUJCmz0oYQq/GQ6CMtiWovs9qg==
40534053
dependencies:
40544054
chokidar "^3.4.0"
40554055
dateformat "~1.0.4-1.2.3"

0 commit comments

Comments
 (0)