diff --git a/portal-ui/package.json b/portal-ui/package.json index ca99c36800..47c19799fc 100644 --- a/portal-ui/package.json +++ b/portal-ui/package.json @@ -110,7 +110,8 @@ "react-scripts/**/debug": "^3.1.0", "recharts/**/d3-color": "^3.1.0", "minio/xml2js": "^0.5.0", - "websocket/debug": "^3.1.0" + "websocket/debug": "^3.1.0", + "fast-xml-parser": "^4.2.4" }, "main": "index.js" } diff --git a/portal-ui/yarn.lock b/portal-ui/yarn.lock index 6c9e45961e..3536120494 100644 --- a/portal-ui/yarn.lock +++ b/portal-ui/yarn.lock @@ -5741,10 +5741,10 @@ fast-safe-stringify@^2.1.1: resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884" integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA== -fast-xml-parser@^4.2.2: - version "4.2.2" - resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.2.2.tgz#cb7310d1e9cf42d22c687b0fae41f3c926629368" - integrity sha512-DLzIPtQqmvmdq3VUKR7T6omPK/VCRNqgFlGtbESfyhcH2R4I8EzK1/K6E8PkRCK2EabWrUHK32NjYRbEFnnz0Q== +fast-xml-parser@^4.2.2, fast-xml-parser@^4.2.4: + version "4.2.4" + resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.2.4.tgz#6e846ede1e56ad9e5ef07d8720809edf0ed07e9b" + integrity sha512-fbfMDvgBNIdDJLdLOwacjFAPYt67tr31H9ZhWSm45CDAxvd0I6WTlSOUo7K2P/K5sA5JgMKG64PI3DMcaFdWpQ== dependencies: strnum "^1.0.5"