diff --git a/package-lock.json b/package-lock.json index 4c0d28e6..47e2ecc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -834,9 +834,9 @@ "dev": true }, "@types/superagent": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@types/superagent/-/superagent-4.1.1.tgz", - "integrity": "sha512-NetXrraTWPcdGG6IwYJhJ5esUGx8AYNiozbc1ENWEsF6BsD4JmNODJczI6Rm1xFPVp6HZESds9YCfqz4zIsM6A==", + "version": "4.1.8", + "resolved": "https://registry.npmjs.org/@types/superagent/-/superagent-4.1.8.tgz", + "integrity": "sha512-iol9KxQ7SLHatBJUiZ4uABrS4VS1frLjqPednxZz82eoCzo3Uy3TOH0p0ZIBbfBj8E/xqOtvizjBs9h7xi/l2g==", "dev": true, "requires": { "@types/cookiejar": "*", @@ -844,9 +844,9 @@ } }, "@types/supertest": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.7.tgz", - "integrity": "sha512-GibTh4OTkal71btYe2fpZP/rVHIPnnUsYphEaoywVHo+mo2a/LhlOFkIm5wdN0H0DA0Hx8x+tKgCYMD9elHu5w==", + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.10.tgz", + "integrity": "sha512-Xt8TbEyZTnD5Xulw95GLMOkmjGICrOQyJ2jqgkSjAUR3mm7pAIzSR0NFBaMcwlzVvlpCjNwbATcWWwjNiZiFrQ==", "dev": true, "requires": { "@types/superagent": "*" diff --git a/package.json b/package.json index 97694eee..f811ef10 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@types/passport-local": "^1.0.33", "@types/request": "^2.48.1", "@types/shelljs": "^0.8.5", - "@types/supertest": "^2.0.7", + "@types/supertest": "^2.0.10", "@types/winston": "^2.3.9", "chai": "^4.2.0", "concurrently": "^4.1.0",