Skip to content

Commit 6ea4bca

Browse files
fix(lambda): bump cron-parser from 5.3.0 to 5.3.1 in /lambdas (#4744)
Bumps [cron-parser](https://github.com/harrisiirak/cron-parser) from 5.3.0 to 5.3.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/harrisiirak/cron-parser/releases">cron-parser's releases</a>.</em></p> <blockquote> <h2>v5.3.1</h2> <h2>What's Changed</h2> <ul> <li>Fix invalid start and end time span validation logic by <a href="https://github.com/harrisiirak"><code>@​harrisiirak</code></a> in <a href="https://redirect.github.com/harrisiirak/cron-parser/pull/386">harrisiirak/cron-parser#386</a></li> <li>CronFieldCollection.from should allow passing in special chars by <a href="https://github.com/harrisiirak"><code>@​harrisiirak</code></a> in <a href="https://redirect.github.com/harrisiirak/cron-parser/pull/387">harrisiirak/cron-parser#387</a></li> <li>Update luxon to the latest version 1c32a8498cd71a8eaa8bc114754a6470f08b6305</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/harrisiirak/cron-parser/compare/v5.3.0...v5.3.1">https://github.com/harrisiirak/cron-parser/compare/v5.3.0...v5.3.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/harrisiirak/cron-parser/commit/a8267e25fba5a545aea05c392c9f86f7d83b7124"><code>a8267e2</code></a> Bump version</li> <li><a href="https://github.com/harrisiirak/cron-parser/commit/1c32a8498cd71a8eaa8bc114754a6470f08b6305"><code>1c32a84</code></a> Update luxon to the latest version</li> <li><a href="https://github.com/harrisiirak/cron-parser/commit/5f41fbf37fda34c8f0ad4288a42b7a3ddb328ec9"><code>5f41fbf</code></a> Include pre-defined hashSeed for benchmark runs</li> <li><a href="https://github.com/harrisiirak/cron-parser/commit/4b16aa93ca387fa0efff8a22b35a33470744b755"><code>4b16aa9</code></a> CronFieldCollection.from should allow passing in special chars (<a href="https://redirect.github.com/harrisiirak/cron-parser/issues/387">#387</a>)</li> <li><a href="https://github.com/harrisiirak/cron-parser/commit/d88c64c7e256535615310fd866bddc0a1bd42998"><code>d88c64c</code></a> Fix invalid start and end time span validation logic (<a href="https://redirect.github.com/harrisiirak/cron-parser/issues/386">#386</a>)</li> <li>See full diff in <a href="https://github.com/harrisiirak/cron-parser/compare/v5.3.0...v5.3.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cron-parser&package-manager=npm_and_yarn&previous-version=5.3.0&new-version=5.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4997f31 commit 6ea4bca

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

lambdas/functions/ami-housekeeper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@aws-github-runner/aws-ssm-util": "*",
2929
"@aws-sdk/client-ec2": "^3.875.0",
3030
"@aws-sdk/client-ssm": "^3.873.0",
31-
"cron-parser": "^5.3.0"
31+
"cron-parser": "^5.3.1"
3232
},
3333
"nx": {
3434
"includedScripts": [

lambdas/functions/control-plane/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@octokit/core": "7.0.3",
4141
"@octokit/plugin-throttling": "11.0.1",
4242
"@octokit/rest": "22.0.0",
43-
"cron-parser": "^5.3.0"
43+
"cron-parser": "^5.3.1"
4444
},
4545
"nx": {
4646
"includedScripts": [

lambdas/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ __metadata:
133133
"@vercel/ncc": "npm:^0.38.3"
134134
aws-sdk-client-mock: "npm:^4.1.0"
135135
aws-sdk-client-mock-jest: "npm:^4.1.0"
136-
cron-parser: "npm:^5.3.0"
136+
cron-parser: "npm:^5.3.1"
137137
languageName: unknown
138138
linkType: soft
139139

@@ -186,7 +186,7 @@ __metadata:
186186
"@vercel/ncc": "npm:^0.38.3"
187187
aws-sdk-client-mock: "npm:^4.1.0"
188188
aws-sdk-client-mock-jest: "npm:^4.1.0"
189-
cron-parser: "npm:^5.3.0"
189+
cron-parser: "npm:^5.3.1"
190190
moment-timezone: "npm:^0.6.0"
191191
nock: "npm:^14.0.2"
192192
ts-node: "npm:^10.9.2"
@@ -6907,12 +6907,12 @@ __metadata:
69076907
languageName: node
69086908
linkType: hard
69096909

6910-
"cron-parser@npm:^5.3.0":
6911-
version: 5.3.0
6912-
resolution: "cron-parser@npm:5.3.0"
6910+
"cron-parser@npm:^5.3.1":
6911+
version: 5.3.1
6912+
resolution: "cron-parser@npm:5.3.1"
69136913
dependencies:
6914-
luxon: "npm:^3.6.1"
6915-
checksum: 10c0/770d88db93af031ecc0fa7e7fc4f587af32df66eaff985137f86a02fee9af038533788dd36d5bc6ac283392e9db82b55fd4841e7e02098617fc7b73a813c5b7a
6914+
luxon: "npm:^3.7.1"
6915+
checksum: 10c0/0a5a1070cd5c1a33a0e8d9942868e5fe19d597ef83f3af0dbf701708d7d4084ba3a90563ae0d4cb20c8155caf35571eadfa7be09eee46ead570bf9e745a0aab8
69166916
languageName: node
69176917
linkType: hard
69186918

@@ -9111,7 +9111,7 @@ __metadata:
91119111
languageName: node
91129112
linkType: hard
91139113

9114-
"luxon@npm:^3.6.1":
9114+
"luxon@npm:^3.7.1":
91159115
version: 3.7.1
91169116
resolution: "luxon@npm:3.7.1"
91179117
checksum: 10c0/f83bc23a4c09da9111bc2510d2f5346e1ced4938379ebff13e308fece2ea852eb6e8b9ed8053b8d82e0fce05d5dd46e4cd64d8831ca04cfe32c0954b6f087258

0 commit comments

Comments
 (0)