From 5d959f43af393dd86c856d92422a9c98a85bb0a4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 5 Nov 2020 03:15:40 +0000 Subject: [PATCH] chore(deps-dev): bump supertest from 5.0.0 to 6.0.1 Bumps [supertest](https://github.com/visionmedia/supertest) from 5.0.0 to 6.0.1. - [Release notes](https://github.com/visionmedia/supertest/releases) - [Commits](https://github.com/visionmedia/supertest/compare/v5.0.0...v6.0.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 89688103..a5589a76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12083,9 +12083,9 @@ } }, "supertest": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/supertest/-/supertest-5.0.0.tgz", - "integrity": "sha512-2JAWpPrUOZF4hHH5ZTCN2xjKXvJS3AEwPNXl0HUseHsfcXFvMy9kcsufIHCNAmQ5hlGCvgeAqaR5PBEouN3hlQ==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/supertest/-/supertest-6.0.1.tgz", + "integrity": "sha512-8yDNdm+bbAN/jeDdXsRipbq9qMpVF7wRsbwLgsANHqdjPsCoecmlTuqEcLQMGpmojFBhxayZ0ckXmLXYq7e+0g==", "dev": true, "requires": { "methods": "1.1.2", diff --git a/package.json b/package.json index f5966108..41a62ba1 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "gulp-uglify": "^3.0.2", "lazypipe": "^1.0.2", "mocha": "^8.2.1", - "supertest": "^5.0.0" + "supertest": "^6.0.1" }, "dependencies": { "@neos21/bootstrap3-glyphicons": "^1.0.6",