Skip to content

Commit dc21c6e

Browse files
committed
fix: upgrade AWS SDK in test packages to resolve fast-xml-parser entity expansion limit
Upgrade @aws-sdk/* client packages in e2e/test packages to ^3.973.0. This pulls in @aws-sdk/core@3.973.23 which delegates XML parsing to @aws-sdk/xml-builder@3.972.15, properly configuring maxTotalExpansions: Infinity for AWS service responses. Also add @aws-sdk/xml-builder resolution override to ensure the fixed version is used globally, since the construct packages hoist an older version that lacks the parseXML export. This resolves 'Entity expansion limit exceeded' errors caused by fast-xml-parser 5.5.7's new default limit of 1000 entity expansions.
1 parent 145a5d2 commit dc21c6e

7 files changed

Lines changed: 1643 additions & 2857 deletions

File tree

dependency_licenses.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2374,7 +2374,7 @@ Apache License
23742374

23752375
-----
23762376

2377-
The following software may be included in this product: @aws-sdk/abort-controller, @aws-sdk/chunked-blob-reader, @aws-sdk/chunked-blob-reader-native, @aws-sdk/config-resolver, @aws-sdk/credential-provider-env, @aws-sdk/credential-provider-imds, @aws-sdk/credential-provider-ini, @aws-sdk/credential-provider-node, @aws-sdk/credential-providers, @aws-sdk/fetch-http-handler, @aws-sdk/hash-blob-browser, @aws-sdk/hash-node, @aws-sdk/hash-stream-node, @aws-sdk/is-array-buffer, @aws-sdk/lib-dynamodb, @aws-sdk/lib-storage, @aws-sdk/md5-js, @aws-sdk/middleware-content-length, @aws-sdk/middleware-sdk-ec2, @aws-sdk/middleware-signing, @aws-sdk/middleware-stack, @aws-sdk/node-http-handler, @aws-sdk/property-provider, @aws-sdk/region-config-resolver, @aws-sdk/shared-ini-file-loader, @aws-sdk/signature-v4, @aws-sdk/token-providers, @aws-sdk/types, @aws-sdk/util-arn-parser, @aws-sdk/util-base64-browser, @aws-sdk/util-base64-node, @aws-sdk/util-body-length-browser, @aws-sdk/util-body-length-node, @aws-sdk/util-buffer-from, @aws-sdk/util-dynamodb, @aws-sdk/util-endpoints, @aws-sdk/util-format-url, @aws-sdk/util-hex-encoding, @aws-sdk/util-locate-window, @aws-sdk/util-uri-escape, @aws-sdk/util-utf8-browser, @aws-sdk/util-utf8-node, @aws-sdk/util-waiter, @aws-sdk/xml-builder, @smithy/abort-controller, @smithy/chunked-blob-reader, @smithy/chunked-blob-reader-native, @smithy/config-resolver, @smithy/credential-provider-imds, @smithy/fetch-http-handler, @smithy/hash-blob-browser, @smithy/hash-node, @smithy/hash-stream-node, @smithy/is-array-buffer, @smithy/md5-js, @smithy/middleware-content-length, @smithy/middleware-endpoint, @smithy/middleware-stack, @smithy/node-http-handler, @smithy/property-provider, @smithy/shared-ini-file-loader, @smithy/signature-v4, @smithy/util-base64, @smithy/util-body-length-browser, @smithy/util-body-length-node, @smithy/util-buffer-from, @smithy/util-hex-encoding, @smithy/util-stream, @smithy/util-uri-escape, @smithy/util-utf8, @smithy/util-waiter, @smithy/uuid. A copy of the source code may be downloaded from https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/abort-controller), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/chunked-blob-reader), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/chunked-blob-reader-native), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/config-resolver), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/credential-provider-env), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/credential-provider-imds), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/credential-provider-ini), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/credential-provider-node), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/credential-providers), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/fetch-http-handler), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/hash-blob-browser), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/hash-node), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/hash-stream-node), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/is-array-buffer), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/lib-dynamodb), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/lib-storage), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/md5-js), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/middleware-content-length), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/middleware-sdk-ec2), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/middleware-signing), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/middleware-stack), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/node-http-handler), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/property-provider), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/region-config-resolver), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/shared-ini-file-loader), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/signature-v4), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/token-providers), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/types), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-arn-parser), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-base64-browser), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-base64-node), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-body-length-browser), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-body-length-node), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-buffer-from), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-dynamodb), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-endpoints), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-format-url), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-hex-encoding), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-locate-window), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-uri-escape), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-utf8-browser), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-utf8-node), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-waiter), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/xml-builder), https://github.com/smithy-lang/smithy-typescript.git (@smithy/abort-controller), https://github.com/smithy-lang/smithy-typescript.git (@smithy/chunked-blob-reader), https://github.com/smithy-lang/smithy-typescript.git (@smithy/chunked-blob-reader-native), https://github.com/smithy-lang/smithy-typescript.git (@smithy/config-resolver), https://github.com/smithy-lang/smithy-typescript.git (@smithy/credential-provider-imds), https://github.com/smithy-lang/smithy-typescript.git (@smithy/fetch-http-handler), https://github.com/smithy-lang/smithy-typescript.git (@smithy/hash-blob-browser), https://github.com/awslabs/smithy-typescript.git (@smithy/hash-node), https://github.com/smithy-lang/smithy-typescript.git (@smithy/hash-stream-node), https://github.com/awslabs/smithy-typescript.git (@smithy/is-array-buffer), https://github.com/smithy-lang/smithy-typescript.git (@smithy/md5-js), https://github.com/smithy-lang/smithy-typescript.git (@smithy/middleware-content-length), https://github.com/smithy-lang/smithy-typescript.git (@smithy/middleware-endpoint), https://github.com/smithy-lang/smithy-typescript.git (@smithy/middleware-stack), https://github.com/smithy-lang/smithy-typescript.git (@smithy/node-http-handler), https://github.com/smithy-lang/smithy-typescript.git (@smithy/property-provider), https://github.com/smithy-lang/smithy-typescript.git (@smithy/shared-ini-file-loader), https://github.com/smithy-lang/smithy-typescript.git (@smithy/signature-v4), https://github.com/smithy-lang/smithy-typescript.git (@smithy/util-base64), https://github.com/smithy-lang/smithy-typescript.git (@smithy/util-body-length-browser), https://github.com/smithy-lang/smithy-typescript.git (@smithy/util-body-length-node), https://github.com/awslabs/smithy-typescript.git (@smithy/util-buffer-from), https://github.com/awslabs/smithy-typescript.git (@smithy/util-hex-encoding), https://github.com/smithy-lang/smithy-typescript.git (@smithy/util-stream), https://github.com/smithy-lang/smithy-typescript.git (@smithy/util-uri-escape), https://github.com/awslabs/smithy-typescript.git (@smithy/util-utf8), https://github.com/smithy-lang/smithy-typescript.git (@smithy/util-waiter), https://github.com/smithy-lang/smithy-typescript.git (@smithy/uuid). This software contains the following license and notice below:
2377+
The following software may be included in this product: @aws-sdk/abort-controller, @aws-sdk/chunked-blob-reader, @aws-sdk/chunked-blob-reader-native, @aws-sdk/config-resolver, @aws-sdk/crc64-nvme, @aws-sdk/credential-provider-env, @aws-sdk/credential-provider-imds, @aws-sdk/credential-provider-ini, @aws-sdk/credential-provider-node, @aws-sdk/credential-providers, @aws-sdk/dynamodb-codec, @aws-sdk/fetch-http-handler, @aws-sdk/hash-blob-browser, @aws-sdk/hash-node, @aws-sdk/hash-stream-node, @aws-sdk/is-array-buffer, @aws-sdk/lib-dynamodb, @aws-sdk/lib-storage, @aws-sdk/md5-js, @aws-sdk/middleware-content-length, @aws-sdk/middleware-sdk-ec2, @aws-sdk/middleware-signing, @aws-sdk/middleware-stack, @aws-sdk/node-http-handler, @aws-sdk/property-provider, @aws-sdk/region-config-resolver, @aws-sdk/shared-ini-file-loader, @aws-sdk/signature-v4, @aws-sdk/token-providers, @aws-sdk/types, @aws-sdk/util-arn-parser, @aws-sdk/util-base64-browser, @aws-sdk/util-base64-node, @aws-sdk/util-body-length-browser, @aws-sdk/util-body-length-node, @aws-sdk/util-buffer-from, @aws-sdk/util-dynamodb, @aws-sdk/util-endpoints, @aws-sdk/util-format-url, @aws-sdk/util-hex-encoding, @aws-sdk/util-locate-window, @aws-sdk/util-uri-escape, @aws-sdk/util-utf8-browser, @aws-sdk/util-utf8-node, @aws-sdk/util-waiter, @aws-sdk/xml-builder, @smithy/abort-controller, @smithy/chunked-blob-reader, @smithy/chunked-blob-reader-native, @smithy/config-resolver, @smithy/credential-provider-imds, @smithy/fetch-http-handler, @smithy/hash-blob-browser, @smithy/hash-node, @smithy/hash-stream-node, @smithy/is-array-buffer, @smithy/md5-js, @smithy/middleware-content-length, @smithy/middleware-endpoint, @smithy/middleware-stack, @smithy/node-http-handler, @smithy/property-provider, @smithy/shared-ini-file-loader, @smithy/signature-v4, @smithy/util-base64, @smithy/util-body-length-browser, @smithy/util-body-length-node, @smithy/util-buffer-from, @smithy/util-hex-encoding, @smithy/util-stream, @smithy/util-uri-escape, @smithy/util-utf8, @smithy/util-waiter, @smithy/uuid. A copy of the source code may be downloaded from https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/abort-controller), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/chunked-blob-reader), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/chunked-blob-reader-native), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/config-resolver), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/crc64-nvme), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/credential-provider-env), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/credential-provider-imds), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/credential-provider-ini), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/credential-provider-node), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/credential-providers), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/dynamodb-codec), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/fetch-http-handler), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/hash-blob-browser), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/hash-node), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/hash-stream-node), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/is-array-buffer), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/lib-dynamodb), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/lib-storage), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/md5-js), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/middleware-content-length), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/middleware-sdk-ec2), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/middleware-signing), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/middleware-stack), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/node-http-handler), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/property-provider), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/region-config-resolver), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/shared-ini-file-loader), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/signature-v4), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/token-providers), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/types), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-arn-parser), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-base64-browser), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-base64-node), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-body-length-browser), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-body-length-node), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-buffer-from), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-dynamodb), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-endpoints), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-format-url), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-hex-encoding), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-locate-window), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-uri-escape), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-utf8-browser), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-utf8-node), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/util-waiter), https://github.com/aws/aws-sdk-js-v3.git (@aws-sdk/xml-builder), https://github.com/smithy-lang/smithy-typescript.git (@smithy/abort-controller), https://github.com/smithy-lang/smithy-typescript.git (@smithy/chunked-blob-reader), https://github.com/smithy-lang/smithy-typescript.git (@smithy/chunked-blob-reader-native), https://github.com/smithy-lang/smithy-typescript.git (@smithy/config-resolver), https://github.com/smithy-lang/smithy-typescript.git (@smithy/credential-provider-imds), https://github.com/smithy-lang/smithy-typescript.git (@smithy/fetch-http-handler), https://github.com/smithy-lang/smithy-typescript.git (@smithy/hash-blob-browser), https://github.com/awslabs/smithy-typescript.git (@smithy/hash-node), https://github.com/smithy-lang/smithy-typescript.git (@smithy/hash-stream-node), https://github.com/awslabs/smithy-typescript.git (@smithy/is-array-buffer), https://github.com/smithy-lang/smithy-typescript.git (@smithy/md5-js), https://github.com/smithy-lang/smithy-typescript.git (@smithy/middleware-content-length), https://github.com/smithy-lang/smithy-typescript.git (@smithy/middleware-endpoint), https://github.com/smithy-lang/smithy-typescript.git (@smithy/middleware-stack), https://github.com/smithy-lang/smithy-typescript.git (@smithy/node-http-handler), https://github.com/smithy-lang/smithy-typescript.git (@smithy/property-provider), https://github.com/smithy-lang/smithy-typescript.git (@smithy/shared-ini-file-loader), https://github.com/smithy-lang/smithy-typescript.git (@smithy/signature-v4), https://github.com/smithy-lang/smithy-typescript.git (@smithy/util-base64), https://github.com/smithy-lang/smithy-typescript.git (@smithy/util-body-length-browser), https://github.com/smithy-lang/smithy-typescript.git (@smithy/util-body-length-node), https://github.com/awslabs/smithy-typescript.git (@smithy/util-buffer-from), https://github.com/awslabs/smithy-typescript.git (@smithy/util-hex-encoding), https://github.com/smithy-lang/smithy-typescript.git (@smithy/util-stream), https://github.com/smithy-lang/smithy-typescript.git (@smithy/util-uri-escape), https://github.com/awslabs/smithy-typescript.git (@smithy/util-utf8), https://github.com/smithy-lang/smithy-typescript.git (@smithy/util-waiter), https://github.com/smithy-lang/smithy-typescript.git (@smithy/uuid). This software contains the following license and notice below:
23782378

23792379
Apache License
23802380
Version 2.0, January 2004

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@
465465
"braces": "^3.0.3",
466466
"**/aws-amplify/**/fast-xml-parser": "^5.5.7",
467467
"fast-xml-parser": "^5.5.7",
468+
"@aws-sdk/core/@aws-sdk/xml-builder": "^3.972.15",
468469
"cookie": "^0.7.0",
469470
"@octokit/request-error": "^5.1.1",
470471
"@octokit/request": "^8.4.1",

