diff --git a/package-lock.json b/package-lock.json index 284f81cbc..f9456d347 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } diff --git a/packages/universal-xml-plugin/package.json b/packages/universal-xml-plugin/package.json index 5a6652175..08a30dcd3 100644 --- a/packages/universal-xml-plugin/package.json +++ b/packages/universal-xml-plugin/package.json @@ -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"