From 1bff296b2893f6284231a8af72db3e01ddcf4ca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 08:23:31 +0000 Subject: [PATCH] Bump fast-xml-parser from 5.3.5 to 5.3.8 in /src/common Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.3.5 to 5.3.8. - [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.3.5...v5.3.8) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.3.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/common/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/package.json b/src/common/package.json index 321cbddd4..3ed467ef5 100644 --- a/src/common/package.json +++ b/src/common/package.json @@ -22,7 +22,7 @@ "@turf/meta": "^7.2.0", "canvg": "^4.0.3", "echarts": "5.5.0", - "fast-xml-parser": "5.3.5", + "fast-xml-parser": "5.3.8", "fetch-ie8": "1.5.0", "fetch-jsonp": "1.1.3", "flatgeobuf": "3.31.1",