Skip to content

Commit f3d0c4d

Browse files
chore: Bump cron-parser in /modules/runners/lambdas/runners (#1910)
Bumps [cron-parser](https://github.com/harrisiirak/cron-parser) from 4.2.1 to 4.3.0. - [Release notes](https://github.com/harrisiirak/cron-parser/releases) - [Commits](harrisiirak/cron-parser@4.2.1...4.3.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 427955b commit f3d0c4d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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": "^17.0.23",
4646
"aws-sdk": "^2.1111.0",
47-
"cron-parser": "^4.2.1",
47+
"cron-parser": "^4.3.0",
4848
"tslog": "^3.3.3",
4949
"typescript": "^4.6.3"
5050
}

modules/runners/lambdas/runners/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2152,10 +2152,10 @@ create-require@^1.1.0:
21522152
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
21532153
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
21542154

2155-
cron-parser@^4.2.1:
2156-
version "4.2.1"
2157-
resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-4.2.1.tgz#b43205d05ccd5c93b097dae64f3bd811f5993af3"
2158-
integrity sha512-5sJBwDYyCp+0vU5b7POl8zLWfgV5fOHxlc45FWoWdHecGC7MQHCjx0CHivCMRnGFovghKhhyYM+Zm9DcY5qcHg==
2155+
cron-parser@^4.3.0:
2156+
version "4.3.0"
2157+
resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-4.3.0.tgz#16c3932fa62d0c30708d4200f510d6ca26bf35a2"
2158+
integrity sha512-mK6qJ6k9Kn0/U7Cv6LKQnReUW3GqAW4exgwmHJGb3tPgcy0LrS+PeqxPPiwL8uW/4IJsMsCZrCc4vf1nnXMjzA==
21592159
dependencies:
21602160
luxon "^1.28.0"
21612161

0 commit comments

Comments
 (0)