diff --git a/package.json b/package.json index 4028a659..0e010d10 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@salesforce/core": "^8.27.1", "@salesforce/sf-plugins-core": "^11.3.12", "csv-parse": "^5.6.0", - "fast-xml-parser": "^5.5.9" + "fast-xml-parser": "^5.5.10" }, "devDependencies": { "@jsforce/jsforce-node": "^3.10.14", diff --git a/yarn.lock b/yarn.lock index f4ebbe3e..6ed09ae8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4407,13 +4407,13 @@ fast-xml-parser@5.5.8: path-expression-matcher "^1.2.0" strnum "^2.2.0" -fast-xml-parser@^5.5.9: - version "5.5.9" - resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.9.tgz#e59637abebec3dbfbb4053b532d787af6ea11527" - integrity sha512-jldvxr1MC6rtiZKgrFnDSvT8xuH+eJqxqOBThUVjYrxssYTo1avZLGql5l0a0BAERR01CadYzZ83kVEkbyDg+g== +fast-xml-parser@^5.5.10: + version "5.5.10" + resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.10.tgz#5da142d2d568f33cc93c63596bd821bb7cb8f87c" + integrity sha512-go2J2xODMc32hT+4Xr/bBGXMaIoiCwrwp2mMtAvKyvEFW6S/v5Gn2pBmE4nvbwNjGhpcAiOwEv7R6/GZ6XRa9w== dependencies: fast-xml-builder "^1.1.4" - path-expression-matcher "^1.2.0" + path-expression-matcher "^1.2.1" strnum "^2.2.2" fastest-levenshtein@^1.0.7: @@ -6476,10 +6476,10 @@ path-exists@^4.0.0: resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== -path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz#9bdae3787f43b0857b0269e9caaa586c12c8abee" - integrity sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ== +path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0, path-expression-matcher@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.1.tgz#04de63e98dcef3e07af8b12a41055466f200e291" + integrity sha512-d7gQQmLvAKXKXE2GeP9apIGbMYKz88zWdsn/BN2HRWVQsDFdUY36WSLTY0Jvd4HWi7Fb30gQ62oAOzdgJA6fZw== path-is-absolute@^1.0.0: version "1.0.1"