From d480826bc843b9c1214827946f994a69358bcfcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 01:41:46 +0000 Subject: [PATCH] Bump fast-xml-parser from 5.5.5 to 5.5.7 in /client Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.5.5 to 5.5.7. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.5.5...v5.5.7) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.5.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index a3dc63d..6dba2db 100644 --- a/client/package.json +++ b/client/package.json @@ -20,7 +20,7 @@ "@msgpack/msgpack": "3.1.3", "cbor-x": "1.6.4", "echarts": "6.0.0", - "fast-xml-parser": "5.5.5", + "fast-xml-parser": "5.5.7", "flatbuffers": "25.9.23", "ngx-echarts": "21.0.0", "papaparse": "5.5.3",