Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 16, 2024
1 parent a6b7825 commit 559512c
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.15",
"@salesforce/ts-types": "^2.0.9",
"fast-levenshtein": "^3.0.0",
"fast-xml-parser": "^4.3.5",
"fast-xml-parser": "^4.3.6",
"got": "^11.8.6",
"graceful-fs": "^4.2.11",
"ignore": "^5.3.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2402,10 +2402,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.3.5:
version "4.3.5"
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.5.tgz#e2f2a2ae8377e9c3dc321b151e58f420ca7e5ccc"
integrity sha512-sWvP1Pl8H03B8oFJpFR3HE31HUfwtX7Rlf9BNsvdpujD4n7WMhfmu8h9wOV2u+c1k0ZilTADhPqypzx2J690ZQ==
fast-xml-parser@^4.3.6:
version "4.3.6"
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz#190f9d99097f0c8f2d3a0e681a10404afca052ff"
integrity sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==
dependencies:
strnum "^1.0.5"

Expand Down

2 comments on commit 559512c

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: 559512c Previous: a711ed1 Ratio
eda-componentSetCreate-linux 179 ms 186 ms 0.96
eda-sourceToMdapi-linux 1814 ms 1956 ms 0.93
eda-sourceToZip-linux 1824 ms 1743 ms 1.05
eda-mdapiToSource-linux 2661 ms 2805 ms 0.95
lotsOfClasses-componentSetCreate-linux 335 ms 357 ms 0.94
lotsOfClasses-sourceToMdapi-linux 3443 ms 3642 ms 0.95
lotsOfClasses-sourceToZip-linux 2862 ms 2995 ms 0.96
lotsOfClasses-mdapiToSource-linux 3304 ms 3499 ms 0.94
lotsOfClassesOneDir-componentSetCreate-linux 567 ms 599 ms 0.95
lotsOfClassesOneDir-sourceToMdapi-linux 6141 ms 6515 ms 0.94
lotsOfClassesOneDir-sourceToZip-linux 5213 ms 5521 ms 0.94
lotsOfClassesOneDir-mdapiToSource-linux 5965 ms 6354 ms 0.94

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

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: 559512c Previous: a711ed1 Ratio
eda-componentSetCreate-win32 404 ms 440 ms 0.92
eda-sourceToMdapi-win32 3501 ms 3527 ms 0.99
eda-sourceToZip-win32 2649 ms 2666 ms 0.99
eda-mdapiToSource-win32 5691 ms 6039 ms 0.94
lotsOfClasses-componentSetCreate-win32 871 ms 880 ms 0.99
lotsOfClasses-sourceToMdapi-win32 7443 ms 7708 ms 0.97
lotsOfClasses-sourceToZip-win32 4725 ms 4721 ms 1.00
lotsOfClasses-mdapiToSource-win32 7489 ms 7551 ms 0.99
lotsOfClassesOneDir-componentSetCreate-win32 1517 ms 1520 ms 1.00
lotsOfClassesOneDir-sourceToMdapi-win32 13653 ms 14118 ms 0.97
lotsOfClassesOneDir-sourceToZip-win32 8718 ms 8751 ms 1.00
lotsOfClassesOneDir-mdapiToSource-win32 13660 ms 13906 ms 0.98

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

Please sign in to comment.