diff --git a/package-lock.json b/package-lock.json index c8923544a..fecf2b799 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } diff --git a/packages/universal-xml-plugin/package.json b/packages/universal-xml-plugin/package.json index e9330883d..1ccc86f92 100644 --- a/packages/universal-xml-plugin/package.json +++ b/packages/universal-xml-plugin/package.json @@ -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"