From 94ab6e37d034b4a746b2e4edd37e9e1df0bed913 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 05:01:42 +0000 Subject: [PATCH] chore(deps-dev): bump supertest from 6.0.0 to 6.0.1 Bumps [supertest](https://github.com/visionmedia/supertest) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/visionmedia/supertest/releases) - [Commits](https://github.com/visionmedia/supertest/compare/v6.0.0...v6.0.1) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40e051c..a7d56cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3153,9 +3153,9 @@ } }, "supertest": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/supertest/-/supertest-6.0.0.tgz", - "integrity": "sha512-7+Skilm7kvUZIaKfALPgjS3i8zYs11zvEudAeYdqJZL3f+SGGFV4qQkkTVkYcs+zbE6de47HP8o0a0hy1BFlMA==", + "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",