From 616ffa2c86dde08321545e466aee695087b11a6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 22:12:12 +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.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.6...v5.3.8) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.3.8 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 c634f4036b1..b93963bccf4 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.3.8", "form-data": "4.0.4", "he": "^1.2.0", "js-yaml": "4.1.1",