Skip to content

Commit

Permalink
Merge branch 'main' into kinesisfirehose-extra-role
Browse files Browse the repository at this point in the history
  • Loading branch information
msambol authored Aug 30, 2023
2 parents 0794c8f + 57bcd9a commit 18bdbf8
Show file tree
Hide file tree
Showing 54 changed files with 212 additions and 248 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build-all": "tsc -b"
},
"devDependencies": {
"@nx/workspace": "^16.7.3",
"@nx/workspace": "^16.7.4",
"@types/node": "18.11.19",
"@types/prettier": "2.6.0",
"@yarnpkg/lockfile": "^1.1.0",
Expand All @@ -24,12 +24,12 @@
"fs-extra": "^9.1.0",
"graceful-fs": "^4.2.11",
"jest-junit": "^13.2.0",
"jsii-diff": "1.87.0",
"jsii-pacmak": "1.87.0",
"jsii-reflect": "1.87.0",
"jsii-rosetta": "~5.1.10",
"lerna": "^7.1.5",
"nx": "^16.7.3",
"jsii-diff": "1.88.0",
"jsii-pacmak": "1.88.0",
"jsii-reflect": "1.88.0",
"jsii-rosetta": "~5.1.11",
"lerna": "^7.2.0",
"nx": "^16.7.4",
"patch-package": "^6.5.1",
"semver": "^7.5.4",
"standard-version": "^9.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/@aws-cdk-testing/cli-integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/cdk-build-tools": "0.0.0",
"@types/semver": "^7.5.0",
"@types/semver": "^7.5.1",
"@types/yargs": "^15.0.15",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^7.2.0",
Expand All @@ -39,11 +39,11 @@
},
"dependencies": {
"@octokit/rest": "^18.12.0",
"aws-sdk": "^2.1442.0",
"aws-sdk": "^2.1447.0",
"axios": "^0.27.2",
"fs-extra": "^9.1.0",
"glob": "^7.2.3",
"jest": "^29.6.3",
"jest": "^29.6.4",
"jest-junit": "^14.0.1",
"make-runnable": "^1.4.1",
"npm": "^8.19.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk-testing/framework-integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"@aws-cdk/integ-tests-alpha": "0.0.0",
"@aws-cdk/lambda-layer-kubectl-v24": "^2.0.242",
"aws-cdk-lib": "0.0.0",
"aws-sdk": "^2.1442.0",
"aws-sdk": "^2.1447.0",
"aws-sdk-mock": "5.6.0",
"cdk8s": "^2.55.0",
"cdk8s": "^2.64.0",
"cdk8s-plus-24": "2.12.1",
"constructs": "^10.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "eks-service-account-sdk-call-integ-test",
"private": "true",
"dependencies": {
"aws-sdk": "^2.1442.0"
"aws-sdk": "^2.1447.0"
}
}
6 changes: 3 additions & 3 deletions packages/@aws-cdk/aws-amplify-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@aws-sdk/client-amplify": "^3.395.0",
"@aws-sdk/client-s3": "^3.397.0",
"@aws-sdk/s3-request-presigner": "^3.397.0",
"@aws-sdk/client-amplify": "^3.398.0",
"@aws-sdk/client-s3": "^3.400.0",
"@aws-sdk/s3-request-presigner": "^3.400.0",
"@types/jest": "^29.5.4",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-appconfig-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@types/mime-types": "^2.1.1",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
"jest": "^29.6.3"
"jest": "^29.6.4"
},
"dependencies": {
"aws-cdk-lib": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-batch-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.4",
"jest": "^29.6.3",
"jest": "^29.6.4",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
"@aws-cdk/integ-tests-alpha": "0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.4",
"jest": "^29.6.3",
"jest": "^29.6.4",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-gamelift-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.4",
"jest": "^29.6.3",
"jest": "^29.6.4",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
"@aws-cdk/integ-tests-alpha": "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-glue-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@types/jest": "^29.5.4",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
"jest": "^29.6.3"
"jest": "^29.6.4"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-iot-actions-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.4",
"jest": "^29.6.3",
"jest": "^29.6.4",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0",
"@aws-cdk/aws-kinesisfirehose-destinations-alpha": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-iot-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.4",
"jest": "^29.6.3",
"jest": "^29.6.4",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
"@aws-cdk/integ-tests-alpha": "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-iotevents-actions-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.4",
"jest": "^29.6.3",
"jest": "^29.6.4",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
"@aws-cdk/integ-tests-alpha": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-iotevents-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.4",
"jest": "^29.6.3",
"jest": "^29.6.4",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
"@aws-cdk/integ-tests-alpha": "0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.4",
"jest": "^29.6.3",
"jest": "^29.6.4",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
"@aws-cdk/integ-tests-alpha": "0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.4",
"jest": "^29.6.3",
"jest": "^29.6.4",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
"@aws-cdk/aws-kinesisfirehose-alpha": "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-msk-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.4",
"jest": "^29.6.3",
"jest": "^29.6.4",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
"@aws-cdk/integ-tests-alpha": "0.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/@aws-cdk/aws-redshift-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@aws-sdk/client-redshift": "^3.395.0",
"@aws-sdk/client-redshift-data": "^3.395.0",
"@aws-sdk/client-secrets-manager": "^3.395.0",
"@aws-sdk/client-redshift": "^3.398.0",
"@aws-sdk/client-redshift-data": "^3.398.0",
"@aws-sdk/client-secrets-manager": "^3.398.0",
"@types/jest": "^29.5.4",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-s3objectlambda-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.4",
"jest": "^29.6.3",
"jest": "^29.6.4",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-sagemaker-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.4",
"jest": "^29.6.3",
"jest": "^29.6.4",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
"@aws-cdk/integ-tests-alpha": "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-scheduler-targets-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.3",
"@types/jest": "^29.5.4",
"aws-cdk-lib": "0.0.0",
"@aws-cdk/aws-scheduler-alpha": "0.0.0",
"constructs": "^10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-synthetics-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@aws-cdk/pkglint": "0.0.0",
"@aws-cdk/integ-tests-alpha": "0.0.0",
"@types/jest": "^29.5.4",
"jest": "^29.6.3",
"jest": "^29.6.4",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cdk-cli-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@types/jest": "^29.5.4",
"@aws-cdk/cdk-build-tools": "0.0.0",
"jest": "^29.6.3",
"jest": "^29.6.4",
"@aws-cdk/pkglint": "0.0.0"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cfnspec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/jest": "^29.5.4",
"@types/md5": "^2.3.2",
"fast-json-patch": "^3.1.1",
"jest": "^29.6.3",
"jest": "^29.6.4",
"json-diff": "^0.10.0",
"sort-json": "^2.0.1",
"ts-node": "^10.9.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cli-lib-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"@types/jest": "^29.5.4",
"aws-cdk": "0.0.0",
"constructs": "^10.0.0",
"jest": "^29.6.3",
"jest": "^29.6.4",
"ts-node": "^10.9.1"
},
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/@aws-cdk/cloud-assembly-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.4",
"@types/mock-fs": "^4.13.1",
"@types/semver": "^7.5.0",
"@types/semver": "^7.5.1",
"aws-cdk-lib": "0.0.0",
"jest": "^29.6.3",
"jest": "^29.6.4",
"mock-fs": "^4.14.0",
"typescript-json-schema": "^0.59.0"
"typescript-json-schema": "^0.60.0"
},
"repository": {
"url": "https://github.com/aws/aws-cdk.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cloudformation-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/jest": "^29.5.4",
"@types/string-width": "^4.0.1",
"fast-check": "^3.12.0",
"jest": "^29.6.3",
"jest": "^29.6.4",
"ts-jest": "^29.1.1"
},
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions packages/@aws-cdk/custom-resource-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.4",
"jest": "^29.6.3",
"jest": "^29.6.4",
"esbuild": "^0.19.2"
},
"dependencies": {
"@aws-sdk/client-lambda": "^3.395.0",
"@aws-sdk/client-synthetics": "^3.395.0",
"@aws-sdk/client-ecr": "^3.395.0",
"@aws-sdk/client-s3": "^3.397.0"
"@aws-sdk/client-lambda": "^3.398.0",
"@aws-sdk/client-synthetics": "^3.398.0",
"@aws-sdk/client-ecr": "^3.398.0",
"@aws-sdk/client-s3": "^3.400.0"
},
"repository": {
"url": "https://github.com/aws/aws-cdk.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/cx-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.4",
"@types/mock-fs": "^4.13.1",
"@types/semver": "^7.5.0",
"jest": "^29.6.3",
"@types/semver": "^7.5.1",
"jest": "^29.6.4",
"madge": "^5.0.2",
"mock-fs": "^4.14.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/example-construct-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.4",
"jest": "^29.6.3"
"jest": "^29.6.4"
},
"dependencies": {
"aws-cdk-lib": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE

----------------

** aws-sdk@2.1446.0 - https://www.npmjs.com/package/aws-sdk/v/2.1446.0 | Apache-2.0
** aws-sdk@2.1447.0 - https://www.npmjs.com/package/aws-sdk/v/2.1447.0 | Apache-2.0
AWS SDK for JavaScript
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/integ-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/yargs": "^15.0.15",
"constructs": "^10.0.0",
"mock-fs": "^4.14.0",
"jest": "^29.6.3",
"jest": "^29.6.4",
"ts-node": "^10.9.1"
},
"dependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/@aws-cdk/integ-tests-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,19 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@aws-cdk/sdk-v2-to-v3-adapter": "0.0.0",
"@aws-sdk/client-ec2": "^3.396.0",
"@aws-sdk/client-s3": "^3.397.0",
"@aws-sdk/client-sfn": "^3.395.0",
"@aws-sdk/types": "^3.391.0",
"@aws-sdk/client-ec2": "^3.399.0",
"@aws-sdk/client-s3": "^3.400.0",
"@aws-sdk/client-sfn": "^3.398.0",
"@aws-sdk/types": "^3.398.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.5.4",
"aws-sdk-client-mock": "^3.0.0",
"aws-sdk-client-mock-jest": "^3.0.0",
"jest": "^29.6.3",
"jest": "^29.6.4",
"nock": "^13.3.3",
"sinon": "^9.2.4",
"aws-cdk-lib": "0.0.0",
"node-fetch": "^2.6.13",
"node-fetch": "^2.7.0",
"@types/node-fetch": "^2.6.4",
"constructs": "^10.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/sdk-v2-to-v3-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.4",
"jest": "^29.6.3"
"jest": "^29.6.4"
},
"dependencies": {},
"repository": {
Expand Down
Loading

0 comments on commit 18bdbf8

Please sign in to comment.