Use forked & updated version of gridfs-stream

This commit is contained in:
David Arnold 2020-09-11 12:43:01 -05:00
parent 67a58daaf3
commit 850ded2e17
No known key found for this signature in database
GPG key ID: 6D6A936E69C59D08
2 changed files with 3 additions and 4 deletions

5
package-lock.json generated
View file

@ -2304,9 +2304,8 @@
"dev": true
},
"gridfs-stream": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/gridfs-stream/-/gridfs-stream-1.1.1.tgz",
"integrity": "sha1-PdOhAOwgIaGBKC9utGcJY2B034k=",
"version": "https://github.com/wekan/gridfs-stream/tarball/master",
"integrity": "sha512-vGe0SUuTpDFEkHFyEJEheToH4LYyCb0Kvat2iB6xTU6PdiCsKGi3VXkM1cc7Zda4Ulu7Mg1p9OAWG718xll7Fg==",
"requires": {
"flushwritable": "^1.0.0"
}

View file

@ -65,7 +65,7 @@
"es6-promise": "^4.2.4",
"fibers": "^5.0.0",
"flatted": "^3.0.4",
"gridfs-stream": "^1.1.1",
"gridfs-stream": "https://github.com/wekan/gridfs-stream/tarball/master",
"jszip": "^3.4.0",
"ldapjs": "^2.1.1",
"markdown-it": "^11.0.0",