From 2c970df93c6c9371610d50c7e0d07753d6abd03d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 18:32:57 +0000 Subject: [PATCH] fix(deps): bump fast-xml-parser from 5.3.7 to 5.3.8 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.3.7 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.7...v5.3.8) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.3.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e2c783d..2e54114 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@salesforce/source-deploy-retrieve": "^12.31.14", "@salesforce/types": "^1.6.0", "ansis": "^3.3.2", - "fast-xml-parser": "^5.3.7", + "fast-xml-parser": "^5.3.8", "glob": "^11.0.3", "ink": "5.0.1", "ink-text-input": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index 206a615..e113fc8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4723,10 +4723,10 @@ fast-xml-parser@5.3.6: dependencies: strnum "^2.1.2" -fast-xml-parser@^5.3.6, fast-xml-parser@^5.3.7: - version "5.3.7" - resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.3.7.tgz#81694e71ff0e568cbb6befade342f2a7e58aa1d9" - integrity sha512-JzVLro9NQv92pOM/jTCR6mHlJh2FGwtomH8ZQjhFj/R29P2Fnj38OgPJVtcvYw6SuKClhgYuwUZf5b3rd8u2mA== +fast-xml-parser@^5.3.6, fast-xml-parser@^5.3.8: + version "5.3.8" + resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.3.8.tgz#b5bc2045620d1b9cf342a2aa4d72391ef0b36a9e" + integrity sha512-53jIF4N6u/pxvaL1eb/hEZts/cFLWZ92eCfLrNyCI0k38lettCG/Bs40W9pPwoPXyHQlKu2OUbQtiEIZK/J6Vw== dependencies: strnum "^2.1.2"