Merge pull request #583 from fraction/dependabot/npm_and_yarn/supertest-6.1.3

Bump supertest from 6.1.1 to 6.1.3
This commit is contained in:
Christian Bundy 2021-01-26 08:18:44 -08:00 committed by GitHub
commit 15733ec4a7
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",