From c16e9491442d0c5e80e83b940d8e9ec8d0f700a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 12:47:08 +0000 Subject: [PATCH] Bump isbinaryfile from 5.0.4 to 5.0.6 Bumps [isbinaryfile](https://github.com/gjtorikian/isBinaryFile) from 5.0.4 to 5.0.6. - [Release notes](https://github.com/gjtorikian/isBinaryFile/releases) - [Commits](https://github.com/gjtorikian/isBinaryFile/compare/5.0.4...5.0.6) --- updated-dependencies: - dependency-name: isbinaryfile dependency-version: 5.0.6 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 bb269ba..8598607 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "cspell": "^9.2.0", "glob": "^11.0.3", "https-proxy-agent": "^7.0.6", - "isbinaryfile": "^5.0.4", + "isbinaryfile": "^5.0.6", "markdown-link-check": "^3.13.7", "markdownlint-cli": "^0.45.0" } @@ -2015,9 +2015,9 @@ } }, "node_modules/isbinaryfile": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.4.tgz", - "integrity": "sha512-YKBKVkKhty7s8rxddb40oOkuP0NbaeXrQvLin6QMHL7Ypiy2RW9LwOVrVgZRyOrhQlayMd9t+D8yDy8MKFTSDQ==", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.6.tgz", + "integrity": "sha512-I+NmIfBHUl+r2wcDd6JwE9yWje/PIVY/R5/CmV8dXLZd5K+L9X2klAOwfAHNnondLXkbHyTAleQAWonpTJBTtw==", "dev": true, "engines": { "node": ">= 18.0.0" @@ -5151,9 +5151,9 @@ } }, "isbinaryfile": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.4.tgz", - "integrity": "sha512-YKBKVkKhty7s8rxddb40oOkuP0NbaeXrQvLin6QMHL7Ypiy2RW9LwOVrVgZRyOrhQlayMd9t+D8yDy8MKFTSDQ==", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.6.tgz", + "integrity": "sha512-I+NmIfBHUl+r2wcDd6JwE9yWje/PIVY/R5/CmV8dXLZd5K+L9X2klAOwfAHNnondLXkbHyTAleQAWonpTJBTtw==", "dev": true }, "isexe": { diff --git a/package.json b/package.json index aa1ca80..2c0cec6 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,6 @@ "markdownlint-cli": "^0.45.0", "axios": "^1.12.2", "https-proxy-agent": "^7.0.6", - "isbinaryfile": "^5.0.4" + "isbinaryfile": "^5.0.6" } }