diff --git a/package.json b/package.json index 65484abb..b3d6f011 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@salesforce/kit": "^3.1.0", "@salesforce/sf-plugins-core": "^9.0.7", "fast-glob": "^3.3.2", - "fast-xml-parser": "^4.3.6", + "fast-xml-parser": "^4.4.0", "js2xmlparser": "^4.0.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index f96e4f58..568689ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3725,10 +3725,10 @@ fast-xml-parser@4.2.5: dependencies: strnum "^1.0.5" -fast-xml-parser@^4.3.6: - version "4.3.6" - resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz#190f9d99097f0c8f2d3a0e681a10404afca052ff" - integrity sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw== +fast-xml-parser@^4.4.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.4.0.tgz#341cc98de71e9ba9e651a67f41f1752d1441a501" + integrity sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg== dependencies: strnum "^1.0.5"