diff --git a/discovery/package-lock.json b/discovery/package-lock.json index c5d698c27..6cd60f097 100644 --- a/discovery/package-lock.json +++ b/discovery/package-lock.json @@ -6701,9 +6701,9 @@ } }, "supertest": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/supertest/-/supertest-3.3.0.tgz", - "integrity": "sha512-dMQSzYdaZRSANH5LL8kX3UpgK9G1LRh/jnggs/TI0W2Sz7rkMx9Y48uia3K9NgcaWEV28tYkBnXE4tiFC77ygQ==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/supertest/-/supertest-3.4.1.tgz", + "integrity": "sha512-r4AmsjjKxC50LxGACe/E4xKjau2amiFlj3aCT2sZCRig2o3l4XFN6Acw7crDu4d8Af1f5chafIyLkQ1mac/boA==", "dev": true, "requires": { "methods": "^1.1.2", diff --git a/discovery/package.json b/discovery/package.json index df2984602..340e5debe 100644 --- a/discovery/package.json +++ b/discovery/package.json @@ -50,7 +50,7 @@ "cross-env": "5.2.0", "jest": "23.6.0", "nodemon": "1.18.6", - "supertest": "3.3.0", + "supertest": "3.4.1", "ts-jest": "23.10.5", "ts-node": "7.0.1", "tslint": "5.12.1",