From db8783b162dda86b980e7a2f16810623d49c9919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 09:05:42 +0000 Subject: [PATCH] fix(deps): bump fast-xml-parser from 5.7.1 to 5.7.2 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.7.1 to 5.7.2. - [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.7.1...v5.7.2) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 d6b3e31d..7408b033 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@salesforce/core": "^8.28.4", "@salesforce/sf-plugins-core": "^11.3.12", "csv-parse": "^5.6.0", - "fast-xml-parser": "^5.7.1" + "fast-xml-parser": "^5.7.2" }, "devDependencies": { "@jsforce/jsforce-node": "^3.10.14", diff --git a/yarn.lock b/yarn.lock index 84ae2a44..19cc3dac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4412,10 +4412,10 @@ fast-xml-parser@5.5.8: path-expression-matcher "^1.2.0" strnum "^2.2.0" -fast-xml-parser@^5.7.1: - version "5.7.1" - resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.7.1.tgz#17697550bdd2a0a0d47cdc4b456c009c4cbe8a06" - integrity sha512-8Cc3f8GUGUULg34pBch/KGyPLglS+OFs05deyOlY7fL2MTagYPKrVQNmR1fLF/yJ9PH5ZSTd3YDF6pnmeZU+zA== +fast-xml-parser@^5.7.2: + version "5.7.2" + resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.7.2.tgz#fecd0b054c6c132fc03dab994a413da781e0eb9f" + integrity sha512-P7oW7tLbYnhOLQk/Gv7cZgzgMPP/XN03K02/Jy6Y/NHzyIAIpxuZIM/YqAkfiXFPxA2CTm7NtCijK9EDu09u2w== dependencies: "@nodable/entities" "^2.1.0" fast-xml-builder "^1.1.5"