Skip to content

Commit bae1dc7

Browse files
authored
chore: upgrade fast-xml-parser to 5.2.5 (#1641)
1 parent a563ee4 commit bae1dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptDependency.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public enum TypeScriptDependency implements Dependency {
114114
AWS_SDK_QUERYSTRING_BUILDER("dependencies", "@smithy/querystring-builder", false),
115115

116116
// Conditionally added when XML parser needs to be used.
117-
XML_PARSER("dependencies", "fast-xml-parser", "4.4.1", false),
117+
XML_PARSER("dependencies", "fast-xml-parser", "5.2.5", false),
118118
HTML_ENTITIES("dependencies", "entities", "2.2.0", false),
119119

120120
// Conditionally added when streaming blob response payload exists.

0 commit comments

Comments
 (0)