Skip to content

Commit

Permalink
fix(deps): bump fast-xml-parser from 4.2.7 to 4.3.1
Browse files Browse the repository at this point in the history
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.2.7 to 4.3.1.
- [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@v4.2.7...v4.3.1)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2023
1 parent dced0e6 commit d2e7a47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@salesforce/kit": "^3.0.11",
"@salesforce/ts-types": "^2.0.7",
"fast-levenshtein": "^3.0.0",
"fast-xml-parser": "^4.2.7",
"fast-xml-parser": "^4.3.1",
"got": "^11.8.6",
"graceful-fs": "^4.2.11",
"ignore": "^5.2.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2406,10 +2406,10 @@ fast-safe-stringify@^2.1.1:
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==

fast-xml-parser@^4.2.7:
version "4.2.7"
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.2.7.tgz#871f2ca299dc4334b29f8da3658c164e68395167"
integrity sha512-J8r6BriSLO1uj2miOk1NW0YVm8AGOOu3Si2HQp/cSmo6EA4m3fcwu2WKjJ4RK9wMLBtg69y1kS8baDiQBR41Ig==
fast-xml-parser@^4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.1.tgz#4f89c31e4c392d6e3d68b299733cad0c2d50d495"
integrity sha512-viVv3xb8D+SiS1W4cv4tva3bni08kAkx0gQnWrykMM8nXPc1FxqZPU00dCEVjkiCg4HoXd2jC4x29Nzg/l2DAA==
dependencies:
strnum "^1.0.5"

Expand Down

1 comment on commit d2e7a47

@svc-cli-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: d2e7a47 Previous: c24aeac Ratio
eda-componentSetCreate-linux 261 ms 243 ms 1.07
eda-sourceToMdapi-linux 7356 ms 6713 ms 1.10
eda-sourceToZip-linux 5057 ms 4748 ms 1.07
eda-mdapiToSource-linux 3864 ms 3914 ms 0.99
lotsOfClasses-componentSetCreate-linux 488 ms 662 ms 0.74
lotsOfClasses-sourceToMdapi-linux 9077 ms 9058 ms 1.00
lotsOfClasses-sourceToZip-linux 6596 ms 6080 ms 1.08
lotsOfClasses-mdapiToSource-linux 3187 ms 4011 ms 0.79
lotsOfClassesOneDir-componentSetCreate-linux 763 ms 762 ms 1.00
lotsOfClassesOneDir-sourceToMdapi-linux 12235 ms 11710 ms 1.04
lotsOfClassesOneDir-sourceToZip-linux 10547 ms 9931 ms 1.06
lotsOfClassesOneDir-mdapiToSource-linux 6364 ms 6529 ms 0.97

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.