chore(universal-xml-plugin): update dependency fast-xml-parser to v5.3.3 (#21809)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-14 01:36:04 +00:00
committed by GitHub
parent cc42206b4d
commit a90797683c
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -9573,9 +9573,9 @@
"license": "MIT"
},
"node_modules/fast-xml-parser": {
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.2.tgz",
"integrity": "sha512-n8v8b6p4Z1sMgqRmqLJm3awW4NX7NkaKPfb3uJIBTSH7Pdvufi3PQ3/lJLQrvxcMYl7JI2jnDO90siPEpD8JBA==",
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.3.tgz",
"integrity": "sha512-2O3dkPAAC6JavuMm8+4+pgTk+5hoAs+CjZ+sWcQLkX9+/tHRuTkQh/Oaifr8qDmZ8iEHb771Ea6G8CdwkrgvYA==",
"funding": [
{
"type": "github",
@@ -21383,7 +21383,7 @@
"license": "Apache-2.0",
"dependencies": {
"@xmldom/xmldom": "0.9.8",
"fast-xml-parser": "5.3.2",
"fast-xml-parser": "5.3.3",
"lodash": "4.17.21",
"xpath": "0.0.34"
},
@@ -22235,7 +22235,7 @@
"version": "file:packages/universal-xml-plugin",
"requires": {
"@xmldom/xmldom": "0.9.8",
"fast-xml-parser": "5.3.2",
"fast-xml-parser": "5.3.3",
"lodash": "4.17.21",
"xpath": "0.0.34"
}
@@ -28331,9 +28331,9 @@
"integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw=="
},
"fast-xml-parser": {
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.2.tgz",
"integrity": "sha512-n8v8b6p4Z1sMgqRmqLJm3awW4NX7NkaKPfb3uJIBTSH7Pdvufi3PQ3/lJLQrvxcMYl7JI2jnDO90siPEpD8JBA==",
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.3.tgz",
"integrity": "sha512-2O3dkPAAC6JavuMm8+4+pgTk+5hoAs+CjZ+sWcQLkX9+/tHRuTkQh/Oaifr8qDmZ8iEHb771Ea6G8CdwkrgvYA==",
"requires": {
"strnum": "^2.1.0"
}

View File

@@ -38,7 +38,7 @@
},
"dependencies": {
"@xmldom/xmldom": "0.9.8",
"fast-xml-parser": "5.3.2",
"fast-xml-parser": "5.3.3",
"lodash": "4.17.21",
"xpath": "0.0.34"
},