chore(deps): update vulnerable packages to patched versions

Updated packages:
- simple-git 3.32.3 → 3.36.0 (RCE vulnerability)
- fast-uri 3.1.0 → 3.1.2 (host confusion, path traversal)
- dompurify 3.3.1 → 3.4.5 (XSS bypasses)
- mermaid 11.13.0 → 11.15.0 (CSS injection, DoS)
- uuid 11.1.0 → 11.1.1 (buffer bounds check)
- ws 8.20.0 → 8.20.0 (uninitialized memory)
- ip-address 10.1.0 → 10.2.0 (XSS)
- @xmldom/xmldom 0.8.11 → 0.9.10 (XML injection, DoS)
- docx4js 3.3.0 → 2.0.1 (breaks xml2js dep chain)
- brace-expansion (transitive update)

Also applied lint:fix autofix (const correctness).

Amit Haridas
This commit is contained in:
2026-05-25 00:00:28 +05:30
parent 94ad99dc4d
commit cfaafc07b2
6 changed files with 171 additions and 513 deletions
+1 -1
View File
@@ -655,7 +655,7 @@ class WordTemplateExporter {
*/
parseInlineFormatting(text) {
let xml = '';
let pos = 0;
const pos = 0;
// Patterns for inline formatting
const patterns = [