ladjs / supertest

🕷 Super-agent driven library for testing node.js HTTP servers using a fluent API. Maintained for @forwardemail, @ladjs, @spamscanner, @breejs, @cabinjs, and @lassjs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pin superagent to 8.0.0

smolinari opened this issue · comments

commented

Hi,

supertest is causing a deprecation warning, when it is installed, because superagent has a bug ladjs/superagent#1743 which they are trying to fix and untill then, 8.0.0 should be used (and thus why they put deprecation warnings on the newer versions 8.0.2). 8.0.0 doesn't have the bug.

Would it be possible to pin the version of superagent at 8.0.0 until superagent resolves this situation?

Scott

v6.3.1 released which bumps to superagent v8.0.3 which was released a bit ago today

https://github.com/visionmedia/supertest/releases/tag/v6.3.1

commented

Thanks!

Scott