From 1b1b4eb015c520c45871de75fd0fbbba0b28bf53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 15:00:45 +0000 Subject: [PATCH] build(deps): bump fast-xml-parser from 5.5.11 to 5.7.1 in /web-app Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.5.11 to 5.7.1. - [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.11...v5.7.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.7.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- web-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-app/package.json b/web-app/package.json index a446429f54..225bb839aa 100644 --- a/web-app/package.json +++ b/web-app/package.json @@ -90,7 +90,7 @@ }, "resolutions": { "yaml": "^2.8.3", - "fast-xml-parser": "^5.5.11", + "fast-xml-parser": "^5.7.1", "semver": "^7.7.4", "ws": "^8.20.0", "jspdf": "^4.2.1",