This repository was archived by the owner on Jan 16, 2025. It is now read-only.
File tree 2 files changed +5
-5
lines changed
modules/runners/lambdas/runners
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 42
42
"@types/express" : " ^4.17.11" ,
43
43
"@types/node" : " ^16.10.3" ,
44
44
"aws-sdk" : " ^2.1010.0" ,
45
- "cron-parser" : " ^4.0 .0" ,
45
+ "cron-parser" : " ^4.1 .0" ,
46
46
"typescript" : " ^4.4.4"
47
47
}
48
48
}
Original file line number Diff line number Diff line change @@ -2079,10 +2079,10 @@ create-require@^1.1.0:
2079
2079
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
2080
2080
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
2081
2081
2082
- cron-parser@^4.0 .0 :
2083
- version "4.0 .0"
2084
- resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-4.0 .0.tgz#2198c42c0a8a57ccbe55d3c377867b1fec336a13 "
2085
- integrity sha512-qm3mz+FBmswzQHzxndzHba9W899FcP+MJ1+PAcaUQgysolTUmJkz9j1E+rUvGgjkCi4Z6WkU9t0mO4ei96kM+A ==
2082
+ cron-parser@^4.1 .0 :
2083
+ version "4.1 .0"
2084
+ resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-4.1 .0.tgz#8355502f5ca7f8badca03426959a4915765330d5 "
2085
+ integrity sha512-9AIKixzWHV1nn+EF8bR9/0Q9E2xhv8UW9l7/nX8LN7pzYYi1HPr7kLTUxsyimaoqwjn8S15HwXmza6Ebt6BWJw ==
2086
2086
dependencies :
2087
2087
luxon "^1.26.0"
2088
2088
You can’t perform that action at this time.
0 commit comments