Skip to content

Commit

Permalink
chore(codegen): pin fast-xml-parser to 3.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Mar 4, 2021
1 parent e912be1 commit 1ad6e65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.0"),
XML_PARSER(NORMAL_DEPENDENCY, "fast-xml-parser", "3.17.4"),
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"),
Expand Down

0 comments on commit 1ad6e65

Please sign in to comment.