Skip to content

Commit

Permalink
fix(deps): bump isbinaryfile from 5.0.2 to 5.0.3
Browse files Browse the repository at this point in the history
Bumps [isbinaryfile](https://github.com/gjtorikian/isBinaryFile) from 5.0.2 to 5.0.3.
- [Release notes](https://github.com/gjtorikian/isBinaryFile/releases)
- [Commits](gjtorikian/isBinaryFile@5.0.2...5.0.3)

---
updated-dependencies:
- dependency-name: isbinaryfile
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 19, 2024
1 parent a1ae02d commit ff9f79c
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 @@ -33,7 +33,7 @@
"got": "^11.8.6",
"graceful-fs": "^4.2.11",
"ignore": "^5.3.2",
"isbinaryfile": "^5.0.2",
"isbinaryfile": "^5.0.3",
"jszip": "^3.10.1",
"mime": "2.6.0",
"minimatch": "^9.0.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3232,10 +3232,10 @@ isarray@~1.0.0:
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==

isbinaryfile@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-5.0.2.tgz#fe6e4dfe2e34e947ffa240c113444876ba393ae0"
integrity sha512-GvcjojwonMjWbTkfMpnVHVqXW/wKMYDfEpY94/8zy8HFMOqb/VL6oeONq9v87q4ttVlaTLnGXnJD4B5B1OTGIg==
isbinaryfile@^5.0.3:
version "5.0.3"
resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-5.0.3.tgz#d7d9451fad89d7d3e889567f00bed6d3ea950bd3"
integrity sha512-VR4gNjFaDP8csJQvzInG20JvBj8MaHYLxNOMXysxRbGM7tcsHZwCjhch3FubFtZBkuDbN55i4dUukGeIrzF+6g==

isexe@^2.0.0:
version "2.0.0"
Expand Down

2 comments on commit ff9f79c

@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: ff9f79c Previous: f033f8f Ratio
eda-componentSetCreate-linux 230 ms 234 ms 0.98
eda-sourceToMdapi-linux 2346 ms 2347 ms 1.00
eda-sourceToZip-linux 1838 ms 1871 ms 0.98
eda-mdapiToSource-linux 3067 ms 2941 ms 1.04
lotsOfClasses-componentSetCreate-linux 437 ms 424 ms 1.03
lotsOfClasses-sourceToMdapi-linux 3727 ms 3669 ms 1.02
lotsOfClasses-sourceToZip-linux 3113 ms 3109 ms 1.00
lotsOfClasses-mdapiToSource-linux 3579 ms 3563 ms 1.00
lotsOfClassesOneDir-componentSetCreate-linux 758 ms 737 ms 1.03
lotsOfClassesOneDir-sourceToMdapi-linux 6454 ms 6435 ms 1.00
lotsOfClassesOneDir-sourceToZip-linux 5528 ms 5677 ms 0.97
lotsOfClassesOneDir-mdapiToSource-linux 6539 ms 6433 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: ff9f79c Previous: f033f8f Ratio
eda-componentSetCreate-win32 730 ms 700 ms 1.04
eda-sourceToMdapi-win32 4714 ms 4671 ms 1.01
eda-sourceToZip-win32 3243 ms 3205 ms 1.01
eda-mdapiToSource-win32 6269 ms 6331 ms 0.99
lotsOfClasses-componentSetCreate-win32 1338 ms 1211 ms 1.10
lotsOfClasses-sourceToMdapi-win32 8535 ms 7579 ms 1.13
lotsOfClasses-sourceToZip-win32 5345 ms 4900 ms 1.09
lotsOfClasses-mdapiToSource-win32 7910 ms 7837 ms 1.01
lotsOfClassesOneDir-componentSetCreate-win32 2124 ms 2118 ms 1.00
lotsOfClassesOneDir-sourceToMdapi-win32 13630 ms 13505 ms 1.01
lotsOfClassesOneDir-sourceToZip-win32 9090 ms 9063 ms 1.00
lotsOfClassesOneDir-mdapiToSource-win32 14001 ms 13859 ms 1.01

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

Please sign in to comment.