Skip to content

Commit 257ec38

Browse files
chore: npm-check-updates && yarn upgrade
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
1 parent 0fee99b commit 257ec38

File tree

21 files changed

+861
-880
lines changed

21 files changed

+861
-880
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"jsii-diff": "1.95.0",
2929
"jsii-pacmak": "1.95.0",
3030
"jsii-reflect": "1.95.0",
31-
"jsii-rosetta": "~5.3.27",
31+
"jsii-rosetta": "~5.3.29",
3232
"lerna": "^7.4.2",
3333
"nx": "^16.10.0",
3434
"patch-package": "^6.5.1",

packages/@aws-cdk-testing/cli-integ/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
},
4040
"dependencies": {
4141
"@octokit/rest": "^18.12.0",
42-
"aws-sdk": "^2.1576.0",
43-
"axios": "^1.6.7",
42+
"aws-sdk": "^2.1581.0",
43+
"axios": "^1.6.8",
4444
"fs-extra": "^9.1.0",
4545
"glob": "^7.2.3",
4646
"jest": "^29.7.0",

packages/@aws-cdk-testing/framework-integ/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@aws-cdk/integ-tests-alpha": "0.0.0",
4242
"@aws-cdk/lambda-layer-kubectl-v24": "^2.0.242",
4343
"aws-cdk-lib": "0.0.0",
44-
"aws-sdk": "^2.1576.0",
44+
"aws-sdk": "^2.1581.0",
4545
"aws-sdk-mock": "5.6.0",
4646
"cdk8s": "2.68.46",
4747
"cdk8s-plus-27": "2.7.84",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@aws-cdk/aws-service-spec": "^0.0.54",
2727
"@aws-cdk/service-spec-types": "^0.0.54",
28-
"aws-sdk": "2.1576.0",
28+
"aws-sdk": "2.1581.0",
2929
"chalk": "^4",
3030
"diff": "^5.2.0",
3131
"fast-deep-equal": "^3.1.3",

packages/@aws-cdk/custom-resource-handlers/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@
4545
"@aws-sdk/client-eks": "3.421.0",
4646
"@aws-sdk/client-sts": "3.421.0",
4747
"@aws-sdk/node-http-handler": "^3.370.0",
48-
"@smithy/util-stream": "^2.1.5",
48+
"@smithy/util-stream": "^2.2.0",
4949
"@types/jest": "^29.5.12",
50-
"aws-sdk-client-mock": "^3.0.1",
51-
"aws-sdk-client-mock-jest": "^3.0.1",
50+
"aws-sdk-client-mock": "^3.1.0",
51+
"aws-sdk-client-mock-jest": "^3.1.0",
5252
"aws-sdk-mock": "5.8.0",
5353
"@cdklabs/typewriter": "^0.0.3",
5454
"jest": "^29.7.0",
5555
"sinon": "^9.2.4",
5656
"nock": "^13.5.4",
5757
"fs-extra": "^11.2.0",
58-
"esbuild": "^0.20.1"
58+
"esbuild": "^0.20.2"
5959
},
6060
"dependencies": {
6161
"@aws-cdk/asset-node-proxy-agent-v6": "^2.0.1",
@@ -64,7 +64,7 @@
6464
"@aws-sdk/client-ecr": "3.421.0",
6565
"@aws-sdk/client-s3": "3.421.0",
6666
"@aws-sdk/client-cloudwatch": "3.421.0",
67-
"aws-sdk": "^2.1576.0"
67+
"aws-sdk": "^2.1581.0"
6868
},
6969
"repository": {
7070
"url": "https://github.com/aws/aws-cdk.git",

packages/@aws-cdk/cx-api/FEATURE_FLAGS.md

+19-3
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ Flags come in three types:
6565
| [@aws-cdk/aws-codepipeline-actions:useNewDefaultBranchForCodeCommitSource](#aws-cdkaws-codepipeline-actionsusenewdefaultbranchforcodecommitsource) | When enabled, the CodeCommit source action is using the default branch name 'main'. | 2.103.1 | (fix) |
6666
| [@aws-cdk/aws-cloudwatch-actions:changeLambdaPermissionLogicalIdForLambdaAction](#aws-cdkaws-cloudwatch-actionschangelambdapermissionlogicalidforlambdaaction) | When enabled, the logical ID of a Lambda permission for a Lambda action includes an alarm ID. | 2.124.0 | (fix) |
6767
| [@aws-cdk/aws-codepipeline:crossAccountKeysDefaultValueToFalse](#aws-cdkaws-codepipelinecrossaccountkeysdefaultvaluetofalse) | Enables Pipeline to set the default value for crossAccountKeys to false. | 2.127.0 | (default) |
68-
| [@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2](#aws-cdkaws-codepipelinedefaultpipelinetypetov2) | Enables Pipeline to set the default pipeline type to V2. | V2NEXT | (default) |
68+
| [@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2](#aws-cdkaws-codepipelinedefaultpipelinetypetov2) | Enables Pipeline to set the default pipeline type to V2. | 2.133.0 | (default) |
69+
| [@aws-cdk/aws-kms:reduceCrossAccountRegionPolicyScope](#aws-cdkaws-kmsreducecrossaccountregionpolicyscope) | When enabled, IAM Policy created from KMS key grant will reduce the resource scope to this key only. | V2NEXT | (fix) |
6970

7071
<!-- END table -->
7172

@@ -122,7 +123,8 @@ The following json shows the current recommended set of flags, as `cdk init` wou
122123
"@aws-cdk/aws-codepipeline-actions:useNewDefaultBranchForCodeCommitSource": true,
123124
"@aws-cdk/aws-cloudwatch-actions:changeLambdaPermissionLogicalIdForLambdaAction": true,
124125
"@aws-cdk/aws-codepipeline:crossAccountKeysDefaultValueToFalse": true,
125-
"@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2": true
126+
"@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2": true,
127+
"@aws-cdk/aws-kms:reduceCrossAccountRegionPolicyScope": true
126128
}
127129
}
128130
```
@@ -1244,9 +1246,23 @@ construct, the construct automatically defaults the value of this property to `P
12441246
| Since | Default | Recommended |
12451247
| ----- | ----- | ----- |
12461248
| (not in v1) | | |
1247-
| V2NEXT | `false` | `true` |
1249+
| 2.133.0 | `false` | `true` |
12481250

12491251
**Compatibility with old behavior:** Pass `pipelineType: PipelineType.V1` to `Pipeline` construct to restore the previous behavior.
12501252

12511253

1254+
### @aws-cdk/aws-kms:reduceCrossAccountRegionPolicyScope
1255+
1256+
*When enabled, IAM Policy created from KMS key grant will reduce the resource scope to this key only.* (fix)
1257+
1258+
When this feature flag is enabled and calling KMS key grant method, the created IAM policy will reduce the resource scope from
1259+
'*' to this specific granting KMS key.
1260+
1261+
1262+
| Since | Default | Recommended |
1263+
| ----- | ----- | ----- |
1264+
| (not in v1) | | |
1265+
| V2NEXT | `false` | `true` |
1266+
1267+
12521268
<!-- END details -->

packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES

+3-2
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,11 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
100100

101101
----------------
102102

103-
** binary-extensions@2.2.0 - https://www.npmjs.com/package/binary-extensions/v/2.2.0 | MIT
103+
** binary-extensions@2.3.0 - https://www.npmjs.com/package/binary-extensions/v/2.3.0 | MIT
104104
MIT License
105105

106-
Copyright (c) 2019 Sindre Sorhus <[email protected]> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
106+
Copyright (c) Sindre Sorhus <[email protected]> (https://sindresorhus.com)
107+
Copyright (c) Paul Miller (https://paulmillr.com)
107108

108109
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
109110

packages/@aws-cdk/integ-tests-alpha/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
"@aws-sdk/types": "^3.433.0",
7777
"@types/fs-extra": "^9.0.13",
7878
"@types/jest": "^29.5.12",
79-
"aws-sdk-client-mock": "^3.0.1",
80-
"aws-sdk-client-mock-jest": "^3.0.1",
79+
"aws-sdk-client-mock": "^3.1.0",
80+
"aws-sdk-client-mock-jest": "^3.1.0",
8181
"jest": "^29.7.0",
8282
"nock": "^13.5.4",
8383
"sinon": "^9.2.4",

packages/@aws-cdk/sdk-v2-to-v3-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@aws-cdk/cdk-build-tools": "0.0.0",
2929
"@aws-cdk/pkglint": "0.0.0",
3030
"@aws-sdk/client-s3": "3.421.0",
31-
"@smithy/types": "^2.11.0",
31+
"@smithy/types": "^2.12.0",
3232
"@types/jest": "^29.5.12",
3333
"jest": "^29.7.0"
3434
},

packages/aws-cdk-lib/cx-api/FEATURE_FLAGS.md

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Flags come in three types:
6666
| [@aws-cdk/aws-cloudwatch-actions:changeLambdaPermissionLogicalIdForLambdaAction](#aws-cdkaws-cloudwatch-actionschangelambdapermissionlogicalidforlambdaaction) | When enabled, the logical ID of a Lambda permission for a Lambda action includes an alarm ID. | 2.124.0 | (fix) |
6767
| [@aws-cdk/aws-codepipeline:crossAccountKeysDefaultValueToFalse](#aws-cdkaws-codepipelinecrossaccountkeysdefaultvaluetofalse) | Enables Pipeline to set the default value for crossAccountKeys to false. | 2.127.0 | (default) |
6868
| [@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2](#aws-cdkaws-codepipelinedefaultpipelinetypetov2) | Enables Pipeline to set the default pipeline type to V2. | 2.133.0 | (default) |
69+
| [@aws-cdk/aws-kms:reduceCrossAccountRegionPolicyScope](#aws-cdkaws-kmsreducecrossaccountregionpolicyscope) | When enabled, IAM Policy created from KMS key grant will reduce the resource scope to this key only. | V2NEXT | (fix) |
6970

7071
<!-- END table -->
7172

packages/aws-cdk-lib/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -159,21 +159,21 @@
159159
"@aws-sdk/credential-providers": "3.421.0",
160160
"@aws-sdk/node-http-handler": "^3.370.0",
161161
"@aws-sdk/types": "^3.433.0",
162-
"@smithy/util-stream": "^2.1.5",
162+
"@smithy/util-stream": "^2.2.0",
163163
"@types/aws-lambda": "^8.10.136",
164164
"@types/jest": "^29.5.12",
165165
"@types/lodash": "^4.17.0",
166166
"@types/punycode": "^2.1.4",
167167
"@types/mime-types": "^2.1.4",
168168
"@aws-cdk/lazify": "0.0.0",
169-
"aws-sdk": "^2.1576.0",
170-
"aws-sdk-client-mock": "^3.0.1",
171-
"aws-sdk-client-mock-jest": "^3.0.1",
169+
"aws-sdk": "^2.1581.0",
170+
"aws-sdk-client-mock": "^3.1.0",
171+
"aws-sdk-client-mock-jest": "^3.1.0",
172172
"aws-sdk-mock": "5.8.0",
173173
"cdk8s": "2.68.46",
174174
"constructs": "^10.0.0",
175175
"delay": "5.0.0",
176-
"esbuild": "^0.20.1",
176+
"esbuild": "^0.20.2",
177177
"fast-check": "^3.16.0",
178178
"jest": "^29.7.0",
179179
"jest-each": "^29.7.0",

packages/aws-cdk/THIRD_PARTY_LICENSES

+5-4
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
264264

265265
----------------
266266

267-
** aws-sdk@2.1576.0 - https://www.npmjs.com/package/aws-sdk/v/2.1576.0 | Apache-2.0
267+
** aws-sdk@2.1581.0 - https://www.npmjs.com/package/aws-sdk/v/2.1581.0 | Apache-2.0
268268
AWS SDK for JavaScript
269269
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
270270

@@ -301,10 +301,11 @@ SOFTWARE.
301301

302302
----------------
303303

304-
** binary-extensions@2.2.0 - https://www.npmjs.com/package/binary-extensions/v/2.2.0 | MIT
304+
** binary-extensions@2.3.0 - https://www.npmjs.com/package/binary-extensions/v/2.3.0 | MIT
305305
MIT License
306306

307-
Copyright (c) 2019 Sindre Sorhus <[email protected]> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
307+
Copyright (c) Sindre Sorhus <[email protected]> (https://sindresorhus.com)
308+
Copyright (c) Paul Miller (https://paulmillr.com)
308309

309310
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
310311

@@ -461,7 +462,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
461462

462463
----------------
463464

464-
** cdk-from-cfn@0.144.0 - https://www.npmjs.com/package/cdk-from-cfn/v/0.144.0 | MIT OR Apache-2.0
465+
** cdk-from-cfn@0.148.0 - https://www.npmjs.com/package/cdk-from-cfn/v/0.148.0 | MIT OR Apache-2.0
465466

466467
----------------
467468

packages/aws-cdk/lib/init-templates/app/typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@types/jest": "^29.5.12",
15-
"@types/node": "20.11.27",
15+
"@types/node": "20.11.30",
1616
"jest": "^29.7.0",
1717
"ts-jest": "^29.1.2",
1818
"aws-cdk": "%cdk-version%",

packages/aws-cdk/lib/init-templates/lib/typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@types/jest": "^29.5.12",
13-
"@types/node": "20.11.27",
13+
"@types/node": "20.11.30",
1414
"aws-cdk-lib": "%cdk-version%",
1515
"constructs": "%constructs-version%",
1616
"jest": "^29.7.0",

packages/aws-cdk/lib/init-templates/sample-app/typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@types/jest": "^29.5.12",
15-
"@types/node": "20.11.27",
15+
"@types/node": "20.11.30",
1616
"jest": "^29.7.0",
1717
"ts-jest": "^29.1.2",
1818
"aws-cdk": "%cdk-version%",

packages/aws-cdk/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@types/yargs": "^15.0.19",
8383
"aws-cdk-lib": "0.0.0",
8484
"aws-sdk-mock": "5.6.0",
85-
"axios": "^1.6.7",
85+
"axios": "^1.6.8",
8686
"constructs": "^10.0.0",
8787
"fast-check": "^3.16.0",
8888
"jest": "^29.7.0",
@@ -102,10 +102,10 @@
102102
"@aws-cdk/region-info": "0.0.0",
103103
"@jsii/check-node": "1.95.0",
104104
"archiver": "^5.3.2",
105-
"aws-sdk": "^2.1576.0",
105+
"aws-sdk": "^2.1581.0",
106106
"camelcase": "^6.3.0",
107107
"cdk-assets": "0.0.0",
108-
"cdk-from-cfn": "^0.144.0",
108+
"cdk-from-cfn": "^0.148.0",
109109
"chalk": "^4",
110110
"chokidar": "^3.6.0",
111111
"decamelize": "^5.0.1",

packages/cdk-assets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@aws-cdk/cloud-assembly-schema": "0.0.0",
4747
"@aws-cdk/cx-api": "0.0.0",
4848
"archiver": "^5.3.2",
49-
"aws-sdk": "^2.1576.0",
49+
"aws-sdk": "^2.1581.0",
5050
"glob": "^7.2.3",
5151
"mime": "^2.6.0",
5252
"yargs": "^16.2.0"

tools/@aws-cdk/cdk-build-tools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"glob": "^7.2.3",
6161
"jest": "^29.7.0",
6262
"jest-junit": "^13.2.0",
63-
"jsii": "~5.3.27",
63+
"jsii": "~5.3.29",
6464
"jsii-pacmak": "1.95.0",
6565
"jsii-reflect": "1.95.0",
6666
"markdownlint-cli": "^0.39.0",

tools/@aws-cdk/lazify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"cjs-module-lexer": "^1.2.3"
2525
},
2626
"dependencies": {
27-
"esbuild": "^0.20.1",
27+
"esbuild": "^0.20.2",
2828
"fs-extra": "^10.1.0",
2929
"yargs": "^17.7.2"
3030
},

tools/@aws-cdk/node-bundle/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)