From 66bfd0c59a865835853228f318fecb0c5de433a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 05:06:54 +0000 Subject: [PATCH] build(deps-dev): Bump isbinaryfile from 5.0.0 to 5.0.2 Bumps [isbinaryfile](https://github.com/gjtorikian/isBinaryFile) from 5.0.0 to 5.0.2. - [Release notes](https://github.com/gjtorikian/isBinaryFile/releases) - [Commits](https://github.com/gjtorikian/isBinaryFile/compare/5.0.0...5.0.2) --- updated-dependencies: - dependency-name: isbinaryfile 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 4ae592616..3df1df066 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "grunt-eslint": "^24.3.0", "html-validate": "^8.8.0", "https-proxy-agent": "^7.0.2", - "isbinaryfile": "^5.0.0" + "isbinaryfile": "^5.0.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -6549,12 +6549,12 @@ "dev": true }, "node_modules/isbinaryfile": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.0.tgz", - "integrity": "sha512-UDdnyGvMajJUWCkib7Cei/dvyJrrvo4FIrsvSFWdPpXSUorzXrDJ0S+X5Q4ZlasfPjca4yqCNNsjbCeiy8FFeg==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.2.tgz", + "integrity": "sha512-GvcjojwonMjWbTkfMpnVHVqXW/wKMYDfEpY94/8zy8HFMOqb/VL6oeONq9v87q4ttVlaTLnGXnJD4B5B1OTGIg==", "dev": true, "engines": { - "node": ">= 14.0.0" + "node": ">= 18.0.0" }, "funding": { "url": "https://github.com/sponsors/gjtorikian/" @@ -16089,9 +16089,9 @@ "dev": true }, "isbinaryfile": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.0.tgz", - "integrity": "sha512-UDdnyGvMajJUWCkib7Cei/dvyJrrvo4FIrsvSFWdPpXSUorzXrDJ0S+X5Q4ZlasfPjca4yqCNNsjbCeiy8FFeg==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.2.tgz", + "integrity": "sha512-GvcjojwonMjWbTkfMpnVHVqXW/wKMYDfEpY94/8zy8HFMOqb/VL6oeONq9v87q4ttVlaTLnGXnJD4B5B1OTGIg==", "dev": true }, "isexe": { diff --git a/package.json b/package.json index 03c25ba1e..5f80a64c0 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,6 @@ "grunt-eslint": "^24.3.0", "html-validate": "^8.8.0", "https-proxy-agent": "^7.0.2", - "isbinaryfile": "^5.0.0" + "isbinaryfile": "^5.0.2" } }