Skip to content

Commit

Permalink
aws#33333 upgrade cloudformation client
Browse files Browse the repository at this point in the history
  • Loading branch information
wladyslawczyzewski committed Feb 15, 2025
1 parent 085c2e3 commit cd50779
Show file tree
Hide file tree
Showing 7 changed files with 7,533 additions and 1,070 deletions.
12 changes: 6 additions & 6 deletions packages/@aws-cdk-testing/cli-integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,16 @@
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/cdk-build-tools": "0.0.0",
"@types/semver": "^7.5.8",
"@types/yargs": "^15.0.19",
"@aws-cdk/pkglint": "0.0.0",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^7.2.0",
"@types/npm": "^7.19.3",
"@aws-cdk/pkglint": "0.0.0"
"@types/semver": "^7.5.8",
"@types/yargs": "^15.0.19"
},
"dependencies": {
"@octokit/rest": "^18.12.0",
"@aws-sdk/client-cloudformation": "^3.749.0",
"@aws-sdk/client-codeartifact": "3.632.0",
"@aws-sdk/client-cloudformation": "3.632.0",
"@aws-sdk/client-ecr": "3.632.0",
"@aws-sdk/client-ecs": "3.632.0",
"@aws-sdk/client-iam": "3.632.0",
Expand All @@ -51,8 +50,9 @@
"@aws-sdk/client-sts": "3.632.0",
"@aws-sdk/credential-providers": "3.632.0",
"@cdklabs/cdk-atmosphere-client": "0.0.1",
"@smithy/util-retry": "3.0.8",
"@octokit/rest": "^18.12.0",
"@smithy/types": "3.6.0",
"@smithy/util-retry": "3.0.8",
"axios": "1.7.7",
"chalk": "^4",
"fs-extra": "^9.1.0",
Expand Down
3,889 changes: 3,605 additions & 284 deletions packages/@aws-cdk/cli-lib-alpha/THIRD_PARTY_LICENSES

Large diffs are not rendered by default.

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 @@ -34,7 +34,7 @@
"devDependencies": {
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@aws-sdk/client-cloudformation": "3.662.0",
"@aws-sdk/client-cloudformation": "^3.749.0",
"@types/jest": "^29.5.14",
"@types/string-width": "^4.0.1",
"fast-check": "^3.22.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@aws-cdk/cx-api": "0.0.0",
"@aws-cdk/region-info": "0.0.0",
"@aws-sdk/client-appsync": "3.699.0",
"@aws-sdk/client-cloudformation": "3.699.0",
"@aws-sdk/client-cloudformation": "^3.749.0",
"@aws-sdk/client-cloudwatch-logs": "3.699.0",
"@aws-sdk/client-codebuild": "3.699.0",
"@aws-sdk/client-ec2": "3.699.0",
Expand Down
3,795 changes: 3,547 additions & 248 deletions packages/aws-cdk/THIRD_PARTY_LICENSES

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/aws-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@
"nock": "^13.5.5",
"sinon": "^9.2.4",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"ts-mock-imports": "^1.3.16",
"ts-node": "^10.9.2",
"xml-js": "^1.6.11"
},
"dependencies": {
Expand All @@ -145,7 +145,7 @@
"@aws-cdk/cx-api": "0.0.0",
"@aws-cdk/region-info": "0.0.0",
"@aws-sdk/client-appsync": "^3.699.0",
"@aws-sdk/client-cloudformation": "^3.699.0",
"@aws-sdk/client-cloudformation": "^3.749.0",
"@aws-sdk/client-cloudwatch-logs": "^3.699.0",
"@aws-sdk/client-codebuild": "^3.699.0",
"@aws-sdk/client-ec2": "^3.699.0",
Expand Down
Loading

0 comments on commit cd50779

Please sign in to comment.