File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
modules/runners/lambdas/runners Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 42
42
"@types/express" : " ^4.17.11" ,
43
43
"@types/node" : " ^16.11.11" ,
44
44
"aws-sdk" : " ^2.1040.0" ,
45
- "cron-parser" : " ^4.1 .0" ,
45
+ "cron-parser" : " ^4.2 .0" ,
46
46
"tslog" : " ^3.3.0" ,
47
47
"typescript" : " ^4.5.2"
48
48
}
Original file line number Diff line number Diff line change @@ -2088,12 +2088,12 @@ create-require@^1.1.0:
2088
2088
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
2089
2089
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
2090
2090
2091
- cron-parser@^4.1 .0 :
2092
- version "4.1 .0"
2093
- resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-4.1 .0.tgz#8355502f5ca7f8badca03426959a4915765330d5 "
2094
- integrity sha512-9AIKixzWHV1nn+EF8bR9/0Q9E2xhv8UW9l7/nX8LN7pzYYi1HPr7kLTUxsyimaoqwjn8S15HwXmza6Ebt6BWJw ==
2091
+ cron-parser@^4.2 .0 :
2092
+ version "4.2 .0"
2093
+ resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-4.2 .0.tgz#cee7d9b5a04f3f64c6c9d815097df2e98b7c5427 "
2094
+ integrity sha512-pHDdek1iV87R9iG1edv5P2aImDOO1+y2VqCm0V3t0g3JtT/o0V0wAnX/6J2bsF8XEDvR7iqL3Co/3RBj2AhPFQ ==
2095
2095
dependencies :
2096
- luxon "^1.26 .0"
2096
+ luxon "^1.28 .0"
2097
2097
2098
2098
cross-spawn@^7.0.2, cross-spawn@^7.0.3 :
2099
2099
version "7.0.3"
@@ -3525,7 +3525,7 @@ lru-cache@^6.0.0:
3525
3525
dependencies :
3526
3526
yallist "^4.0.0"
3527
3527
3528
- luxon@^1.26 .0 :
3528
+ luxon@^1.28 .0 :
3529
3529
version "1.28.0"
3530
3530
resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.28.0.tgz#e7f96daad3938c06a62de0fb027115d251251fbf"
3531
3531
integrity sha512-TfTiyvZhwBYM/7QdAVDh+7dBTBA29v4ik0Ce9zda3Mnf8on1S5KJI8P2jKFZ8+5C0jhmr0KwJEO/Wdpm0VeWJQ==
You can’t perform that action at this time.
0 commit comments