chore(deps): update dependency supertest to v3.4.2 (#2207)

This commit is contained in:
renovate[bot] 2019-01-22 10:25:39 +00:00 committed by GitHub
parent e219887513
commit e0c3ae47ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -12616,9 +12616,9 @@
} }
}, },
"supertest": { "supertest": {
"version": "3.4.1", "version": "3.4.2",
"resolved": "https://registry.npmjs.org/supertest/-/supertest-3.4.1.tgz", "resolved": "https://registry.npmjs.org/supertest/-/supertest-3.4.2.tgz",
"integrity": "sha512-r4AmsjjKxC50LxGACe/E4xKjau2amiFlj3aCT2sZCRig2o3l4XFN6Acw7crDu4d8Af1f5chafIyLkQ1mac/boA==", "integrity": "sha512-WZWbwceHUo2P36RoEIdXvmqfs47idNNZjCuJOqDz6rvtkk8ym56aU5oglORCpPeXGxT7l9rkJ41+O1lffQXYSA==",
"dev": true, "dev": true,
"requires": { "requires": {
"methods": "^1.1.2", "methods": "^1.1.2",

View file

@ -122,7 +122,7 @@
"request": "2.88.0", "request": "2.88.0",
"request-promise": "4.2.2", "request-promise": "4.2.2",
"subscriptions-transport-ws": "0.9.15", "subscriptions-transport-ws": "0.9.15",
"supertest": "3.4.1", "supertest": "3.4.2",
"test-listen": "1.1.0", "test-listen": "1.1.0",
"ts-jest": "23.10.5", "ts-jest": "23.10.5",
"tslint": "5.12.1", "tslint": "5.12.1",