diff --git a/package-lock.json b/package-lock.json index 7eb9990d7..c467b0f9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7990,17 +7990,13 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz", - "integrity": "sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.2.tgz", + "integrity": "sha512-xmnYV9o0StIz/0ArdzmWTxn9oDy0lH8Z80/8X/TD2EUQKXY4DHxoT9mYBqgGIG17DgddCJtH1M6DriMbalNsAA==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" - }, - { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" } ], "license": "MIT", @@ -19651,7 +19647,7 @@ "license": "Apache-2.0", "dependencies": { "@xmldom/xmldom": "0.9.7", - "fast-xml-parser": "4.5.1", + "fast-xml-parser": "4.5.2", "lodash": "4.17.21", "source-map-support": "0.5.21", "xpath": "0.0.34" @@ -20636,7 +20632,7 @@ "version": "file:packages/universal-xml-plugin", "requires": { "@xmldom/xmldom": "0.9.7", - "fast-xml-parser": "4.5.1", + "fast-xml-parser": "4.5.2", "lodash": "4.17.21", "source-map-support": "0.5.21", "xpath": "0.0.34" @@ -25907,9 +25903,9 @@ "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==" }, "fast-xml-parser": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz", - "integrity": "sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.2.tgz", + "integrity": "sha512-xmnYV9o0StIz/0ArdzmWTxn9oDy0lH8Z80/8X/TD2EUQKXY4DHxoT9mYBqgGIG17DgddCJtH1M6DriMbalNsAA==", "requires": { "strnum": "^1.0.5" } diff --git a/packages/universal-xml-plugin/package.json b/packages/universal-xml-plugin/package.json index 64aff8372..e494d7849 100644 --- a/packages/universal-xml-plugin/package.json +++ b/packages/universal-xml-plugin/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "@xmldom/xmldom": "0.9.7", - "fast-xml-parser": "4.5.1", + "fast-xml-parser": "4.5.2", "lodash": "4.17.21", "source-map-support": "0.5.21", "xpath": "0.0.34"