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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-06-07 14:40:29 +03:00
committed by GitHub
parent eb9fefe1cf
commit a8058fa143
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -20333,7 +20333,7 @@
"license": "Apache-2.0",
"dependencies": {
"@xmldom/xmldom": "0.9.8",
"fast-xml-parser": "5.2.3",
"fast-xml-parser": "5.2.4",
"lodash": "4.17.21",
"source-map-support": "0.5.21",
"xpath": "0.0.34"
@@ -20347,9 +20347,9 @@
}
},
"packages/universal-xml-plugin/node_modules/fast-xml-parser": {
"version": "5.2.3",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.3.tgz",
"integrity": "sha512-OdCYfRqfpuLUFonTNjvd30rCBZUneHpSQkCqfaeWQ9qrKcl6XlWeDBNVwGb+INAIxRshuN2jF+BE0L6gbBO2mw==",
"version": "5.2.4",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.4.tgz",
"integrity": "sha512-6mNrAVwHip2nGyPYn6xQJK/znBbIoz6to5VMNysrka1/aoSylbB8vjYgkpaFp05EFojiflVV+3QzXe9Ap3Esng==",
"funding": [
{
"type": "github",
@@ -21316,16 +21316,16 @@
"version": "file:packages/universal-xml-plugin",
"requires": {
"@xmldom/xmldom": "0.9.8",
"fast-xml-parser": "5.2.3",
"fast-xml-parser": "5.2.4",
"lodash": "4.17.21",
"source-map-support": "0.5.21",
"xpath": "0.0.34"
},
"dependencies": {
"fast-xml-parser": {
"version": "5.2.3",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.3.tgz",
"integrity": "sha512-OdCYfRqfpuLUFonTNjvd30rCBZUneHpSQkCqfaeWQ9qrKcl6XlWeDBNVwGb+INAIxRshuN2jF+BE0L6gbBO2mw==",
"version": "5.2.4",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.4.tgz",
"integrity": "sha512-6mNrAVwHip2nGyPYn6xQJK/znBbIoz6to5VMNysrka1/aoSylbB8vjYgkpaFp05EFojiflVV+3QzXe9Ap3Esng==",
"requires": {
"strnum": "^2.1.0"
}

View File

@@ -38,7 +38,7 @@
},
"dependencies": {
"@xmldom/xmldom": "0.9.8",
"fast-xml-parser": "5.2.3",
"fast-xml-parser": "5.2.4",
"lodash": "4.17.21",
"source-map-support": "0.5.21",
"xpath": "0.0.34"