From 64d9a031a8560a46d6c0cce78822cc68df582bf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 04:23:57 +0000 Subject: [PATCH] build(deps): bump isbinaryfile from 4.0.8 to 5.0.0 Bumps [isbinaryfile](https://github.com/gjtorikian/isBinaryFile) from 4.0.8 to 5.0.0. - [Release notes](https://github.com/gjtorikian/isBinaryFile/releases) - [Commits](https://github.com/gjtorikian/isBinaryFile/compare/4.0.8...5.0.0) --- updated-dependencies: - dependency-name: isbinaryfile dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .changeset/dependabot-51da438.md | 5 +++++ plugins/scaffolder-backend/package.json | 2 +- yarn.lock | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .changeset/dependabot-51da438.md diff --git a/.changeset/dependabot-51da438.md b/.changeset/dependabot-51da438.md new file mode 100644 index 0000000000..d7d735b9a1 --- /dev/null +++ b/.changeset/dependabot-51da438.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-scaffolder-backend': patch +--- + +build(deps): bump `isbinaryfile` from 4.0.8 to 5.0.0 diff --git a/plugins/scaffolder-backend/package.json b/plugins/scaffolder-backend/package.json index 8e2247bd23..38496563bd 100644 --- a/plugins/scaffolder-backend/package.json +++ b/plugins/scaffolder-backend/package.json @@ -56,7 +56,7 @@ "fs-extra": "10.0.1", "git-url-parse": "^11.6.0", "globby": "^11.0.0", - "isbinaryfile": "^4.0.8", + "isbinaryfile": "^5.0.0", "isomorphic-git": "^1.8.0", "jsonschema": "^1.2.6", "knex": "^1.0.2", diff --git a/yarn.lock b/yarn.lock index a51d35a151..09814fe5e5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15116,6 +15116,11 @@ isbinaryfile@^4.0.8: resolved "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-4.0.8.tgz#5d34b94865bd4946633ecc78a026fc76c5b11fcf" integrity sha512-53h6XFniq77YdW+spoRrebh0mnmTxRPTlcuIArO57lmMdq4uBKFKaeTjnb92oYWrSn/LVL+LT+Hap2tFQj8V+w== +isbinaryfile@^5.0.0: + version "5.0.0" + resolved "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.0.tgz#034b7e54989dab8986598cbcea41f66663c65234" + integrity sha512-UDdnyGvMajJUWCkib7Cei/dvyJrrvo4FIrsvSFWdPpXSUorzXrDJ0S+X5Q4ZlasfPjca4yqCNNsjbCeiy8FFeg== + isexe@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"