packages/amplify-e2e-core/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@
2222
"clean": "rimraf ./lib"
2323
},
2424
"dependencies": {
25-
"@aws-sdk/client-amplifybackend": "3.828.0",
26-
"@aws-sdk/client-appsync": "3.827.0",
27-
"@aws-sdk/client-cloudformation": "3.828.0",
28-
"@aws-sdk/client-cognito-identity-provider": "3.826.0",
29-
"@aws-sdk/client-ec2": "3.624.0",
30-
"@aws-sdk/client-iam": "3.828.0",
31-
"@aws-sdk/client-kms": "3.624.0",
32-
"@aws-sdk/client-lambda": "3.828.0",
33-
"@aws-sdk/client-rds": "3.624.0",
34-
"@aws-sdk/client-rds-data": "3.624.0",
35-
"@aws-sdk/client-secrets-manager": "3.624.0",
36-
"@aws-sdk/client-ssm": "3.624.0",
37-
"@aws-sdk/client-sts": "3.624.0",
38-
"@aws-sdk/credential-providers": "3.624.0",
39-
"@aws-sdk/lib-dynamodb": "3.826.0",
25+
"@aws-sdk/client-amplifybackend": "^3.973.0",
26+
"@aws-sdk/client-appsync": "^3.973.0",
27+
"@aws-sdk/client-cloudformation": "^3.973.0",
28+
"@aws-sdk/client-cognito-identity-provider": "^3.973.0",
29+
"@aws-sdk/client-ec2": "^3.973.0",
30+
"@aws-sdk/client-iam": "^3.973.0",
31+
"@aws-sdk/client-kms": "^3.973.0",
32+
"@aws-sdk/client-lambda": "^3.973.0",
33+
"@aws-sdk/client-rds": "^3.973.0",
34+
"@aws-sdk/client-rds-data": "^3.973.0",
35+
"@aws-sdk/client-secrets-manager": "^3.973.0",
36+
"@aws-sdk/client-ssm": "^3.973.0",
37+
"@aws-sdk/client-sts": "^3.973.0",
38+
"@aws-sdk/credential-providers": "^3.973.0",
39+
"@aws-sdk/lib-dynamodb": "^3.973.0",
4040
"amplify-headless-interface": "^1.17.7",
4141
"axios": "^1.13.5",
4242
"chalk": "^4.1.1",

packages/amplify-e2e-tests/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@
2727
"@aws-amplify/amplify-app": "^5.0.35",
2828
"@aws-amplify/graphql-schema-generator": "0.11.13",
2929
"@aws-amplify/graphql-transformer-core": "3.5.0",
30-
"@aws-sdk/client-amplify": "^3.812.0",
31-
"@aws-sdk/client-appsync": "^3.812.0",
32-
"@aws-sdk/client-cloudformation": "^3.812.0",
33-
"@aws-sdk/client-codebuild": "^3.812.0",
34-
"@aws-sdk/client-cognito-identity-provider": "^3.812.0",
35-
"@aws-sdk/client-dynamodb": "^3.812.0",
36-
"@aws-sdk/client-iam": "^3.812.0",
37-
"@aws-sdk/client-organizations": "^3.812.0",
38-
"@aws-sdk/client-rds": "^3.812.0",
39-
"@aws-sdk/client-s3": "^3.812.0",
40-
"@aws-sdk/client-ssm": "^3.812.0",
41-
"@aws-sdk/client-sts": "^3.812.0",
42-
"@aws-sdk/credential-provider-node": "^3.812.0",
43-
"@aws-sdk/credential-providers": "3.828.0",
30+
"@aws-sdk/client-amplify": "^3.973.0",
31+
"@aws-sdk/client-appsync": "^3.973.0",
32+
"@aws-sdk/client-cloudformation": "^3.973.0",
33+
"@aws-sdk/client-codebuild": "^3.973.0",
34+
"@aws-sdk/client-cognito-identity-provider": "^3.973.0",
35+
"@aws-sdk/client-dynamodb": "^3.973.0",
36+
"@aws-sdk/client-iam": "^3.973.0",
37+
"@aws-sdk/client-organizations": "^3.973.0",
38+
"@aws-sdk/client-rds": "^3.973.0",
39+
"@aws-sdk/client-s3": "^3.973.0",
40+
"@aws-sdk/client-ssm": "^3.973.0",
41+
"@aws-sdk/client-sts": "^3.973.0",
42+
"@aws-sdk/credential-provider-node": "^3.972.0",
43+
"@aws-sdk/credential-providers": "^3.973.0",
4444
"@smithy/util-retry": "^4.1.2",
4545
"amplify-category-api-e2e-core": "5.0.10",
4646
"aws-amplify": "^4.2.8",

packages/amplify-graphql-api-construct-tests/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"@aws-amplify/auth-construct": "1.8.0",
2626
"@aws-amplify/core": "^2.1.0",
2727
"@aws-amplify/graphql-api-construct": "1.21.0",
28-
"@aws-sdk/client-appsync": "3.624.0",
29-
"@aws-sdk/client-cloudformation": "3.624.0",
30-
"@aws-sdk/client-cloudwatch-logs": "3.624.0",
31-
"@aws-sdk/client-cognito-identity-provider": "3.624.0",
32-
"@aws-sdk/client-dynamodb": "3.624.0",
33-
"@aws-sdk/client-lambda": "3.624.0",
34-
"@aws-sdk/client-rds": "3.624.0",
35-
"@aws-sdk/client-ssm": "3.624.0",
36-
"@aws-sdk/client-sts": "3.624.0",
28+
"@aws-sdk/client-appsync": "^3.973.0",
29+
"@aws-sdk/client-cloudformation": "^3.973.0",
30+
"@aws-sdk/client-cloudwatch-logs": "^3.973.0",
31+
"@aws-sdk/client-cognito-identity-provider": "^3.973.0",
32+
"@aws-sdk/client-dynamodb": "^3.973.0",
33+
"@aws-sdk/client-lambda": "^3.973.0",
34+
"@aws-sdk/client-rds": "^3.973.0",
35+
"@aws-sdk/client-ssm": "^3.973.0",
36+
"@aws-sdk/client-sts": "^3.973.0",
3737
"@faker-js/faker": "^8.2.0",
3838
"amplify-category-api-e2e-core": "5.0.10",
3939
"aws-amplify": "^4.2.8",

0 commit comments

Comments
 (0)