Skip to content

Commit ea8cf3a

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 c29721b commit ea8cf3a

File tree

22 files changed

+427
-428
lines changed

22 files changed

+427
-428
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"@types/node": "18.11.18",
2020
"@types/prettier": "2.6.0",
2121
"@yarnpkg/lockfile": "^1.1.0",
22-
"cdk-generate-synthetic-examples": "^0.1.151",
22+
"cdk-generate-synthetic-examples": "^0.1.160",
2323
"conventional-changelog-cli": "^2.2.2",
2424
"fs-extra": "^9.1.0",
2525
"graceful-fs": "^4.2.10",
2626
"jest-junit": "^13.2.0",
27-
"jsii-diff": "1.74.0",
28-
"jsii-pacmak": "1.74.0",
29-
"jsii-reflect": "1.74.0",
30-
"jsii-rosetta": "1.74.0",
27+
"jsii-diff": "1.75.0",
28+
"jsii-pacmak": "1.75.0",
29+
"jsii-reflect": "1.75.0",
30+
"jsii-rosetta": "1.75.0",
3131
"lerna": "^4.0.0",
3232
"patch-package": "^6.5.1",
3333
"semver": "^6.3.0",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
"jest-junit": "^14.0.1",
4646
"semver": "^7.3.8",
4747
"ts-mock-imports": "^1.3.8",
48-
"yargs": "^17.6.2",
48+
"yargs": "^17.7.1",
4949
"glob": "^7.2.3",
5050
"p-queue": "^6.6.2",
5151
"fs-extra": "^9.1.0",
52-
"npm": "^8.19.3"
52+
"npm": "^8.19.4"
5353
},
5454
"repository": {
5555
"url": "https://github.com/aws/aws-cdk.git",

packages/@aws-cdk/aws-eks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
},
8181
"license": "Apache-2.0",
8282
"devDependencies": {
83-
"@aws-cdk/lambda-layer-kubectl-v24": "^2.0.96",
83+
"@aws-cdk/lambda-layer-kubectl-v24": "^2.0.106",
8484
"aws-cdk-lib": "2.47.0",
8585
"@aws-cdk/assertions": "0.0.0",
8686
"@aws-cdk/cdk-build-tools": "0.0.0",
@@ -93,8 +93,8 @@
9393
"@types/sinon": "^9.0.11",
9494
"@types/yaml": "1.9.6",
9595
"aws-sdk": "^2.1211.0",
96-
"cdk8s": "^2.6.47",
97-
"cdk8s-plus-24": "2.4.19",
96+
"cdk8s": "^2.7.8",
97+
"cdk8s-plus-24": "2.4.33",
9898
"jest": "^27.5.1",
9999
"sinon": "^9.2.4"
100100
},

