Use get-stream instead of reading by hand

This commit is contained in:
Cadence Ember
2020-07-13 03:32:04 +12:00
parent b4d21f5002
commit bfc8a1443f
3 changed files with 3 additions and 6 deletions

1
package-lock.json generated
View File

@@ -1803,7 +1803,6 @@
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.1.0.tgz",
"integrity": "sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw==",
"optional": true,
"requires": {
"pump": "^3.0.0"
}