From 2c91e0847844c09cdc4e782074c9bc428cbf5cb3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 Jan 2021 07:45:12 +0000 Subject: [PATCH] Bump supertest from 3.4.2 to 6.1.3 Bumps [supertest](https://github.com/visionmedia/supertest) from 3.4.2 to 6.1.3. - [Release notes](https://github.com/visionmedia/supertest/releases) - [Commits](https://github.com/visionmedia/supertest/compare/v3.4.2...v6.1.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d68f89..2240845 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "mocha": "^3.2.0", "nodemon": "^1.11.0", "standard": "^9.0.2", - "supertest": "^3.0.0" + "supertest": "^6.1.3" }, "dependencies": { "dotenv": "^4.0.0",