Skip to content

Commit

Permalink
feat: upgrade needle (redirect bug)
Browse files Browse the repository at this point in the history
needle has a bug with sockets on newer node 12,
we're currently avoiding this newer node 12 to
evade the problem. This bug is fixed in needle
2.5.0, so let's upgrade to that.

tomas/needle#312
  • Loading branch information
FauxFaux committed Jun 1, 2020
1 parent d91aa1d commit 5076491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"format": "prettier --write 'lib/**/*.?s' 'test/**/*.?s'"
},
"dependencies": {
"needle": "^2.4.0",
"needle": "^2.5.0",
"on-finished": "^2.3.0",
"prom-client": "^12.0.0",
"sleep-promise": "^8.0.1"
Expand All @@ -31,7 +31,7 @@
"eslint-plugin-jest": "^23.1.1",
"express": "^4.17.1",
"jest": "^24.9.0",
"needle": "^2.4.0",
"needle": "^2.5.0",
"prettier": "^1.19.1",
"ts-jest": "^24.2.0",
"typescript": "^3.7.3"
Expand Down

0 comments on commit 5076491

Please sign in to comment.