From eff53c279875ae1b4e3df4584da30ac59d4ce77a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 01:09:26 +0000 Subject: [PATCH] chore(deps): bump fast-xml-parser in /packages/shared Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.3.6 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.3.6...v5.5.7) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.5.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/shared/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared/package.json b/packages/shared/package.json index c634f4036b..32e4550791 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -34,7 +34,7 @@ "braintree": "3.15.0", "dd-trace": "5.52.0", "exponential-backoff": "3.1.1", - "fast-xml-parser": "5.3.6", + "fast-xml-parser": "5.5.7", "form-data": "4.0.4", "he": "^1.2.0", "js-yaml": "4.1.1",