Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit fd2dc78

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

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: modules/runners/lambdas/runners/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@octokit/rest": "^19.0.5",
4444
"@octokit/types": "^8.0.0",
4545
"aws-sdk": "^2.1289.0",
46-
"cron-parser": "^4.7.0",
46+
"cron-parser": "^4.7.1",
4747
"tslog": "^3.3.4",
4848
"typescript": "^4.9.4"
4949
}

Diff for: modules/runners/lambdas/runners/yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -2336,12 +2336,12 @@ create-require@^1.1.0:
23362336
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
23372337
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
23382338

2339-
cron-parser@^4.7.0:
2340-
version "4.7.0"
2341-
resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-4.7.0.tgz#184eac151f810e7bf2b32ad37b4dd4a711797cdc"
2342-
integrity sha512-BdAELR+MCT2ZWsIBhZKDuUqIUCBjHHulPJnm53OfdRLA4EWBjva3R+KM5NeidJuGsNXdEcZkjC7SCnkW5rAFSA==
2339+
cron-parser@^4.7.1:
2340+
version "4.7.1"
2341+
resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-4.7.1.tgz#1e325a6a18e797a634ada1e2599ece0b6b5ed177"
2342+
integrity sha512-WguFaoQ0hQ61SgsCZLHUcNbAvlK0lypKXu62ARguefYmjzaOXIVRNrAmyXzabTwUn4sQvQLkk6bjH+ipGfw8bA==
23432343
dependencies:
2344-
luxon "^3.1.0"
2344+
luxon "^3.2.1"
23452345

23462346
cross-spawn@^7.0.2, cross-spawn@^7.0.3:
23472347
version "7.0.3"
@@ -3592,7 +3592,7 @@ lru-cache@^6.0.0:
35923592
dependencies:
35933593
yallist "^4.0.0"
35943594

3595-
luxon@^3.1.0:
3595+
luxon@^3.2.1:
35963596
version "3.2.1"
35973597
resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.2.1.tgz#14f1af209188ad61212578ea7e3d518d18cee45f"
35983598
integrity sha512-QrwPArQCNLAKGO/C+ZIilgIuDnEnKx5QYODdDtbFaxzsbZcc/a7WFq7MhsVYgRlwawLtvOUESTlfJ+hc/USqPg==

0 commit comments

Comments
 (0)