From f4619345e64653e9435cd1888b1c05a65e7c94ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 06:01:28 +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.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.3.6...v5.7.0) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.7.0 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..a9b13f8552 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.7.0", "form-data": "4.0.4", "he": "^1.2.0", "js-yaml": "4.1.1",