Skip to content

Commit bc93f06

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

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.6.3",
4646
"aws-sdk": "^2.1188.0",
47-
"cron-parser": "^4.5.0",
47+
"cron-parser": "^4.6.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
@@ -2324,12 +2324,12 @@ create-require@^1.1.0:
23242324
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
23252325
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
23262326

2327-
cron-parser@^4.5.0:
2328-
version "4.5.0"
2329-
resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-4.5.0.tgz#2c6240a0301eff1424689835ce9c8de4cde9cfbd"
2330-
integrity sha512-QHdeh3zLWz6YvYTFKpRb860rJlip16pEinbxXT1i2NZB/nOxBjd2RbSv54sn5UrAj9WykiSLYWWDgo8azQK0HA==
2327+
cron-parser@^4.6.0:
2328+
version "4.6.0"
2329+
resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-4.6.0.tgz#404c3fdbff10ae80eef6b709555d577ef2fd2e0d"
2330+
integrity sha512-guZNLMGUgg6z4+eGhmHGw7ft+v6OQeuHzd1gcLxCo9Yg/qoxmG3nindp2/uwGCLizEisf2H0ptqeVXeoCpP6FA==
23312331
dependencies:
2332-
luxon "^2.4.0"
2332+
luxon "^3.0.1"
23332333

23342334
cross-spawn@^7.0.2, cross-spawn@^7.0.3:
23352335
version "7.0.3"
@@ -3959,10 +3959,10 @@ lru-cache@^6.0.0:
39593959
dependencies:
39603960
yallist "^4.0.0"
39613961

3962-
luxon@^2.4.0:
3963-
version "2.4.0"
3964-
resolved "https://registry.yarnpkg.com/luxon/-/luxon-2.4.0.tgz#9435806545bb32d4234dab766ab8a3d54847a765"
3965-
integrity sha512-w+NAwWOUL5hO0SgwOHsMBAmZ15SoknmQXhSO0hIbJCAmPKSsGeK8MlmhYh2w6Iib38IxN2M+/ooXWLbeis7GuA==
3962+
luxon@^3.0.1:
3963+
version "3.0.1"
3964+
resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.0.1.tgz#6901111d10ad06fd267ad4e4128a84bef8a77299"
3965+
integrity sha512-hF3kv0e5gwHQZKz4wtm4c+inDtyc7elkanAsBq+fundaCdUBNJB1dHEGUZIM6SfSBUlbVFduPwEtNjFK8wLtcw==
39663966

39673967
make-dir@^3.0.0:
39683968
version "3.1.0"

0 commit comments

Comments
 (0)