Skip to content

Commit 30109b1

Browse files
trivikrsrchase
authored andcommitted
Bump fast-xml-parser to 4.1.2 (smithy-lang#697)
1 parent f14749f commit 30109b1

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
@@ -104,7 +104,7 @@ public enum TypeScriptDependency implements SymbolDependencyContainer {
104104
AWS_SDK_QUERYSTRING_BUILDER("dependencies", "@aws-sdk/querystring-builder", false),
105105

106106
// Conditionally added when XML parser needs to be used.
107-
XML_PARSER("dependencies", "fast-xml-parser", "4.0.11", false),
107+
XML_PARSER("dependencies", "fast-xml-parser", "4.1.2", false),
108108
HTML_ENTITIES("dependencies", "entities", "2.2.0", false),
109109

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

0 commit comments

Comments
 (0)