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

Commit 7dd662c

Browse files
chore: Bump cron-parser in /modules/runners/lambdas/runners (#1318)
Bumps [cron-parser](https://github.com/harrisiirak/cron-parser) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/harrisiirak/cron-parser/releases) - [Commits](harrisiirak/cron-parser@4.0.0...4.1.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 672f482 commit 7dd662c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/express": "^4.17.11",
4343
"@types/node": "^16.10.3",
4444
"aws-sdk": "^2.1010.0",
45-
"cron-parser": "^4.0.0",
45+
"cron-parser": "^4.1.0",
4646
"typescript": "^4.4.4"
4747
}
4848
}

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -2079,10 +2079,10 @@ create-require@^1.1.0:
20792079
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
20802080
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
20812081

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==
20862086
dependencies:
20872087
luxon "^1.26.0"
20882088

0 commit comments

Comments
 (0)