From 2d24767a640213eaae7f434910903dcbac30abbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 01:44:13 +0000 Subject: [PATCH] Bump fast-xml-parser from 5.4.2 to 5.5.6 in /src/common Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.4.2 to 5.5.6. - [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.4.2...v5.5.6) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.5.6 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 60bd76e36..409951def 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.4.2", + "fast-xml-parser": "5.5.6", "fetch-ie8": "1.5.0", "fetch-jsonp": "1.1.3", "flatgeobuf": "3.31.1",