You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove unscoped fast-xml-parser resolution to fix entity expansion limit
The unscoped resolution forced fast-xml-parser 5.5.x onto the AWS SDK
which expects 4.4.1. Version 5.x introduced entity expansion limits
(default 1000) that break CloudFormation XML parsing for large stacks.
Keep the scoped **/aws-amplify/** resolution for construct packages
while letting the AWS SDK resolve its own compatible version.
Copy file name to clipboardExpand all lines: dependency_licenses.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17035,7 +17035,7 @@ SOFTWARE.
17035
17035
17036
17036
-----
17037
17037
17038
-
The following software may be included in this product: fast-xml-parser. A copy of the source code may be downloaded from git+https://github.com/NaturalIntelligence/fast-xml-parser.git. This software contains the following license and notice below:
17038
+
The following software may be included in this product: fast-xml-parser. A copy of the source code may be downloaded from https://github.com/NaturalIntelligence/fast-xml-parser. This software contains the following license and notice below:
0 commit comments