Skip to content

Commit

Permalink
chore(deps): upgrade dependencies (#764)
Browse files Browse the repository at this point in the history
Upgrades project dependencies. See details in [workflow run].

[Workflow Run]: https://github.com/cdklabs/decdk/actions/runs/6581708690

------

*Automatically created by projen via the "upgrade-main" workflow*
  • Loading branch information
cdklabs-automation authored Oct 20, 2023
1 parent bd37e06 commit 7739f66
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 36 deletions.
14 changes: 10 additions & 4 deletions cdk.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -134123,6 +134123,12 @@
"anyOf": [
{
"anyOf": [
{
"aws-cdk-lib.aws_elasticloadbalancingv2.ApplicationLoadBalancer.fromApplicationLoadBalancerAttributes": {}
},
{
"aws-cdk-lib.aws_elasticloadbalancingv2.ApplicationLoadBalancer.fromLookup": {}
},
{
"$ref": "#/definitions/FnRef"
},
Expand Down Expand Up @@ -175088,7 +175094,7 @@
"anyOf": [
{
"$ref": "#/definitions/aws-cdk-lib.Duration",
"description": "Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.\n\nA value of zero will disable automatic rotation - `Duration.days(0)`."
"description": "Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.\n\nA value of zero (`Duration.days(0)`) will not create RotationRules."
},
{
"anyOf": [
Expand All @@ -175099,7 +175105,7 @@
"$ref": "#/definitions/FnGetProp"
}
],
"description": "Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.\n\nA value of zero will disable automatic rotation - `Duration.days(0)`."
"description": "Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.\n\nA value of zero (`Duration.days(0)`) will not create RotationRules."
}
]
},
Expand Down Expand Up @@ -239736,7 +239742,7 @@
"anyOf": [
{
"$ref": "#/definitions/aws-cdk-lib.Duration",
"description": "Total timeout for the entire operation.\n\nThe maximum timeout is 2 hours (yes, it can exceed the AWS Lambda 15 minutes)"
"description": "Total timeout for the entire operation.\n\nThe maximum timeout is 1 hour (yes, it can exceed the AWS Lambda 15 minutes)"
},
{
"anyOf": [
Expand All @@ -239747,7 +239753,7 @@
"$ref": "#/definitions/FnGetProp"
}
],
"description": "Total timeout for the entire operation.\n\nThe maximum timeout is 2 hours (yes, it can exceed the AWS Lambda 15 minutes)"
"description": "Total timeout for the entire operation.\n\nThe maximum timeout is 1 hour (yes, it can exceed the AWS Lambda 15 minutes)"
}
]
},
Expand Down
75 changes: 43 additions & 32 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7739f66

Please sign in to comment.