Skip to content

Commit

Permalink
bump fast-xml-parser (smithy-lang#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Jun 23, 2023
1 parent 8124c8b commit fd6001a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public enum TypeScriptDependency implements SymbolDependencyContainer {
AWS_SDK_QUERYSTRING_BUILDER("dependencies", "@aws-sdk/querystring-builder", false),

// Conditionally added when XML parser needs to be used.
XML_PARSER("dependencies", "fast-xml-parser", "4.2.4", false),
XML_PARSER("dependencies", "fast-xml-parser", "4.2.5", false),
HTML_ENTITIES("dependencies", "entities", "2.2.0", false),

// Conditionally added when streaming blob response payload exists.
Expand Down

0 comments on commit fd6001a

Please sign in to comment.