Skip to content
This repository was archived by the owner on Jun 19, 2022. It is now read-only.

Commit 00a2117

Browse files
Update supertest requirement from ^3.0.0 to ^4.0.0
Updates the requirements on [supertest](https://github.com/visionmedia/supertest) to permit the latest version. - [Release notes](https://github.com/visionmedia/supertest/releases) - [Commits](ladjs/supertest@v3.0.0...v4.0.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 2543826 commit 00a2117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"mocha": "^5.1.1",
1616
"nock": "^10.0.0",
1717
"sinon": "^7.2.3",
18-
"supertest": "^3.0.0"
18+
"supertest": "^4.0.0"
1919
},
2020
"scripts": {
2121
"test": "mocha"

0 commit comments

Comments
 (0)