From a27454ba16a54e0db59b5b04bc3b28adbb3eeb14 Mon Sep 17 00:00:00 2001 From: Borewit Date: Thu, 16 Dec 2021 22:12:57 +0100 Subject: [PATCH] Update strtok3 to 7.0.0-alpha.7 & token-types to 5.0.0-alpha.1 Should prevent "Concurrent read operation" error to be thrown, while reading from a stream. Fixes: sindresorhus/file-type#508 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9405838d..f2073d41 100644 --- a/package.json +++ b/package.json @@ -196,8 +196,8 @@ ], "dependencies": { "readable-web-to-node-stream": "^3.0.2", - "strtok3": "^7.0.0-alpha.5", - "token-types": "^5.0.0-alpha.0" + "strtok3": "^7.0.0-alpha.7", + "token-types": "^5.0.0-alpha.1" }, "devDependencies": { "@tokenizer/token": "^0.3.0",