Skip to content

Commit

Permalink
Prevent "Concurrent read operation" error to be thrown in some cases …
Browse files Browse the repository at this point in the history
…while reading from a stream (#510)
  • Loading branch information
Borewit committed Dec 16, 2021
1 parent ec2c02d commit 565f7f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 565f7f3

Please sign in to comment.