Skip to content

Commit

Permalink
Bump fast-xml-parser to 4.1.2 (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Feb 21, 2023
1 parent 82a5a39 commit a179a35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,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.0.11", false),
XML_PARSER("dependencies", "fast-xml-parser", "4.1.2", false),
HTML_ENTITIES("dependencies", "entities", "2.2.0", false),

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

0 comments on commit a179a35

Please sign in to comment.