build(deps): bump fast-xml-parser from 5.3.3 to 5.4.2

Consolidates Dependabot PR #1727

Updates fast-xml-parser to address security vulnerabilities. This is a
patch update that maintains backward compatibility.
This commit is contained in:
theluckystrike 2026-03-04 23:24:24 +07:00
parent 5656298164
commit 7bdf326dde
2 changed files with 24 additions and 9 deletions

View file

@ -26,7 +26,8 @@
"@actions/cache": "^5.0.5",
"@actions/core": "^2.0.3",
"@actions/exec": "^2.0.0",
"@actions/io": "^2.0.0"
"@actions/io": "^2.0.0",
"fast-xml-parser": "5.4.2"
},
"devDependencies": {
"@types/jest": "^29.5.14",
@ -51,4 +52,4 @@
"engines": {
"node": ">=24"
}
}
}