build(deps-dev): Bump @xmldom/xmldom from 0.8.12 to 0.8.13#54
build(deps-dev): Bump @xmldom/xmldom from 0.8.12 to 0.8.13#54dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.8.12 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.12...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>
PR SummaryLow Risk Overview The lockfile also updates metadata for several packages (notably adding/removing Reviewed by Cursor Bugbot for commit 96cc63e. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 96cc63e. Configure here.
| "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", | ||
| "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", | ||
| "license": "MIT", | ||
| "peer": true, |
There was a problem hiding this comment.
Lockfile corrupted: direct dependencies incorrectly marked as peer-only
High Severity
This PR introduces "peer": true on numerous packages that are direct dependencies or devDependencies in package.json, including react, react-dom, mobx, zod, better-sqlite3, electron, vite, @types/react, @types/react-dom, and more. A version bump of @xmldom/xmldom should not alter the peer status of unrelated packages. Marking direct dependencies as "peer": true in the lockfile means npm considers them installed solely to satisfy peer requirements, which can cause npm prune to remove them, produce incorrect npm ls output, and lead to broken installs in CI environments.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 96cc63e. Configure here.


Bumps @xmldom/xmldom from 0.8.12 to 0.8.13.
Release notes
Sourced from
@xmldom/xmldom's releases.Changelog
Sourced from
@xmldom/xmldom's changelog.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.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.