From 803ed85c7d3a439a624604c4f85cce4b5d672b59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 07:19:56 +0000 Subject: [PATCH] Bump fast-xml-parser from 5.5.9 to 5.7.0 in /src/common Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.5.9 to 5.7.0. - [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.9...v5.7.0) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.7.0 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 76af2775a..05d3c25ca 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.1", - "fast-xml-parser": "5.5.9", + "fast-xml-parser": "5.7.0", "fetch-ie8": "1.5.0", "fetch-jsonp": "1.1.3", "flatgeobuf": "3.31.1",