Skip to content

Commit

Permalink
fix(deps): bump fast-xml-parser from 4.5.0 to 4.5.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.5.0 to 4.5.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.5.0...v4.5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 28, 2024
1 parent 5df1087 commit 7efb0d0
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.2.2",
"@salesforce/ts-types": "^2.0.12",
"fast-levenshtein": "^3.0.0",
"fast-xml-parser": "^4.5.0",
"fast-xml-parser": "^4.5.1",
"got": "^11.8.6",
"graceful-fs": "^4.2.11",
"ignore": "^5.3.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2562,10 +2562,10 @@ fast-uri@^3.0.1:
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.1.tgz#cddd2eecfc83a71c1be2cc2ef2061331be8a7134"
integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==

fast-xml-parser@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz#2882b7d01a6825dfdf909638f2de0256351def37"
integrity sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==
fast-xml-parser@^4.5.1:
version "4.5.1"
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz#a7e665ff79b7919100a5202f23984b6150f9b31e"
integrity sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==
dependencies:
strnum "^1.0.5"

Expand Down

2 comments on commit 7efb0d0

@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: 7efb0d0 Previous: 5e8e031 Ratio
eda-componentSetCreate-linux 207 ms 211 ms 0.98
eda-sourceToMdapi-linux 1937 ms 1903 ms 1.02
eda-sourceToZip-linux 1711 ms 1691 ms 1.01
eda-mdapiToSource-linux 2610 ms 2642 ms 0.99
lotsOfClasses-componentSetCreate-linux 449 ms 409 ms 1.10
lotsOfClasses-sourceToMdapi-linux 3524 ms 3553 ms 0.99
lotsOfClasses-sourceToZip-linux 2808 ms 2784 ms 1.01
lotsOfClasses-mdapiToSource-linux 3366 ms 3370 ms 1.00
lotsOfClassesOneDir-componentSetCreate-linux 723 ms 712 ms 1.02
lotsOfClassesOneDir-sourceToMdapi-linux 6197 ms 6164 ms 1.01
lotsOfClassesOneDir-sourceToZip-linux 5001 ms 4785 ms 1.05
lotsOfClassesOneDir-mdapiToSource-linux 6118 ms 6022 ms 1.02

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

@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: 7efb0d0 Previous: 5e8e031 Ratio
eda-componentSetCreate-win32 647 ms 689 ms 0.94
eda-sourceToMdapi-win32 3972 ms 4094 ms 0.97
eda-sourceToZip-win32 2984 ms 3136 ms 0.95
eda-mdapiToSource-win32 6038 ms 5509 ms 1.10
lotsOfClasses-componentSetCreate-win32 1337 ms 1223 ms 1.09
lotsOfClasses-sourceToMdapi-win32 8151 ms 7574 ms 1.08
lotsOfClasses-sourceToZip-win32 5122 ms 5122 ms 1
lotsOfClasses-mdapiToSource-win32 8206 ms 7467 ms 1.10
lotsOfClassesOneDir-componentSetCreate-win32 2106 ms 2170 ms 0.97
lotsOfClassesOneDir-sourceToMdapi-win32 13198 ms 13427 ms 0.98
lotsOfClassesOneDir-sourceToZip-win32 8400 ms 8409 ms 1.00
lotsOfClassesOneDir-mdapiToSource-win32 13392 ms 13508 ms 0.99

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

Please sign in to comment.