diff --git a/package-lock.json b/package-lock.json index dc3c9277b..3b6e59a77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3268,11 +3268,11 @@ "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, "fast-xml-parser": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.21.1.tgz", - "integrity": "sha512-FTFVjYoBOZTJekiUsawGsSYV9QL0A+zDYCRj7y34IO6Jg+2IMYEtQa+bbictpdpV8dHxXywqU7C0gRDEOFtBFg==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.3.tgz", + "integrity": "sha512-3wwn8WJZwUPwv7nU2hxIwKdxpwVexw8AYrUSG0prEPZXKbLBmz3eBlqvj+gB7lDY26MHDKCw7A8G2zoVO/Sf9A==", "requires": { - "strnum": "^1.0.4" + "strnum": "^1.0.5" } }, "fastest-levenshtein": { diff --git a/package.json b/package.json index 6ab7ed175..61db84e5b 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "date-fns": "2.29.3", "debug": "4.3.4", "es5-ext": "0.10.53", - "fast-xml-parser": "3.21.1", + "fast-xml-parser": "4.2.3", "from2": "2.3.0", "glob": "7.2.0", "gradle-to-js": "2.0.1",