Skip to content

Commit

Permalink
fix(deps): bump isbinaryfile from 5.0.2 to 5.0.4
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.4.
- [Release notes](https://github.com/gjtorikian/isBinaryFile/releases)
- [Commits](gjtorikian/isBinaryFile@5.0.2...5.0.4)

---
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 26, 2024
1 parent e59c087 commit 13fc30e
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.4",
"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.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-5.0.4.tgz#2a2edefa76cafa66613fe4c1ea52f7f031017bdf"
integrity sha512-YKBKVkKhty7s8rxddb40oOkuP0NbaeXrQvLin6QMHL7Ypiy2RW9LwOVrVgZRyOrhQlayMd9t+D8yDy8MKFTSDQ==

isexe@^2.0.0:
version "2.0.0"
Expand Down

2 comments on commit 13fc30e

@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: 13fc30e Previous: 388fec6 Ratio
eda-componentSetCreate-linux 303 ms 239 ms 1.27
eda-sourceToMdapi-linux 2250 ms 2409 ms 0.93
eda-sourceToZip-linux 1817 ms 1896 ms 0.96
eda-mdapiToSource-linux 2806 ms 2937 ms 0.96
lotsOfClasses-componentSetCreate-linux 422 ms 436 ms 0.97
lotsOfClasses-sourceToMdapi-linux 3585 ms 3694 ms 0.97
lotsOfClasses-sourceToZip-linux 3129 ms 3192 ms 0.98
lotsOfClasses-mdapiToSource-linux 3482 ms 3534 ms 0.99
lotsOfClassesOneDir-componentSetCreate-linux 728 ms 741 ms 0.98
lotsOfClassesOneDir-sourceToMdapi-linux 6362 ms 6474 ms 0.98
lotsOfClassesOneDir-sourceToZip-linux 5522 ms 5770 ms 0.96
lotsOfClassesOneDir-mdapiToSource-linux 6284 ms 6425 ms 0.98

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: 13fc30e Previous: 388fec6 Ratio
eda-componentSetCreate-win32 604 ms 607 ms 1.00
eda-sourceToMdapi-win32 4347 ms 4280 ms 1.02
eda-sourceToZip-win32 2928 ms 2937 ms 1.00
eda-mdapiToSource-win32 5715 ms 5812 ms 0.98
lotsOfClasses-componentSetCreate-win32 1199 ms 1237 ms 0.97
lotsOfClasses-sourceToMdapi-win32 7714 ms 7634 ms 1.01
lotsOfClasses-sourceToZip-win32 5100 ms 5029 ms 1.01
lotsOfClasses-mdapiToSource-win32 7869 ms 7935 ms 0.99
lotsOfClassesOneDir-componentSetCreate-win32 2113 ms 2076 ms 1.02
lotsOfClassesOneDir-sourceToMdapi-win32 13803 ms 13861 ms 1.00
lotsOfClassesOneDir-sourceToZip-win32 9471 ms 9103 ms 1.04
lotsOfClassesOneDir-mdapiToSource-win32 14228 ms 14223 ms 1.00

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

Please sign in to comment.