packages/@aws-cdk/aws-lambda-nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@aws-cdk/triggers": "0.0.0",
8282
"@types/jest": "^27.5.2",
8383
"delay": "5.0.0",
84-
"esbuild": "^0.17.7"
84+
"esbuild": "^0.17.10"
8585
},
8686
"dependencies": {
8787
"@aws-cdk/aws-lambda": "0.0.0",

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

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ Flags come in three types:
4646
| [@aws-cdk/aws-codedeploy:removeAlarmsFromDeploymentGroup](#aws-cdkaws-codedeployremovealarmsfromdeploymentgroup) | Remove CloudWatch alarms from deployment group | 2.65.0 | (fix) |
4747
| [@aws-cdk/aws-rds:databaseProxyUniqueResourceName](#aws-cdkaws-rdsdatabaseproxyuniqueresourcename) | Use unique resource name for Database Proxy | 2.65.0 | (fix) |
4848
| [@aws-cdk/aws-apigateway:authorizerChangeDeploymentLogicalId](#aws-cdkaws-apigatewayauthorizerchangedeploymentlogicalid) | Include authorizer configuration in the calculation of the API deployment logical ID. | V2NEXT | (fix) |
49-
| [@aws-cdk/aws-codedeploy:removeAlarmsFromDeploymentGroup](#aws-cdkaws-codedeployremovealarmsfromdeploymentgroup) | Remove CloudWatch alarms from deployment group | V2NEXT | (fix) |
50-
| [@aws-cdk/aws-rds:databaseProxyUniqueResourceName](#aws-cdkaws-rdsdatabaseproxyuniqueresourcename) | Use unique resource name for Database Proxy | V2NEXT | (fix) |
5149

5250
<!-- END table -->
5351

@@ -786,22 +784,6 @@ flag on a resource-by-resource basis to enable it if necessary.
786784
**Compatibility with old behavior:** Set installLatestAwsSdk: true on all resources that need it.
787785

788786

789-
### @aws-cdk/aws-apigateway:authorizerChangeDeploymentLogicalId
790-
791-
*Include authorizer configuration in the calculation of the API deployment logical ID.* (fix)
792-
793-
The logical ID of the AWS::ApiGateway::Deployment resource is calculated by hashing
794-
the API configuration, including methods, and resources, etc. Enable this feature flag
795-
to also include the configuration of any authorizer attached to the API in the
796-
calculation, so any changes made to an authorizer will create a new deployment.
797-
798-
799-
| Since | Default | Recommended |
800-
| ----- | ----- | ----- |
801-
| (not in v1) | | |
802-
| V2NEXT | `false` | `true` |
803-
804-
805787
### @aws-cdk/aws-codedeploy:removeAlarmsFromDeploymentGroup
806788

807789
*Remove CloudWatch alarms from deployment group* (fix)
@@ -836,4 +818,20 @@ This is a feature flag as the old behavior was technically incorrect, but users
836818
| 2.65.0 | `false` | `true` |
837819

838820

821+
### @aws-cdk/aws-apigateway:authorizerChangeDeploymentLogicalId
822+
823+
*Include authorizer configuration in the calculation of the API deployment logical ID.* (fix)
824+
825+
The logical ID of the AWS::ApiGateway::Deployment resource is calculated by hashing
826+
the API configuration, including methods, and resources, etc. Enable this feature flag
827+
to also include the configuration of any authorizer attached to the API in the
828+
calculation, so any changes made to an authorizer will create a new deployment.
829+
830+
831+
| Since | Default | Recommended |
832+
| ----- | ----- | ----- |
833+
| (not in v1) | | |
834+
| V2NEXT | `false` | `true` |
835+
836+
839837
<!-- END details -->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
156156

157157
----------------
158158

159-
** aws-sdk@2.1313.0 - https://www.npmjs.com/package/aws-sdk/v/2.1313.0 | Apache-2.0
159+
** aws-sdk@2.1320.0 - https://www.npmjs.com/package/aws-sdk/v/2.1320.0 | Apache-2.0
160160
AWS SDK for JavaScript
161161
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
162162

packages/@aws-cdk/lambda-layer-awscli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"peerDependencies": {
9292
"@aws-cdk/aws-lambda": "0.0.0",
9393
"@aws-cdk/core": "0.0.0",
94-
"@aws-cdk/asset-awscli-v1": "^2.2.52",
94+
"@aws-cdk/asset-awscli-v1": "^2.2.75",
9595
"constructs": "^10.0.0"
9696
},
9797
"engines": {

packages/@aws-cdk/lambda-layer-node-proxy-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"peerDependencies": {
9292
"@aws-cdk/aws-lambda": "0.0.0",
9393
"@aws-cdk/core": "0.0.0",
94-
"@aws-cdk/asset-node-proxy-agent-v5": "^2.0.42",
94+
"@aws-cdk/asset-node-proxy-agent-v5": "^2.0.64",
9595
"constructs": "^10.0.0"
9696
},
9797
"engines": {

packages/aws-cdk-lib/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@
114114
"punycode": "^2.3.0",
115115
"semver": "^7.3.8",
116116
"yaml": "1.10.2",
117-
"@aws-cdk/asset-awscli-v1": "^2.2.65",
118-
"@aws-cdk/asset-node-proxy-agent-v5": "^2.0.54",
117+
"@aws-cdk/asset-awscli-v1": "^2.2.75",
118+
"@aws-cdk/asset-node-proxy-agent-v5": "^2.0.64",
119119
"@aws-cdk/asset-kubectl-v20": "^2.1.1"
120120
},
121121
"devDependencies": {
@@ -380,7 +380,7 @@
380380
"@aws-cdk/triggers": "0.0.0",
381381
"@aws-cdk/ubergen": "0.0.0",
382382
"constructs": "^10.0.0",
383-
"esbuild": "^0.17.7",
383+
"esbuild": "^0.17.10",
384384
"fs-extra": "^9.1.0",
385385
"ts-node": "^9.1.1",
386386
"typescript": "~3.8.3"

packages/aws-cdk/THIRD_PARTY_LICENSES

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The aws-cdk package includes the following third-party software/licensing:
22

3-
** @jsii/check-node@1.74.0 - https://www.npmjs.com/package/@jsii/check-node/v/1.74.0 | Apache-2.0
3+
** @jsii/check-node@1.75.0 - https://www.npmjs.com/package/@jsii/check-node/v/1.75.0 | Apache-2.0
44
jsii
55
Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
66

@@ -268,7 +268,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
268268

269269
----------------
270270

271-
** aws-sdk@2.1313.0 - https://www.npmjs.com/package/aws-sdk/v/2.1313.0 | Apache-2.0
271+
** aws-sdk@2.1320.0 - https://www.npmjs.com/package/aws-sdk/v/2.1320.0 | Apache-2.0
272272
AWS SDK for JavaScript
273273
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
274274

@@ -2475,7 +2475,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24752475

24762476
----------------
24772477

2478-
** raw-body@2.5.1 - https://www.npmjs.com/package/raw-body/v/2.5.1 | MIT
2478+
** raw-body@2.5.2 - https://www.npmjs.com/package/raw-body/v/2.5.2 | MIT
24792479
The MIT License (MIT)
24802480

24812481
Copyright (c) 2013-2014 Jonathan Ong <me@jongleberry.com>

0 commit comments

Comments
 (0)