From dd07f9f580f891cb9e9f0109249bda8724e5a54a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 16:01:00 +0000 Subject: [PATCH] Bump isbinaryfile from 5.0.6 to 5.0.7 Bumps [isbinaryfile](https://github.com/gjtorikian/isBinaryFile) from 5.0.6 to 5.0.7. - [Release notes](https://github.com/gjtorikian/isBinaryFile/releases) - [Commits](https://github.com/gjtorikian/isBinaryFile/compare/5.0.6...5.0.7) --- updated-dependencies: - dependency-name: isbinaryfile dependency-version: 5.0.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index a02f745..bc4500f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,10 +10,10 @@ "license": "MIT", "devDependencies": { "axios": "^1.13.2", - "cspell": "^9.2.2", + "cspell": "^9.3.0", "glob": "^11.0.3", "https-proxy-agent": "^7.0.6", - "isbinaryfile": "^5.0.6", + "isbinaryfile": "^5.0.7", "markdown-link-check": "^3.14.1", "markdownlint-cli": "^0.45.0" } @@ -1978,9 +1978,9 @@ } }, "node_modules/isbinaryfile": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.6.tgz", - "integrity": "sha512-I+NmIfBHUl+r2wcDd6JwE9yWje/PIVY/R5/CmV8dXLZd5K+L9X2klAOwfAHNnondLXkbHyTAleQAWonpTJBTtw==", + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.7.tgz", + "integrity": "sha512-gnWD14Jh3FzS3CPhF0AxNOJ8CxqeblPTADzI38r0wt8ZyQl5edpy75myt08EG2oKvpyiqSqsx+Wkz9vtkbTqYQ==", "dev": true, "engines": { "node": ">= 18.0.0" @@ -5046,9 +5046,9 @@ } }, "isbinaryfile": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.6.tgz", - "integrity": "sha512-I+NmIfBHUl+r2wcDd6JwE9yWje/PIVY/R5/CmV8dXLZd5K+L9X2klAOwfAHNnondLXkbHyTAleQAWonpTJBTtw==", + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.7.tgz", + "integrity": "sha512-gnWD14Jh3FzS3CPhF0AxNOJ8CxqeblPTADzI38r0wt8ZyQl5edpy75myt08EG2oKvpyiqSqsx+Wkz9vtkbTqYQ==", "dev": true }, "isexe": { diff --git a/package.json b/package.json index bbb58bd..27e02eb 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,6 @@ "markdownlint-cli": "^0.45.0", "axios": "^1.13.2", "https-proxy-agent": "^7.0.6", - "isbinaryfile": "^5.0.6" + "isbinaryfile": "^5.0.7" } }