Bump @xmldom/xmldom from 0.8.10 to 0.8.13 - #6114
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/xmldom/xmldom-0.8.13
branch
from
July 27, 2026 21:39
fcc8bcb to
5245edd
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>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/xmldom/xmldom-0.8.13
branch
from
July 27, 2026 23:05
5245edd to
6bc8c5e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
Lockfile-only version bump with security fixes in a transitive Expo/plist dependency; low direct app risk, with minor behavior-change edge cases for malformed or attacker-controlled XML DOM usage.
Overview
Updates the lockfile so
@xmldom/xmldomresolves to 0.8.13 (from 0.8.10). There are no application source changes—onlypackage-lock.json.This is mainly a security-oriented dependency bump on a transitive package (pulled in via
@expo/plist). 0.8.11–0.8.13 add fixes for XML injection in serialization, stricter CDATA handling, iterative DOM traversal to avoid stack overflow on deep trees, and correctownerDocumentwhen moving nodes between documents.Call sites that relied on older unsafe behavior (e.g.
createCDATASectionwith]]>in data) may see new errors unless they use supported mutation APIs.Reviewed by Cursor Bugbot for commit 6bc8c5e. Bugbot is set up for automated code reviews on this repo. Configure here.