From 48b7bee786acccf3a155a15640bb70ef963de719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Oct 2020 05:14:05 +0000 Subject: [PATCH] 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[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 adf8d48..9cec3b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3974,9 +3974,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 300bcf7..4d076f0 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "mocha": "^8.1.3", "nyc": "^15.1.0", "sonarqube-scanner": "^2.7.0", - "supertest": "^5.0.0", + "supertest": "^6.0.0", "ts-node": "^9.0.0", "tslint": "^6.1.3", "typescript": "^4.0.3"