Skip to content

Commit 15a13fd

Browse files
chore: Bump cron-parser in /modules/runners/lambdas/runners (#2225)
Bumps [cron-parser](https://github.com/harrisiirak/cron-parser) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/harrisiirak/cron-parser/releases) - [Commits](harrisiirak/cron-parser@4.4.0...4.5.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 e31cb65 commit 15a13fd

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

modules/runners/lambdas/runners/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@types/express": "^4.17.11",
4545
"@types/node": "^18.0.0",
4646
"aws-sdk": "^2.1163.0",
47-
"cron-parser": "^4.4.0",
47+
"cron-parser": "^4.5.0",
4848
"tslog": "^3.3.3",
4949
"typescript": "^4.7.4"
5050
}

modules/runners/lambdas/runners/yarn.lock

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

2211-
cron-parser@^4.4.0:
2212-
version "4.4.0"
2213-
resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-4.4.0.tgz#829d67f9e68eb52fa051e62de0418909f05db983"
2214-
integrity sha512-TrE5Un4rtJaKgmzPewh67yrER5uKM0qI9hGLDBfWb8GGRe9pn/SDkhVrdHa4z7h0SeyeNxnQnogws/H+AQANQA==
2211+
cron-parser@^4.5.0:
2212+
version "4.5.0"
2213+
resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-4.5.0.tgz#2c6240a0301eff1424689835ce9c8de4cde9cfbd"
2214+
integrity sha512-QHdeh3zLWz6YvYTFKpRb860rJlip16pEinbxXT1i2NZB/nOxBjd2RbSv54sn5UrAj9WykiSLYWWDgo8azQK0HA==
22152215
dependencies:
2216-
luxon "^1.28.0"
2216+
luxon "^2.4.0"
22172217

22182218
cross-spawn@^7.0.2, cross-spawn@^7.0.3:
22192219
version "7.0.3"
@@ -3624,10 +3624,10 @@ lru-cache@^6.0.0:
36243624
dependencies:
36253625
yallist "^4.0.0"
36263626

3627-
luxon@^1.28.0:
3628-
version "1.28.0"
3629-
resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.28.0.tgz#e7f96daad3938c06a62de0fb027115d251251fbf"
3630-
integrity sha512-TfTiyvZhwBYM/7QdAVDh+7dBTBA29v4ik0Ce9zda3Mnf8on1S5KJI8P2jKFZ8+5C0jhmr0KwJEO/Wdpm0VeWJQ==
3627+
luxon@^2.4.0:
3628+
version "2.4.0"
3629+
resolved "https://registry.yarnpkg.com/luxon/-/luxon-2.4.0.tgz#9435806545bb32d4234dab766ab8a3d54847a765"
3630+
integrity sha512-w+NAwWOUL5hO0SgwOHsMBAmZ15SoknmQXhSO0hIbJCAmPKSsGeK8MlmhYh2w6Iib38IxN2M+/ooXWLbeis7GuA==
36313631

36323632
make-dir@^3.0.0:
36333633
version "3.1.0"

0 commit comments

Comments
 (0)