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 28, 2024
1 parent 7d3cbc1 commit 15ee3a6
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.1.0",
"@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 @@ -2395,10 +2395,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 15ee3a6

@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: 15ee3a6 Previous: 6635118 Ratio
eda-componentSetCreate-linux 198 ms 185 ms 1.07
eda-sourceToMdapi-linux 2037 ms 1899 ms 1.07
eda-sourceToZip-linux 1408 ms 1434 ms 0.98
eda-mdapiToSource-linux 2782 ms 2715 ms 1.02
lotsOfClasses-componentSetCreate-linux 369 ms 358 ms 1.03
lotsOfClasses-sourceToMdapi-linux 3493 ms 3541 ms 0.99
lotsOfClasses-sourceToZip-linux 3173 ms 3061 ms 1.04
lotsOfClasses-mdapiToSource-linux 3412 ms 3327 ms 1.03
lotsOfClassesOneDir-componentSetCreate-linux 622 ms 615 ms 1.01
lotsOfClassesOneDir-sourceToMdapi-linux 6325 ms 6223 ms 1.02
lotsOfClassesOneDir-sourceToZip-linux 5872 ms 5555 ms 1.06
lotsOfClassesOneDir-mdapiToSource-linux 6109 ms 5980 ms 1.02

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: 15ee3a6 Previous: 6635118 Ratio
eda-componentSetCreate-win32 407 ms 403 ms 1.01
eda-sourceToMdapi-win32 3396 ms 3645 ms 0.93
eda-sourceToZip-win32 2137 ms 2267 ms 0.94
eda-mdapiToSource-win32 5594 ms 6045 ms 0.93
lotsOfClasses-componentSetCreate-win32 860 ms 940 ms 0.91
lotsOfClasses-sourceToMdapi-win32 7301 ms 7472 ms 0.98
lotsOfClasses-sourceToZip-win32 4716 ms 4638 ms 1.02
lotsOfClasses-mdapiToSource-win32 7122 ms 7054 ms 1.01
lotsOfClassesOneDir-componentSetCreate-win32 1479 ms 1466 ms 1.01
lotsOfClassesOneDir-sourceToMdapi-win32 13534 ms 13214 ms 1.02
lotsOfClassesOneDir-sourceToZip-win32 8641 ms 8534 ms 1.01
lotsOfClassesOneDir-mdapiToSource-win32 12986 ms 12913 ms 1.01

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

Please sign in to comment.