From ac5a09180a8cee4cef450c31b66b09e34161e6d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:50:49 -0400 Subject: [PATCH] build(deps-dev): Bump isbinaryfile from 5.0.3 to 5.0.4 (#1274) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 7e262203..0db96b13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "grunt-eslint": "^25.0.0", "html-validate": "^8.24.2", "https-proxy-agent": "^7.0.5", - "isbinaryfile": "^5.0.3" + "isbinaryfile": "^5.0.4" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -8152,9 +8152,9 @@ "dev": true }, "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" @@ -18311,9 +18311,9 @@ "dev": true }, "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 }, "isexe": { diff --git a/package.json b/package.json index 59dd960c..33484aa3 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,6 @@ "grunt-eslint": "^25.0.0", "html-validate": "^8.24.2", "https-proxy-agent": "^7.0.5", - "isbinaryfile": "^5.0.3" + "isbinaryfile": "^5.0.4" } }