From 8faea4c7e0b3b5c2fb29ad9522618cd8db8e3cc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 01:41:17 +0000 Subject: [PATCH] chore(deps): update dependency fast-xml-parser to v5.7.1 --- website/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package.json b/website/package.json index bcacf6bbd3c..562ddffb749 100644 --- a/website/package.json +++ b/website/package.json @@ -83,7 +83,7 @@ "@types/node": "24.12.2", "@types/react": "19.2.14", "@types/semver": "7.7.1", - "fast-xml-parser": "5.7.0", + "fast-xml-parser": "5.7.1", "jsonpath": "1.3.0", "postcss-import": "^16.1.0", "postcss-lightningcss": "^1.0.1", diff --git a/yarn.lock b/yarn.lock index f9c2d2c05bf..7aa72ffc382 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8471,10 +8471,10 @@ fast-xml-builder@^1.1.5: dependencies: path-expression-matcher "^1.1.3" -fast-xml-parser@5.7.0: - version "5.7.0" - resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.7.0.tgz#b93e49a3d62a8824c5212d8fa099ac2e548d548a" - integrity sha512-MTcrUoRQ1GSQ9iG3QJzBGquYYYeA7piZaJoIWbPFGbRn6Jj6z7xgoAyi4DrZX4y2ZIQQBF59gc/zmvvejjgoFQ== +fast-xml-parser@5.7.1: + version "5.7.1" + resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.7.1.tgz#17697550bdd2a0a0d47cdc4b456c009c4cbe8a06" + integrity sha512-8Cc3f8GUGUULg34pBch/KGyPLglS+OFs05deyOlY7fL2MTagYPKrVQNmR1fLF/yJ9PH5ZSTd3YDF6pnmeZU+zA== dependencies: "@nodable/entities" "^2.1.0" fast-xml-builder "^1.1.5"