Skip to content

Commit d09dac3

Browse files
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](NaturalIntelligence/fast-xml-parser@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] <support@github.com>
1 parent 60a9ceb commit d09dac3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@salesforce/core": "^8.28.4",
4646
"@salesforce/sf-plugins-core": "^11.3.12",
4747
"csv-parse": "^5.6.0",
48-
"fast-xml-parser": "^5.7.1"
48+
"fast-xml-parser": "^5.7.2"
4949
},
5050
"devDependencies": {
5151
"@jsforce/jsforce-node": "^3.10.14",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4412,10 +4412,10 @@ fast-xml-parser@5.5.8:
44124412
path-expression-matcher "^1.2.0"
44134413
strnum "^2.2.0"
44144414

4415-
fast-xml-parser@^5.7.1:
4416-
version "5.7.1"
4417-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.7.1.tgz#17697550bdd2a0a0d47cdc4b456c009c4cbe8a06"
4418-
integrity sha512-8Cc3f8GUGUULg34pBch/KGyPLglS+OFs05deyOlY7fL2MTagYPKrVQNmR1fLF/yJ9PH5ZSTd3YDF6pnmeZU+zA==
4415+
fast-xml-parser@^5.7.2:
4416+
version "5.7.2"
4417+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.7.2.tgz#fecd0b054c6c132fc03dab994a413da781e0eb9f"
4418+
integrity sha512-P7oW7tLbYnhOLQk/Gv7cZgzgMPP/XN03K02/Jy6Y/NHzyIAIpxuZIM/YqAkfiXFPxA2CTm7NtCijK9EDu09u2w==
44194419
dependencies:
44204420
"@nodable/entities" "^2.1.0"
44214421
fast-xml-builder "^1.1.5"

0 commit comments

Comments
 (0)