From 930b938ccd8935d8fb75d57040d2272f05a94ad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 21:19:40 +0000 Subject: [PATCH] fix(deps): bump fast-xml-parser from 5.3.6 to 5.3.8 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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 236d3a29..9fa1aa3c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@salesforce/kit": "^3.2.4", "@salesforce/sf-plugins-core": "^11.3.12", "fast-glob": "^3.3.3", - "fast-xml-parser": "^5.3.6", + "fast-xml-parser": "^5.3.8", "js2xmlparser": "^4.0.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 965ff4f3..c25bc168 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3968,10 +3968,10 @@ fast-xml-parser@5.2.5: dependencies: strnum "^2.1.0" -fast-xml-parser@^5.3.6: - version "5.3.6" - resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.3.6.tgz#85a69117ca156b1b3c52e426495b6de266cb6a4b" - integrity sha512-QNI3sAvSvaOiaMl8FYU4trnEzCwiRr8XMWgAHzlrWpTSj+QaCSvOf1h82OEP1s4hiAXhnbXSyFWCf4ldZzZRVA== +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"