Bump @xmldom/xmldom from 0.8.10 to 0.8.13 - #6114
Conversation
6bc8c5e to
1d454a7
Compare
1d454a7 to
5dc3c58
Compare
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.8.10 to 0.8.13. - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](xmldom/xmldom@0.8.10...0.8.13) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-version: 0.8.13 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
5dc3c58 to
869924b
Compare
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
4 similar comments
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
Bumps @xmldom/xmldom from 0.8.10 to 0.8.13.
Release notes
Sourced from @xmldom/xmldom's releases.
Changelog
Sourced from @xmldom/xmldom's changelog.
... (truncated)
Commits
e5c14800.8.139611e20style: drop unused import in test filedc4dff3docs: add 0.8.13 changelog entry842fa38fix: prevent stack overflow in normalize (GHSA-2v35-w6hq-6mfw)aeff69ftest: add normalize behavioral coverage to node.test.jscbdb0d7fix: make walkDOM iterative to prevent stack overflow (GHSA-2v35-w6hq-6mfw)0b543d3test: assert namespace declarations are isolated between siblings in serializ...c007c51refactor: migrate serializeToString to walkDOM2bb3899test: add serializeToString coverage for uncovered branchese69f38drefactor: migrate importNode to walkDOMMaintainer changes
This version was pushed to npm by karfau, a new releaser for
@xmldom/xmldomsince your current version.Note
Low Risk
Dependency version pin in package-lock only; no direct app usage of xmldom APIs, so runtime behavior change is limited to transitive Expo plist/XML paths.
Overview
Updates the lockfile so
@xmldom/xmldomresolves to 0.8.13 (from 0.8.10). No application source changes—only the transitive dependency entry (notably pulled in via@expo/plist).The newer release brings security fixes in the XML DOM library: optional
requireWellFormedserialization to block injection-prone node content, iterative DOM traversal to avoid stack overflow on deep trees, and related hardening from intermediate 0.8.11–0.8.12 releases (e.g. CDATA handling,ownerDocumentwhen moving nodes).Reviewed by Cursor Bugbot for commit 869924b. Bugbot is set up for automated code reviews on this repo. Configure here.