From 5a9e16a1e86ab44410d11a588d8800fd536f7874 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 08:05:00 +0000 Subject: [PATCH] Bump supertest from 0.15.0 to 6.1.2 Bumps [supertest](https://github.com/visionmedia/supertest) from 0.15.0 to 6.1.2. - [Release notes](https://github.com/visionmedia/supertest/releases) - [Commits](https://github.com/visionmedia/supertest/compare/0.15.0...v6.1.2) 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..0a442a3 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.1.2" }, "engines": { "node": ">=0.11"