Bump fast-xml-parser from 5.4.2 to 5.5.11 by dependabot[bot] · Pull Request #7 · kanopi/headless-drupal-example
Bumps fast-xml-parser from 5.4.2 to 5.5.11.
Release notes
Sourced from fast-xml-parser's releases.
performance improvment, increase entity expansion default limit
- increase default entity explansion limit as many projects demand for that
maxEntitySize: 10000, maxExpansionDepth: 10000, maxTotalExpansions: Infinity, maxExpandedLength: 100000, maxEntityCount: 1000,
- performance improvement
- reduce calls to toString
- early return when entities are not present
- prepare rawAttrsForMatcher only if user sets
jPath: falseFull Changelog: NaturalIntelligence/fast-xml-parser@v5.5.9...v5.5.10
fix typins and matcher instance in callbacks
combine typings file to avoid configuration changes pass readonly instance of matcher to the call backs to avoid accidental push/pop call
fix bugs of entity parsing and value parsing
fix: entity expansion limits update strnum package to 2.2.0
fix entity expansion and incorrect replacement and performance
Full Changelog: NaturalIntelligence/fast-xml-parser@v5.5.5...v5.5.6
support onDangerousProperty
Full Changelog: NaturalIntelligence/fast-xml-parser@v5.5.3...v5.5.5
update dependecies to fix typings
Full Changelog: NaturalIntelligence/fast-xml-parser@v5.5.1...v5.5.2
integrate path-expression-matcher
- support path-expression-matcher
- fix: stopNode should not be parsed
- performance improvement for stopNode checking
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.