From 0e4a3d41a95e59b093362aa8484ef82a6eac2f7c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Oct 2020 22:10:24 +0000 Subject: [PATCH] Bump supertest from 0.15.0 to 6.0.0 Bumps [supertest](https://github.com/visionmedia/supertest) from 0.15.0 to 6.0.0. - [Release notes](https://github.com/visionmedia/supertest/releases) - [Commits](https://github.com/visionmedia/supertest/compare/0.15.0...v6.0.0) 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 67a6106..6a5c8f4 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "mocha": "^2.3.3", "should": "^7.1.0", "sinon": "^1.14.1", - "supertest": "^0.15.0" + "supertest": "^6.0.0" }, "engines": { "node": ">=0.11"