Bump supertest from 6.1.1 to 6.1.3

Bumps [supertest](https://github.com/visionmedia/supertest) from 6.1.1 to 6.1.3.
- [Release notes](https://github.com/visionmedia/supertest/releases)
- [Commits](https://github.com/visionmedia/supertest/compare/v6.1.1...v6.1.3)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-01-26 05:04:13 +00:00 committed by GitHub
parent 04d52b9947
commit 4575dd6314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

6
package-lock.json generated
View File

@ -11459,9 +11459,9 @@
}
},
"supertest": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/supertest/-/supertest-6.1.1.tgz",
"integrity": "sha512-3WDAWfqdNifCURjGUHZFv3u5nMg5tFtFRCTJOcSZXdlYZ0gqVF3UMhA7IJDP8nDXnR3gocbQ6s0bpiPnsoFeQw==",
"version": "6.1.3",
"resolved": "https://registry.npmjs.org/supertest/-/supertest-6.1.3.tgz",
"integrity": "sha512-v2NVRyP73XDewKb65adz+yug1XMtmvij63qIWHZzSX8tp6wiq6xBLUy4SUAd2NII6wIipOmHT/FD9eicpJwdgQ==",
"dev": true,
"requires": {
"methods": "^1.1.2",