Upgrade needle to avoid bugs with modern Node

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2020-06-16 12:41:58 +01:00
parent f9d928a534
commit d0d14e80ce
2 changed files with 24 additions and 12 deletions
+2 -2
View File
@@ -50,8 +50,8 @@
"glob": "^7.1.6",
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
"mkdirp": "^1.0.3",
"needle": "^2.3.2",
"node-pre-gyp": "^0.14.0",
"needle": "^2.5.0",
"node-pre-gyp": "^0.15.0",
"npm": "^6.13.7",
"rimraf": "^3.0.2",
"semver": "^7.1.3",