build(deps): bump fast-xml-parser from 5.3.4 to 5.3.6 (#1346)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-02-18 09:29:28 +00:00
committed by GitHub
parent fce8c98977
commit 17a5bf4dbc
3 changed files with 6 additions and 6 deletions

2
dist/post_run/index.js generated vendored

File diff suppressed because one or more lines are too long

2
dist/run/index.js generated vendored

File diff suppressed because one or more lines are too long

8
package-lock.json generated
View File

@@ -2315,9 +2315,9 @@
"dev": true
},
"node_modules/fast-xml-parser": {
"version": "5.3.4",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz",
"integrity": "sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==",
"version": "5.3.6",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.6.tgz",
"integrity": "sha512-QNI3sAvSvaOiaMl8FYU4trnEzCwiRr8XMWgAHzlrWpTSj+QaCSvOf1h82OEP1s4hiAXhnbXSyFWCf4ldZzZRVA==",
"funding": [
{
"type": "github",
@@ -2326,7 +2326,7 @@
],
"license": "MIT",
"dependencies": {
"strnum": "^2.1.0"
"strnum": "^2.1.2"
},
"bin": {
"fxparser": "src/cli/cli.js"