Skip to content

Commit e4f8133

Browse files
chor: Bump ts-node-dev in /modules/webhook/lambdas/webhook (#57)
Bumps [ts-node-dev](https://github.com/whitecolor/ts-node-dev) from 1.0.0-pre.47 to 1.0.0-pre.51. - [Release notes](https://github.com/whitecolor/ts-node-dev/releases) - [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 fba1253 commit e4f8133

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

modules/webhook/lambdas/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"express": "^4.17.1",
2222
"jest": "^25.4.0",
2323
"ts-jest": "^25.4.0",
24-
"ts-node-dev": "^1.0.0-pre.44",
24+
"ts-node-dev": "^1.0.0-pre.51",
2525
"typescript": "^3.9.6"
2626
},
2727
"dependencies": {

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2924,13 +2924,18 @@ mixin-deep@^1.2.0:
29242924
for-in "^1.0.2"
29252925
is-extendable "^1.0.1"
29262926

2927-
[email protected], mkdirp@^0.5.1:
2927+
29282928
version "0.5.5"
29292929
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
29302930
integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
29312931
dependencies:
29322932
minimist "^1.2.5"
29332933

2934+
mkdirp@^1.0.4:
2935+
version "1.0.4"
2936+
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
2937+
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
2938+
29342939
29352940
version "2.0.0"
29362941
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
@@ -4078,16 +4083,16 @@ ts-jest@^25.4.0:
40784083
semver "6.x"
40794084
yargs-parser "18.x"
40804085

4081-
ts-node-dev@^1.0.0-pre.44:
4082-
version "1.0.0-pre.47"
4083-
resolved "https://registry.yarnpkg.com/ts-node-dev/-/ts-node-dev-1.0.0-pre.47.tgz#1d8e9a802d67964da88be3cb899361fc1e535af5"
4084-
integrity sha512-0bQ7sWN712CpVqSghD78gsWca5yHK++YC4IbqN8RVHKt8SC1jEwZAguZ7TXRCHQWLHhwp47xWEDLMtK4jInAcQ==
4086+
ts-node-dev@^1.0.0-pre.51:
4087+
version "1.0.0-pre.51"
4088+
resolved "https://registry.yarnpkg.com/ts-node-dev/-/ts-node-dev-1.0.0-pre.51.tgz#841c41b927363bce0a630e443a7c626926636e8f"
4089+
integrity sha512-b+OMsGtxYDsPPN2CMKcIYSwffTSDFB4pzna+10mTwIvl6DLw04ge9VfyTycfKEQ2ZSWt+ecWCylNfZJIyUWs/Q==
40854090
dependencies:
40864091
chokidar "^3.4.0"
40874092
dateformat "~1.0.4-1.2.3"
40884093
dynamic-dedupe "^0.3.0"
4089-
minimist "^1.1.3"
4090-
mkdirp "^0.5.1"
4094+
minimist "^1.2.5"
4095+
mkdirp "^1.0.4"
40914096
node-notifier "^5.4.0"
40924097
resolve "^1.0.0"
40934098
rimraf "^2.6.1"

0 commit comments

Comments
 (0)