From 92799d22fb2dbf5c9614ed7d548cc43b7da8deb0 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Fri, 19 Mar 2021 16:30:03 +0000 Subject: [PATCH 1/2] chore: pin fast-xml-parser to 3.19.0 --- .../amazon/smithy/aws/typescript/codegen/AwsDependency.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsDependency.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsDependency.java index 230b53d093b01..5ee17dff2e9d8 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsDependency.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsDependency.java @@ -52,7 +52,7 @@ public enum AwsDependency implements SymbolDependencyContainer { BODY_CHECKSUM_GENERATOR_BROWSER(NORMAL_DEPENDENCY, "@aws-sdk/body-checksum-browser", "^1.0.0-rc.1"), BODY_CHECKSUM_GENERATOR_NODE(NORMAL_DEPENDENCY, "@aws-sdk/body-checksum-node", "^1.0.0-rc.1"), XML_BUILDER(NORMAL_DEPENDENCY, "@aws-sdk/xml-builder", "^1.0.0-rc.1"), - XML_PARSER(NORMAL_DEPENDENCY, "fast-xml-parser", "3.17.4"), + XML_PARSER(NORMAL_DEPENDENCY, "fast-xml-parser", "3.19.0"), UUID_GENERATOR(NORMAL_DEPENDENCY, "uuid", "^3.0.0"), UUID_GENERATOR_TYPES(DEV_DEPENDENCY, "@types/uuid", "^3.0.0"), MIDDLEWARE_EVENTSTREAM(NORMAL_DEPENDENCY, "@aws-sdk/middleware-eventstream", "^1.0.0-rc.1"), From c892667e1f32721b52efaefdb7bb26d64aee0b7e Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Fri, 19 Mar 2021 16:32:09 +0000 Subject: [PATCH 2/2] chore(deps): pin fast-xml-parser to 3.19.0 --- clients/client-auto-scaling/package.json | 2 +- clients/client-cloudformation/package.json | 2 +- clients/client-cloudfront/package.json | 2 +- clients/client-cloudsearch/package.json | 2 +- clients/client-cloudwatch/package.json | 2 +- clients/client-docdb/package.json | 2 +- clients/client-ec2/package.json | 2 +- clients/client-elastic-beanstalk/package.json | 2 +- clients/client-elastic-load-balancing-v2/package.json | 2 +- clients/client-elastic-load-balancing/package.json | 2 +- clients/client-elasticache/package.json | 2 +- clients/client-iam/package.json | 2 +- clients/client-neptune/package.json | 2 +- clients/client-rds/package.json | 2 +- clients/client-redshift/package.json | 2 +- clients/client-route-53/package.json | 2 +- clients/client-s3-control/package.json | 2 +- clients/client-s3/package.json | 2 +- clients/client-ses/package.json | 2 +- clients/client-sns/package.json | 2 +- clients/client-sqs/package.json | 2 +- clients/client-sts/package.json | 2 +- protocol_tests/aws-ec2/package.json | 2 +- protocol_tests/aws-query/package.json | 2 +- protocol_tests/aws-restxml/package.json | 2 +- yarn.lock | 8 ++++---- 26 files changed, 29 insertions(+), 29 deletions(-) diff --git a/clients/client-auto-scaling/package.json b/clients/client-auto-scaling/package.json index 3f9f1ba326167..f4090f3923136 100644 --- a/clients/client-auto-scaling/package.json +++ b/clients/client-auto-scaling/package.json @@ -57,7 +57,7 @@ "@aws-sdk/util-utf8-browser": "3.6.1", "@aws-sdk/util-utf8-node": "3.6.1", "@aws-sdk/util-waiter": "3.6.1", - "fast-xml-parser": "3.17.4", + "fast-xml-parser": "3.19.0", "tslib": "^2.0.0" }, "devDependencies": { diff --git a/clients/client-cloudformation/package.json b/clients/client-cloudformation/package.json index e855d67fa1c48..f39c018f8c72b 100644 --- a/clients/client-cloudformation/package.json +++ b/clients/client-cloudformation/package.json @@ -57,7 +57,7 @@ "@aws-sdk/util-utf8-browser": "3.6.1", "@aws-sdk/util-utf8-node": "3.6.1", "@aws-sdk/util-waiter": "3.6.1", - "fast-xml-parser": "3.17.4", + "fast-xml-parser": "3.19.0", "tslib": "^2.0.0", "uuid": "^3.0.0" }, diff --git a/clients/client-cloudfront/package.json b/clients/client-cloudfront/package.json index a869caec6ce5b..6787d7b9c5977 100644 --- a/clients/client-cloudfront/package.json +++ b/clients/client-cloudfront/package.json @@ -58,7 +58,7 @@ "@aws-sdk/util-utf8-node": "3.6.1", "@aws-sdk/util-waiter": "3.6.1", "@aws-sdk/xml-builder": "3.6.1", - "fast-xml-parser": "3.17.4", + "fast-xml-parser": "3.19.0", "tslib": "^2.0.0" }, "devDependencies": { diff --git a/clients/client-cloudsearch/package.json b/clients/client-cloudsearch/package.json index 06d3520d703e9..86c2792f82d8b 100644 --- a/clients/client-cloudsearch/package.json +++ b/clients/client-cloudsearch/package.json @@ -56,7 +56,7 @@ "@aws-sdk/util-user-agent-node": "3.8.0", "@aws-sdk/util-utf8-browser": "3.6.1", "@aws-sdk/util-utf8-node": "3.6.1", - "fast-xml-parser": "3.17.4", + "fast-xml-parser": "3.19.0", "tslib": "^2.0.0" }, "devDependencies": { diff --git a/clients/client-cloudwatch/package.json b/clients/client-cloudwatch/package.json index 7c24611287d87..9fb3564ae1507 100644 --- a/clients/client-cloudwatch/package.json +++ b/clients/client-cloudwatch/package.json @@ -57,7 +57,7 @@ "@aws-sdk/util-utf8-browser": "3.6.1", "@aws-sdk/util-utf8-node": "3.6.1", "@aws-sdk/util-waiter": "3.6.1", - "fast-xml-parser": "3.17.4", + "fast-xml-parser": "3.19.0", "tslib": "^2.0.0" }, "devDependencies": { diff --git a/clients/client-docdb/package.json b/clients/client-docdb/package.json index a3fae6134ed60..b8d2183e0cf55 100644 --- a/clients/client-docdb/package.json +++ b/clients/client-docdb/package.json @@ -58,7 +58,7 @@ "@aws-sdk/util-utf8-browser": "3.6.1", "@aws-sdk/util-utf8-node": "3.6.1", "@aws-sdk/util-waiter": "3.6.1", - "fast-xml-parser": "3.17.4", + "fast-xml-parser": "3.19.0", "tslib": "^2.0.0" }, "devDependencies": { diff --git a/clients/client-ec2/package.json b/clients/client-ec2/package.json index 8a03ade0c8d23..2aa52781e169a 100644 --- a/clients/client-ec2/package.json +++ b/clients/client-ec2/package.json @@ -58,7 +58,7 @@ "@aws-sdk/util-utf8-browser": "3.6.1", "@aws-sdk/util-utf8-node": "3.6.1", "@aws-sdk/util-waiter": "3.6.1", - "fast-xml-parser": "3.17.4", + "fast-xml-parser": "3.19.0", "tslib": "^2.0.0", "uuid": "^3.0.0" }, diff --git a/clients/client-elastic-beanstalk/package.json b/clients/client-elastic-beanstalk/package.json index 04b0f0a7b8ca3..0e2aad59e5655 100644 --- a/clients/client-elastic-beanstalk/package.json +++ b/clients/client-elastic-beanstalk/package.json @@ -57,7 +57,7 @@ "@aws-sdk/util-utf8-browser": "3.6.1", "@aws-sdk/util-utf8-node": "3.6.1", "@aws-sdk/util-waiter": "3.6.1", - "fast-xml-parser": "3.17.4", + "fast-xml-parser": "3.19.0", "tslib": "^2.0.0" }, "devDependencies": { diff --git a/clients/client-elastic-load-balancing-v2/package.json b/clients/client-elastic-load-balancing-v2/package.json index 60ce0111b0520..c028eae60a703 100644 --- a/clients/client-elastic-load-balancing-v2/package.json +++ b/clients/client-elastic-load-balancing-v2/package.json @@ -56,7 +56,7 @@ "@aws-sdk/util-user-agent-node": "3.8.0", "@aws-sdk/util-utf8-browser": "3.6.1", "@aws-sdk/util-utf8-node": "3.6.1", - "fast-xml-parser": "3.17.4", + "fast-xml-parser": "3.19.0", "tslib": "^2.0.0" }, "devDependencies": { diff --git a/clients/client-elastic-load-balancing/package.json b/clients/client-elastic-load-balancing/package.json index 6c5e27b4a230c..ae33ade2c22a6 100644 --- a/clients/client-elastic-load-balancing/package.json +++ b/clients/client-elastic-load-balancing/package.json @@ -57,7 +57,7 @@ "@aws-sdk/util-utf8-browser": "3.6.1", "@aws-sdk/util-utf8-node": "3.6.1", "@aws-sdk/util-waiter": "3.6.1", - "fast-xml-parser": "3.17.4", + "fast-xml-parser": "3.19.0", "tslib": "^2.0.0" }, "devDependencies": { diff --git a/clients/client-elasticache/package.json b/clients/client-elasticache/package.json index 5ef8b5f34fa2b..b8f7765d11eca 100644 --- a/clients/client-elasticache/package.json +++ b/clients/client-elasticache/package.json @@ -57,7 +57,7 @@ "@aws-sdk/util-utf8-browser": "3.6.1", "@aws-sdk/util-utf8-node": "3.6.1", "@aws-sdk/util-waiter": "3.6.1", - "fast-xml-parser": "3.17.4", + "fast-xml-parser": "3.19.0", "tslib": "^2.0.0" }, "devDependencies": { diff --git a/clients/client-iam/package.json b/clients/client-iam/package.json index da3ed9d87b289..5c3b862e62405 100644 --- a/clients/client-iam/package.json +++ b/clients/client-iam/package.json @@ -57,7 +57,7 @@ "@aws-sdk/util-utf8-browser": "3.6.1", "@aws-sdk/util-utf8-node": "3.6.1", "@aws-sdk/util-waiter": "3.6.1", - "fast-xml-parser": "3.17.4", + "fast-xml-parser": "3.19.0", "tslib": "^2.0.0" }, "devDependencies": { diff --git a/clients/client-neptune/package.json b/clients/client-neptune/package.json index 3b5e18977da65..5c45e3873692d 100644 --- a/clients/client-neptune/package.json +++ b/clients/client-neptune/package.json @@ -58,7 +58,7 @@ "@aws-sdk/util-utf8-browser": "3.6.1", "@aws-sdk/util-utf8-node": "3.6.1", "@aws-sdk/util-waiter": "3.6.1", - "fast-xml-parser": "3.17.4", + "fast-xml-parser": "3.19.0", "tslib": "^2.0.0" }, "devDependencies": { diff --git a/clients/client-rds/package.json b/clients/client-rds/package.json index 8da08037e30fb..57e22bb4b4cff 100644 --- a/clients/client-rds/package.json +++ b/clients/client-rds/package.json @@ -58,7 +58,7 @@ "@aws-sdk/util-utf8-browser": "3.6.1", "@aws-sdk/util-utf8-node": "3.6.1", "@aws-sdk/util-waiter": "3.6.1", - "fast-xml-parser": "3.17.4", + "fast-xml-parser": "3.19.0", "tslib": "^2.0.0" }, "devDependencies": { diff --git a/clients/client-redshift/package.json b/clients/client-redshift/package.json index b2afe2069f60d..8fbd2032e48dd 100644 --- a/clients/client-redshift/package.json +++ b/clients/client-redshift/package.json @@ -57,7 +57,7 @@ "@aws-sdk/util-utf8-browser": "3.6.1", "@aws-sdk/util-utf8-node": "3.6.1", "@aws-sdk/util-waiter": "3.6.1", - "fast-xml-parser": "3.17.4", + "fast-xml-parser": "3.19.0", "tslib": "^2.0.0" }, "devDependencies": { diff --git a/clients/client-route-53/package.json b/clients/client-route-53/package.json index dd9ab4bd0afe2..bfe211643e802 100644 --- a/clients/client-route-53/package.json +++ b/clients/client-route-53/package.json @@ -58,7 +58,7 @@ "@aws-sdk/util-utf8-browser": "3.6.1", "@aws-sdk/util-utf8-node": "3.6.1", "@aws-sdk/xml-builder": "3.6.1", - "fast-xml-parser": "3.17.4", + "fast-xml-parser": "3.19.0", "tslib": "^2.0.0" }, "devDependencies": { diff --git a/clients/client-s3-control/package.json b/clients/client-s3-control/package.json index 5e156814ed661..8dcc950dc9b21 100644 --- a/clients/client-s3-control/package.json +++ b/clients/client-s3-control/package.json @@ -59,7 +59,7 @@ "@aws-sdk/util-utf8-browser": "3.6.1", "@aws-sdk/util-utf8-node": "3.6.1", "@aws-sdk/xml-builder": "3.6.1", - "fast-xml-parser": "3.17.4", + "fast-xml-parser": "3.19.0", "tslib": "^2.0.0", "uuid": "^3.0.0" }, diff --git a/clients/client-s3/package.json b/clients/client-s3/package.json index 2094fb9311f1a..01b29568730e9 100644 --- a/clients/client-s3/package.json +++ b/clients/client-s3/package.json @@ -72,7 +72,7 @@ "@aws-sdk/util-utf8-node": "3.6.1", "@aws-sdk/util-waiter": "3.6.1", "@aws-sdk/xml-builder": "3.6.1", - "fast-xml-parser": "3.17.4", + "fast-xml-parser": "3.19.0", "tslib": "^2.0.0" }, "devDependencies": { diff --git a/clients/client-ses/package.json b/clients/client-ses/package.json index 9acbdc68d7493..6f6e4da1542f3 100644 --- a/clients/client-ses/package.json +++ b/clients/client-ses/package.json @@ -57,7 +57,7 @@ "@aws-sdk/util-utf8-browser": "3.6.1", "@aws-sdk/util-utf8-node": "3.6.1", "@aws-sdk/util-waiter": "3.6.1", - "fast-xml-parser": "3.17.4", + "fast-xml-parser": "3.19.0", "tslib": "^2.0.0" }, "devDependencies": { diff --git a/clients/client-sns/package.json b/clients/client-sns/package.json index ab52639a5ca01..fdf8926f2beab 100644 --- a/clients/client-sns/package.json +++ b/clients/client-sns/package.json @@ -56,7 +56,7 @@ "@aws-sdk/util-user-agent-node": "3.8.0", "@aws-sdk/util-utf8-browser": "3.6.1", "@aws-sdk/util-utf8-node": "3.6.1", - "fast-xml-parser": "3.17.4", + "fast-xml-parser": "3.19.0", "tslib": "^2.0.0" }, "devDependencies": { diff --git a/clients/client-sqs/package.json b/clients/client-sqs/package.json index 1518bf330afa0..90eff8127da43 100644 --- a/clients/client-sqs/package.json +++ b/clients/client-sqs/package.json @@ -58,7 +58,7 @@ "@aws-sdk/util-user-agent-node": "3.8.0", "@aws-sdk/util-utf8-browser": "3.6.1", "@aws-sdk/util-utf8-node": "3.6.1", - "fast-xml-parser": "3.17.4", + "fast-xml-parser": "3.19.0", "tslib": "^2.0.0" }, "devDependencies": { diff --git a/clients/client-sts/package.json b/clients/client-sts/package.json index ad5c6d35e18d2..3fcd8e377b2ee 100644 --- a/clients/client-sts/package.json +++ b/clients/client-sts/package.json @@ -56,7 +56,7 @@ "@aws-sdk/util-user-agent-node": "3.8.0", "@aws-sdk/util-utf8-browser": "3.6.1", "@aws-sdk/util-utf8-node": "3.6.1", - "fast-xml-parser": "3.17.4", + "fast-xml-parser": "3.19.0", "tslib": "^2.0.0" }, "devDependencies": { diff --git a/protocol_tests/aws-ec2/package.json b/protocol_tests/aws-ec2/package.json index 45406dd1998d8..c85763c05fbdd 100644 --- a/protocol_tests/aws-ec2/package.json +++ b/protocol_tests/aws-ec2/package.json @@ -56,7 +56,7 @@ "@aws-sdk/util-user-agent-node": "3.8.0", "@aws-sdk/util-utf8-browser": "3.6.1", "@aws-sdk/util-utf8-node": "3.6.1", - "fast-xml-parser": "3.17.4", + "fast-xml-parser": "3.19.0", "tslib": "^2.0.0", "uuid": "^3.0.0" }, diff --git a/protocol_tests/aws-query/package.json b/protocol_tests/aws-query/package.json index ecd138a2e169c..7b46b33a4736e 100644 --- a/protocol_tests/aws-query/package.json +++ b/protocol_tests/aws-query/package.json @@ -56,7 +56,7 @@ "@aws-sdk/util-user-agent-node": "3.8.0", "@aws-sdk/util-utf8-browser": "3.6.1", "@aws-sdk/util-utf8-node": "3.6.1", - "fast-xml-parser": "3.17.4", + "fast-xml-parser": "3.19.0", "tslib": "^2.0.0", "uuid": "^3.0.0" }, diff --git a/protocol_tests/aws-restxml/package.json b/protocol_tests/aws-restxml/package.json index 8a05feda54063..75f5d435eb7a2 100644 --- a/protocol_tests/aws-restxml/package.json +++ b/protocol_tests/aws-restxml/package.json @@ -58,7 +58,7 @@ "@aws-sdk/util-utf8-browser": "3.6.1", "@aws-sdk/util-utf8-node": "3.6.1", "@aws-sdk/xml-builder": "3.6.1", - "fast-xml-parser": "3.17.4", + "fast-xml-parser": "3.19.0", "tslib": "^2.0.0", "uuid": "^3.0.0" }, diff --git a/yarn.lock b/yarn.lock index 89db0009341d9..ff3fb11d883d5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4967,10 +4967,10 @@ fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6: resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= -fast-xml-parser@3.17.4: - version "3.17.4" - resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-3.17.4.tgz#d668495fb3e4bbcf7970f3c24ac0019d82e76477" - integrity sha512-qudnQuyYBgnvzf5Lj/yxMcf4L9NcVWihXJg7CiU1L+oUCq8MUnFEfH2/nXR/W5uq+yvUN1h7z6s7vs2v1WkL1A== +fast-xml-parser@3.19.0: + version "3.19.0" + resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-3.19.0.tgz#cb637ec3f3999f51406dd8ff0e6fc4d83e520d01" + integrity sha512-4pXwmBplsCPv8FOY1WRakF970TjNGnGnfbOnLqjlYvMiF1SR3yOHyxMR/YCXpPTOspNF5gwudqktIP4VsWkvBg== fastq@^1.6.0: version "1.10.1"