Skip to content

deps: bump @xmldom/xmldom from 0.8.12 to 0.9.9 in the production-dependencies group across 1 directory#211

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/main/production-dependencies-93e63810b6
Open

deps: bump @xmldom/xmldom from 0.8.12 to 0.9.9 in the production-dependencies group across 1 directory#211
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/main/production-dependencies-93e63810b6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps the production-dependencies group with 1 update in the / directory: @xmldom/xmldom.

Updates @xmldom/xmldom from 0.8.12 to 0.9.9

Release notes

Sourced from @​xmldom/xmldom's releases.

0.9.9

Commits

Added

Fixed

Code that passes a string containing "]]>" to createCDATASection and relied on the previously unsafe behavior will now receive InvalidCharacterError. Use a mutation method such as appendData if you intentionally need "]]>" in a CDATASection node's data.

Chore

  • updated dependencies

Thank you, @​stevenobiajulu, @​yoshi389111, @​thesmartshadow, for your contributions

xmldom/xmldom#435

0.9.8

Commits

Fixed

Chore

Thank you, @​kboshold, @​Ponynjaa, for your contributions.

xmldom/xmldom#435

0.9.7

Commits

... (truncated)

Changelog

Sourced from @​xmldom/xmldom's changelog.

0.9.9

Added

Fixed

Code that passes a string containing "]]>" to createCDATASection and relied on the previously unsafe behavior will now receive InvalidCharacterError. Use a mutation method such as appendData if you intentionally need "]]>" in a CDATASection node's data.

Chore

  • updated dependencies

Thank you, @​stevenobiajulu, @​yoshi389111, @​thesmartshadow, for your contributions

Commits

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 30, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 30, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 73216e4.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

OpenSSF Scorecard

PackageVersionScoreDetails
npm/@xmldom/xmldom 0.9.9 🟢 7.5
Details
CheckScoreReason
Code-Review⚠️ 1Found 1/7 approved changesets -- score normalized to 1
Security-Policy🟢 10security policy file detected
Maintained🟢 1026 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10
Dependency-Update-Tool🟢 10update tool detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Pinned-Dependencies🟢 8dependency not pinned by hash detected -- score normalized to 8
License🟢 10license file detected
CII-Best-Practices🟢 5badge detected: Passing
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Fuzzing🟢 10project is fuzzed
Branch-Protection🟢 5branch protection is not maximal on development and all release branches
Vulnerabilities🟢 55 existing vulnerabilities detected
SAST🟢 9SAST tool detected but not run on all commits
CI-Tests🟢 1029 out of 29 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 12 contributing companies or organizations

Scanned Files

  • package-lock.json

Bumps the production-dependencies group with 1 update: [@xmldom/xmldom](https://github.com/xmldom/xmldom).


Updates `@xmldom/xmldom` from 0.8.11 to 0.9.9
- [Release notes](https://github.com/xmldom/xmldom/releases)
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md)
- [Commits](xmldom/xmldom@0.8.11...0.9.9)

---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
  dependency-version: 0.9.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot changed the title deps: bump @xmldom/xmldom from 0.8.11 to 0.9.9 in the production-dependencies group deps: bump @xmldom/xmldom from 0.8.12 to 0.9.9 in the production-dependencies group across 1 directory Apr 15, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/production-dependencies-93e63810b6 branch from a5df70f to 73216e4 Compare April 15, 2026 18:21
Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 15, 2026

@copilot fix the failing CI (https://github.com/advanced-security/codeql-sarif-security-standard-annotator/actions/runs/24470965202/job/71510783260?pr=211 https://github.com/advanced-security/codeql-s...

Fixed in 0c7c365. The @xmldom/xmldom 0.9.9 upgrade changed parseFromString to require a second mimeType argument. The fix adds 'text/xml' as the required argument and casts the result through unknown to maintain type compatibility with the xpath library.

Copilot AI requested a review from felickz April 15, 2026 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants