Skip to content

Commit ee56a90

Browse files
chore: Bump cron-parser in /modules/runners/lambdas/runners (#1470)
Bumps [cron-parser](https://github.com/harrisiirak/cron-parser) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/harrisiirak/cron-parser/releases) - [Commits](harrisiirak/cron-parser@4.1.0...4.2.0) --- updated-dependencies: - dependency-name: cron-parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8d74b64 commit ee56a90

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

modules/runners/lambdas/runners/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/express": "^4.17.11",
4343
"@types/node": "^16.11.11",
4444
"aws-sdk": "^2.1040.0",
45-
"cron-parser": "^4.1.0",
45+
"cron-parser": "^4.2.0",
4646
"tslog": "^3.3.0",
4747
"typescript": "^4.5.2"
4848
}

modules/runners/lambdas/runners/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2088,12 +2088,12 @@ create-require@^1.1.0:
20882088
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
20892089
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
20902090

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==
20952095
dependencies:
2096-
luxon "^1.26.0"
2096+
luxon "^1.28.0"
20972097

20982098
cross-spawn@^7.0.2, cross-spawn@^7.0.3:
20992099
version "7.0.3"
@@ -3525,7 +3525,7 @@ lru-cache@^6.0.0:
35253525
dependencies:
35263526
yallist "^4.0.0"
35273527

3528-
luxon@^1.26.0:
3528+
luxon@^1.28.0:
35293529
version "1.28.0"
35303530
resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.28.0.tgz#e7f96daad3938c06a62de0fb027115d251251fbf"
35313531
integrity sha512-TfTiyvZhwBYM/7QdAVDh+7dBTBA29v4ik0Ce9zda3Mnf8on1S5KJI8P2jKFZ8+5C0jhmr0KwJEO/Wdpm0VeWJQ==

0 commit comments

Comments
 (0)