fix(deps): bump fast-xml-parser to 5.5.8 in @azure/core-xml chain#19918
fix(deps): bump fast-xml-parser to 5.5.8 in @azure/core-xml chain#19918
Conversation
Partially fixes Dependabot alert #1224. Updates the @azure/core-xml transitive dependency chain to fast-xml-parser 5.5.8 (patched for CVE-2026-33349). AWS SDK and Langchain chains require upstream updates. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨Deps
Bug Fixes 🐛Core
Deps
Other
Internal Changes 🔧Deps Dev
Other
🤖 This preview updates automatically when you update the PR. |
node-overhead report 🧳Note: This is a synthetic benchmark with a minimal express app and does not necessarily reflect the real-world performance impact in an application.
|
fast-xml-parser 5.5.8 added fast-xml-builder and path-expression-matcher as new dependencies, but the yarn.lock was missing them, causing ERR_MODULE_NOT_FOUND at runtime. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
| dependencies: | ||
| "@socket.io/component-emitter" "~3.1.0" | ||
| debug "~4.3.1" | ||
| debug "~4.4.1" |
There was a problem hiding this comment.
Lockfile inconsistency: unresolved debug@~4.4.1 specifier
Medium Severity
The socket.io-parser@4.2.6 dependency declaration for debug was changed from "~4.3.1" to "~4.4.1", but no lockfile resolution entry includes the debug@~4.4.1 specifier. The existing entries cover debug@~4.3.1, ~4.3.2, ~4.3.4 (→ 4.3.7) and debug@^4.4.1 (caret, → 4.4.3), but not debug@~4.4.1 (tilde). This unresolved specifier can cause yarn install --frozen-lockfile to fail in CI.
size-limit report 📦
|


Partially fixes Dependabot alert #1224. Updates the @azure/core-xml transitive dependency chain to fast-xml-parser 5.5.8 (patched for CVE-2026-33349). AWS SDK and Langchain chains require upstream updates.