fix(universal-xml-plugin): update dependency fast-xml-parser to v4.5.1 (#20841)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-12-15 13:03:08 +00:00
committed by GitHub
parent 64e768efb7
commit aaef1d6962
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -8602,9 +8602,9 @@
"license": "MIT"
},
"node_modules/fast-xml-parser": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz",
"integrity": "sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==",
"version": "4.5.1",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz",
"integrity": "sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==",
"funding": [
{
"type": "github",
@@ -21455,7 +21455,7 @@
"dependencies": {
"@types/xmldom": "0.1.34",
"@xmldom/xmldom": "0.9.6",
"fast-xml-parser": "4.5.0",
"fast-xml-parser": "4.5.1",
"lodash": "4.17.21",
"source-map-support": "0.5.21",
"xpath": "0.0.34"
@@ -22655,7 +22655,7 @@
"requires": {
"@types/xmldom": "0.1.34",
"@xmldom/xmldom": "0.9.6",
"fast-xml-parser": "4.5.0",
"fast-xml-parser": "4.5.1",
"lodash": "4.17.21",
"source-map-support": "0.5.21",
"xpath": "0.0.34"
@@ -28438,9 +28438,9 @@
"integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw=="
},
"fast-xml-parser": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz",
"integrity": "sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==",
"version": "4.5.1",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz",
"integrity": "sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==",
"requires": {
"strnum": "^1.0.5"
}

View File

@@ -38,7 +38,7 @@
"dependencies": {
"@types/xmldom": "0.1.34",
"@xmldom/xmldom": "0.9.6",
"fast-xml-parser": "4.5.0",
"fast-xml-parser": "4.5.1",
"lodash": "4.17.21",
"source-map-support": "0.5.21",
"xpath": "0.0.34"