Skip to content

Commit 3085cfc

Browse files
aws-cdk-automationgithub-actions
and
github-actions
authored
chore(deps): upgrade dependencies (#391)
Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/aws/aws-cdk-cli/actions/runs/14564738589 ------ *Automatically created by projen via the "upgrade" workflow* --------- Signed-off-by: github-actions <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent 7c3c94e commit 3085cfc

File tree

16 files changed

+374
-371
lines changed

16 files changed

+374
-371
lines changed

package.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/cdk-cli-wrapper/package.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/cli-lib-alpha/THIRD_PARTY_LICENSES

+1-1
Original file line numberDiff line numberDiff line change
@@ -2266,7 +2266,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l
22662266

22672267
----------------
22682268

2269-
** @aws-sdk/client-ecs@3.787.0 - https://www.npmjs.com/package/@aws-sdk/client-ecs/v/3.787.0 | Apache-2.0
2269+
** @aws-sdk/client-ecs@3.791.0 - https://www.npmjs.com/package/@aws-sdk/client-ecs/v/3.791.0 | Apache-2.0
22702270
Apache License
22712271
Version 2.0, January 2004
22722272
http://www.apache.org/licenses/

packages/@aws-cdk/cli-lib-alpha/package.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/cloudformation-diff/package.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/integ-runner/lib/recommended-feature-flags.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,6 @@
6969
"@aws-cdk/aws-s3:setUniqueReplicationRoleName": true,
7070
"@aws-cdk/aws-events:requireEventBusPolicySid": true,
7171
"@aws-cdk/core:aspectPrioritiesMutating": true,
72-
"@aws-cdk/aws-dynamodb:retainTableReplica": true
72+
"@aws-cdk/aws-dynamodb:retainTableReplica": true,
73+
"@aws-cdk/aws-stepfunctions:useDistributedMapResultWriterV2": true
7374
}

packages/@aws-cdk/integ-runner/lib/runner/runner-base.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -285,4 +285,5 @@ export declare function currentlyRecommendedAwsCdkLibFlags(): {
285285
"@aws-cdk/aws-events:requireEventBusPolicySid": boolean;
286286
"@aws-cdk/core:aspectPrioritiesMutating": boolean;
287287
"@aws-cdk/aws-dynamodb:retainTableReplica": boolean;
288+
"@aws-cdk/aws-stepfunctions:useDistributedMapResultWriterV2": boolean;
288289
};

packages/@aws-cdk/integ-runner/package.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/tmp-toolkit-helpers/package.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/toolkit-lib/package.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/aws-cdk/THIRD_PARTY_LICENSES

+1-1
Original file line numberDiff line numberDiff line change
@@ -2266,7 +2266,7 @@ The aws-cdk package includes the following third-party software/licensing:
22662266

22672267
----------------
22682268

2269-
** @aws-sdk/client-ecs@3.787.0 - https://www.npmjs.com/package/@aws-sdk/client-ecs/v/3.787.0 | Apache-2.0
2269+
** @aws-sdk/client-ecs@3.791.0 - https://www.npmjs.com/package/@aws-sdk/client-ecs/v/3.791.0 | Apache-2.0
22702270
Apache License
22712271
Version 2.0, January 2004
22722272
http://www.apache.org/licenses/
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"aws-cdk-lib": "2.189.1", "constructs": "^10.0.0"}
1+
{"aws-cdk-lib": "2.190.0", "constructs": "^10.0.0"}

packages/aws-cdk/lib/init-templates/.recommended-feature-flags.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,6 @@
6969
"@aws-cdk/aws-s3:setUniqueReplicationRoleName": true,
7070
"@aws-cdk/aws-events:requireEventBusPolicySid": true,
7171
"@aws-cdk/core:aspectPrioritiesMutating": true,
72-
"@aws-cdk/aws-dynamodb:retainTableReplica": true
72+
"@aws-cdk/aws-dynamodb:retainTableReplica": true,
73+
"@aws-cdk/aws-stepfunctions:useDistributedMapResultWriterV2": true
7374
}

packages/aws-cdk/package.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cdk-assets/package.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)