Skip to content

Commit c86fa19

Browse files
authored
Bump fast-xml-parser to 4.4.1 (#1353)
1 parent 1e4e6ae commit c86fa19

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
@@ -113,7 +113,7 @@ public enum TypeScriptDependency implements Dependency {
113113
AWS_SDK_QUERYSTRING_BUILDER("dependencies", "@smithy/querystring-builder", false),
114114

115115
// Conditionally added when XML parser needs to be used.
116-
XML_PARSER("dependencies", "fast-xml-parser", "4.2.5", false),
116+
XML_PARSER("dependencies", "fast-xml-parser", "4.4.1", false),
117117
HTML_ENTITIES("dependencies", "entities", "2.2.0", false),
118118

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

0 commit comments

Comments
 (0)