From db0fbcee228fff40b6bf6f011e9f9cdc42e70869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 16:22:23 +0000 Subject: [PATCH] Bump isbinaryfile from 5.0.3 to 5.0.4 Bumps [isbinaryfile](https://github.com/gjtorikian/isBinaryFile) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/gjtorikian/isBinaryFile/releases) - [Commits](https://github.com/gjtorikian/isBinaryFile/compare/5.0.3...5.0.4) --- updated-dependencies: - dependency-name: isbinaryfile dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 64c0108..4a5adbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "cspell": "^8.15.4", "glob": "^11.0.0", "https-proxy-agent": "^7.0.5", - "isbinaryfile": "^5.0.3", + "isbinaryfile": "^5.0.4", "markdown-link-check": "^3.12.2", "markdownlint-cli": "^0.42.0" } @@ -1656,9 +1656,9 @@ } }, "node_modules/isbinaryfile": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.3.tgz", - "integrity": "sha512-VR4gNjFaDP8csJQvzInG20JvBj8MaHYLxNOMXysxRbGM7tcsHZwCjhch3FubFtZBkuDbN55i4dUukGeIrzF+6g==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.4.tgz", + "integrity": "sha512-YKBKVkKhty7s8rxddb40oOkuP0NbaeXrQvLin6QMHL7Ypiy2RW9LwOVrVgZRyOrhQlayMd9t+D8yDy8MKFTSDQ==", "dev": true, "engines": { "node": ">= 18.0.0" @@ -3951,9 +3951,9 @@ } }, "isbinaryfile": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.3.tgz", - "integrity": "sha512-VR4gNjFaDP8csJQvzInG20JvBj8MaHYLxNOMXysxRbGM7tcsHZwCjhch3FubFtZBkuDbN55i4dUukGeIrzF+6g==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.4.tgz", + "integrity": "sha512-YKBKVkKhty7s8rxddb40oOkuP0NbaeXrQvLin6QMHL7Ypiy2RW9LwOVrVgZRyOrhQlayMd9t+D8yDy8MKFTSDQ==", "dev": true }, "isemail": { diff --git a/package.json b/package.json index 4991439..22f069b 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,6 @@ "markdownlint-cli": "^0.42.0", "axios": "^1.7.7", "https-proxy-agent": "^7.0.5", - "isbinaryfile": "^5.0.3" + "isbinaryfile": "^5.0.4" } }