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
3 times, most recently
from
August 2, 2026 17:57
6bc8c5e to
1d454a7
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/xmldom/xmldom-0.8.13
branch
from
August 3, 2026 22:10
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>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/xmldom/xmldom-0.8.13
branch
from
August 3, 2026 22:22
5dc3c58 to
869924b
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
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.