From f94d9f00864508dd931aa6e7968b63583f990dd9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Nov 2020 21:23:15 +0000 Subject: [PATCH] chore(deps-dev): bump supertest from 5.0.0 to 6.0.0 Bumps [supertest](https://github.com/visionmedia/supertest) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/visionmedia/supertest/releases) - [Commits](https://github.com/visionmedia/supertest/compare/v5.0.0...v6.0.0) 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 2eaffaef..6b0820da 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.0", + "resolved": "https://registry.npmjs.org/supertest/-/supertest-6.0.0.tgz", + "integrity": "sha512-7+Skilm7kvUZIaKfALPgjS3i8zYs11zvEudAeYdqJZL3f+SGGFV4qQkkTVkYcs+zbE6de47HP8o0a0hy1BFlMA==", "dev": true, "requires": { "methods": "1.1.2", diff --git a/package.json b/package.json index bc9440dc..bb7e4a84 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.0" }, "dependencies": { "@neos21/bootstrap3-glyphicons": "^1.0.6",