From ff9f79c71aefe0a45d2a7e48fdaa294361254b47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 13:29:17 +0000 Subject: [PATCH] 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](https://github.com/gjtorikian/isBinaryFile/compare/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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d476e4c50..4a80ffedf 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 93a63a578..12e00777e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"