diff --git a/package-lock.json b/package-lock.json index 6731f7d..80327e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,13 +16,16 @@ "deep-extend": "^0.6.0", "ejs": "^3.1.10", "globby": "^14.0.2", - "isbinaryfile": "5.0.2", + "isbinaryfile": "5.0.3", "minimatch": "^9.0.3", "multimatch": "^7.0.0", "normalize-path": "^3.0.0", "textextensions": "^6.11.0", "vinyl": "^3.0.0" }, + "acceptDependencies": { + "isbinaryfile": "^5.0.3" + }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", @@ -3078,9 +3081,9 @@ "peer": true }, "node_modules/isbinaryfile": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.2.tgz", - "integrity": "sha512-GvcjojwonMjWbTkfMpnVHVqXW/wKMYDfEpY94/8zy8HFMOqb/VL6oeONq9v87q4ttVlaTLnGXnJD4B5B1OTGIg==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.3.tgz", + "integrity": "sha512-VR4gNjFaDP8csJQvzInG20JvBj8MaHYLxNOMXysxRbGM7tcsHZwCjhch3FubFtZBkuDbN55i4dUukGeIrzF+6g==", "license": "MIT", "engines": { "node": ">= 18.0.0" diff --git a/package.json b/package.json index 2dd3849..70d4541 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "deep-extend": "^0.6.0", "ejs": "^3.1.10", "globby": "^14.0.2", - "isbinaryfile": "5.0.2", + "isbinaryfile": "5.0.3", "minimatch": "^9.0.3", "multimatch": "^7.0.0", "normalize-path": "^3.0.0", @@ -50,6 +50,9 @@ "peerDependencies": { "mem-fs": "^4.0.0" }, + "acceptDependencies": { + "isbinaryfile": "^5.0.3" + }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0",