Skip to content

Commit ff9f79c

Browse files
fix(deps): bump isbinaryfile from 5.0.2 to 5.0.3
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] <support@github.com>
1 parent a1ae02d commit ff9f79c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"got": "^11.8.6",
3434
"graceful-fs": "^4.2.11",
3535
"ignore": "^5.3.2",
36-
"isbinaryfile": "^5.0.2",
36+
"isbinaryfile": "^5.0.3",
3737
"jszip": "^3.10.1",
3838
"mime": "2.6.0",
3939
"minimatch": "^9.0.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3232,10 +3232,10 @@ isarray@~1.0.0:
32323232
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
32333233
integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==
32343234

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

32403240
isexe@^2.0.0:
32413241
version "2.0.0"

0 commit comments

Comments
 (0)