Skip to content

Commit

Permalink
chore(deps): upgrade dev dependencies (#1116)
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/11283986987

------

*Automatically created by projen via the "upgrade-dev-deps-main" workflow*
  • Loading branch information
cdklabs-automation authored Oct 11, 2024
1 parent c142061 commit cde75c3
Show file tree
Hide file tree
Showing 4 changed files with 143 additions and 35 deletions.
103 changes: 102 additions & 1 deletion cdk.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -41270,6 +41270,25 @@
}
]
},
"ownerContact": {
"anyOf": [
{
"$ref": "#/definitions/StringExpression",
"description": "The owner contact information for an API resource.\n\nThis field accepts any string input with a length of 0 - 256 characters."
},
{
"anyOf": [
{
"$ref": "#/definitions/FnRef"
},
{
"$ref": "#/definitions/FnGetProp"
}
],
"description": "The owner contact information for an API resource.\n\nThis field accepts any string input with a length of 0 - 256 characters."
}
]
},
"queryDepthLimit": {
"anyOf": [
{
Expand Down Expand Up @@ -69947,6 +69966,7 @@
"VERSION_1_0_275_0",
"VERSION_1_0_295_0",
"VERSION_1_0_317_0",
"VERSION_1_0_333_0",
"VERSION_1_0_54_0",
"VERSION_1_0_86_0",
"VERSION_1_0_89_0",
Expand Down Expand Up @@ -135537,6 +135557,46 @@
},
"comment": "aws-cdk-lib.aws_ecs.ExecuteCommandConfiguration"
},
"aws-cdk-lib.aws_ecs.ManagedStorageConfiguration": {
"type": "object",
"title": "ManagedStorageConfiguration",
"additionalProperties": false,
"properties": {
"fargateEphemeralStorageKmsKey": {
"anyOf": [
{
"aws-cdk-lib.aws_kms.Alias.fromAliasAttributes": {}
},
{
"aws-cdk-lib.aws_kms.Alias.fromAliasName": {}
},
{
"aws-cdk-lib.aws_kms.Alias.addAlias": {}
},
{
"aws-cdk-lib.aws_kms.Key.fromCfnKey": {}
},
{
"aws-cdk-lib.aws_kms.Key.fromKeyArn": {}
},
{
"aws-cdk-lib.aws_kms.Key.fromLookup": {}
},
{
"aws-cdk-lib.aws_kms.Key.addAlias": {}
},
{
"$ref": "#/definitions/FnRef"
},
{
"$ref": "#/definitions/FnGetProp"
}
],
"description": "KMS Key used to encrypt ECS Fargate ephemeral Storage.\n\nThe configured KMS Key's policy will be modified to allow ECS to use the Key to encrypt the ephemeral Storage for this cluster."
}
},
"comment": "aws-cdk-lib.aws_ecs.ManagedStorageConfiguration"
},
"aws-cdk-lib.aws_ecs.ClusterProps": {
"type": "object",
"title": "ClusterProps",
Expand Down Expand Up @@ -135656,6 +135716,25 @@
}
]
},
"managedStorageConfiguration": {
"anyOf": [
{
"$ref": "#/definitions/aws-cdk-lib.aws_ecs.ManagedStorageConfiguration",
"description": "Encryption configuration for ECS Managed storage."
},
{
"anyOf": [
{
"$ref": "#/definitions/FnRef"
},
{
"$ref": "#/definitions/FnGetProp"
}
],
"description": "Encryption configuration for ECS Managed storage."
}
]
},
"vpc": {
"anyOf": [
{
Expand Down Expand Up @@ -152041,7 +152120,8 @@
"V1_27",
"V1_28",
"V1_29",
"V1_30"
"V1_30",
"V1_31"
]
},
{
Expand Down Expand Up @@ -162213,6 +162293,25 @@
],
"description": "SSL Policy."
},
"tcpIdleTimeout": {
"anyOf": [
{
"$ref": "#/definitions/aws-cdk-lib.Duration",
"description": "The load balancer TCP idle timeout."
},
{
"anyOf": [
{
"$ref": "#/definitions/FnRef"
},
{
"$ref": "#/definitions/FnGetProp"
}
],
"description": "The load balancer TCP idle timeout."
}
]
},
"loadBalancer": {
"anyOf": [
{
Expand Down Expand Up @@ -305093,6 +305192,8 @@
"IOT_SITEWISE_DATA",
"IOT_TWINMAKER_API",
"IOT_TWINMAKER_DATA",
"KAFKA",
"KAFKA_FIPS",
"KENDRA",
"KENDRA_RANKING",
"KEYSPACES",
Expand Down
7 changes: 7 additions & 0 deletions decdk.specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7057,6 +7057,13 @@
"Type": "aws-cdk-lib.aws_lambda.LambdaInsightsVersion",
"Static": true
},
"VERSION_1_0_333_0": {
"Remarks": "",
"Summary": "Version 1.0.333.0.",
"Required": true,
"Type": "aws-cdk-lib.aws_lambda.LambdaInsightsVersion",
"Static": true
},
"VERSION_1_0_54_0": {
"Remarks": "",
"Summary": "Version 1.0.54.0.",
Expand Down
2 changes: 1 addition & 1 deletion package.json

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

66 changes: 33 additions & 33 deletions yarn.lock

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

0 comments on commit cde75c3

Please sign in to comment.