Skip to content

Commit

Permalink
fix(deps): bump fast-xml-parser from 4.3.2 to 4.3.3
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.2 to 4.3.3.
- [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.2...v4.3.3)

---
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 Jan 13, 2024
1 parent add7d5f commit eeb154b
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.2",
"fast-xml-parser": "^4.3.3",
"got": "^11.8.6",
"graceful-fs": "^4.2.11",
"ignore": "^5.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2487,10 +2487,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.2:
version "4.3.2"
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz#761e641260706d6e13251c4ef8e3f5694d4b0d79"
integrity sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg==
fast-xml-parser@^4.3.3:
version "4.3.3"
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.3.tgz#aeaf5778392329f17168c40c51bcbfec8ff965be"
integrity sha512-coV/D1MhrShMvU6D0I+VAK3umz6hUaxxhL0yp/9RjfiYUfAv14rDhGQL+PLForhMdr0wq3PiV07WtkkNjJjNHg==
dependencies:
strnum "^1.0.5"

Expand Down

2 comments on commit eeb154b

@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: eeb154b Previous: 7d1582d Ratio
eda-componentSetCreate-linux 219 ms 234 ms 0.94
eda-sourceToMdapi-linux 2262 ms 2013 ms 1.12
eda-sourceToZip-linux 1636 ms 1633 ms 1.00
eda-mdapiToSource-linux 2985 ms 3008 ms 0.99
lotsOfClasses-componentSetCreate-linux 385 ms 413 ms 0.93
lotsOfClasses-sourceToMdapi-linux 3491 ms 3778 ms 0.92
lotsOfClasses-sourceToZip-linux 2677 ms 2805 ms 0.95
lotsOfClasses-mdapiToSource-linux 3348 ms 3411 ms 0.98
lotsOfClassesOneDir-componentSetCreate-linux 633 ms 628 ms 1.01
lotsOfClassesOneDir-sourceToMdapi-linux 6203 ms 6361 ms 0.98
lotsOfClassesOneDir-sourceToZip-linux 5077 ms 5119 ms 0.99
lotsOfClassesOneDir-mdapiToSource-linux 6061 ms 6143 ms 0.99

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: eeb154b Previous: 7d1582d Ratio
eda-componentSetCreate-win32 400 ms 402 ms 1.00
eda-sourceToMdapi-win32 3448 ms 3428 ms 1.01
eda-sourceToZip-win32 2655 ms 2495 ms 1.06
eda-mdapiToSource-win32 5674 ms 5591 ms 1.01
lotsOfClasses-componentSetCreate-win32 853 ms 865 ms 0.99
lotsOfClasses-sourceToMdapi-win32 7644 ms 7439 ms 1.03
lotsOfClasses-sourceToZip-win32 4581 ms 4619 ms 0.99
lotsOfClasses-mdapiToSource-win32 7445 ms 7272 ms 1.02
lotsOfClassesOneDir-componentSetCreate-win32 1476 ms 1484 ms 0.99
lotsOfClassesOneDir-sourceToMdapi-win32 13758 ms 13566 ms 1.01
lotsOfClassesOneDir-sourceToZip-win32 8247 ms 8266 ms 1.00
lotsOfClassesOneDir-mdapiToSource-win32 13551 ms 13224 ms 1.02

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

Please sign in to comment.