diff --git a/website/package.json b/website/package.json index 7f37c3b2f25..4ef575499e0 100644 --- a/website/package.json +++ b/website/package.json @@ -16,7 +16,7 @@ "@types/jsonpath": "0.2.4", "@types/node": "18.19.18", "@types/react": "18.2.60", - "fast-xml-parser": "4.2.7", + "fast-xml-parser": "4.3.5", "jsonpath": "1.1.1", "prettier-plugin-tailwindcss": "0.2.8" }, diff --git a/yarn.lock b/yarn.lock index 55694b8ec94..4964a7e4016 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8112,10 +8112,10 @@ fast-url-parser@1.1.3, fast-url-parser@^1.1.3: dependencies: punycode "^1.3.2" -fast-xml-parser@4.2.7: - version "4.2.7" - resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.2.7.tgz#871f2ca299dc4334b29f8da3658c164e68395167" - integrity sha512-J8r6BriSLO1uj2miOk1NW0YVm8AGOOu3Si2HQp/cSmo6EA4m3fcwu2WKjJ4RK9wMLBtg69y1kS8baDiQBR41Ig== +fast-xml-parser@4.3.5: + version "4.3.5" + resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.5.tgz#e2f2a2ae8377e9c3dc321b151e58f420ca7e5ccc" + integrity sha512-sWvP1Pl8H03B8oFJpFR3HE31HUfwtX7Rlf9BNsvdpujD4n7WMhfmu8h9wOV2u+c1k0ZilTADhPqypzx2J690ZQ== dependencies: strnum "^1.0.5"