From 541e44e04c03ad08901dcd3ce4693662cc7a21f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 17 Jan 2019 04:31:44 +0000 Subject: [PATCH] Bump supertest from 3.3.0 to 3.4.1 Bumps [supertest](https://github.com/visionmedia/supertest) from 3.3.0 to 3.4.1. - [Release notes](https://github.com/visionmedia/supertest/releases) - [Changelog](https://github.com/visionmedia/supertest/blob/master/History.md) - [Commits](https://github.com/visionmedia/supertest/compare/v3.3.0...v3.4.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ab2241a06..b7080f3e5 100644 --- a/package.json +++ b/package.json @@ -82,6 +82,6 @@ "jest": "^23.6.0", "nodemon": "~1.18.9", "nyc": "^13.1.0", - "supertest": "^3.3.0" + "supertest": "^3.4.1" } } diff --git a/yarn.lock b/yarn.lock index caf47bcca..0f674623b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7137,10 +7137,10 @@ superagent@^3.8.3: qs "^6.5.1" readable-stream "^2.3.5" -supertest@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/supertest/-/supertest-3.3.0.tgz#79b27bd7d34392974ab33a31fa51a3e23385987e" - integrity sha512-dMQSzYdaZRSANH5LL8kX3UpgK9G1LRh/jnggs/TI0W2Sz7rkMx9Y48uia3K9NgcaWEV28tYkBnXE4tiFC77ygQ== +supertest@^3.4.1: + version "3.4.1" + resolved "https://registry.yarnpkg.com/supertest/-/supertest-3.4.1.tgz#91b19ea34804c205769d0ff5ad947aff3eb2731d" + integrity sha512-r4AmsjjKxC50LxGACe/E4xKjau2amiFlj3aCT2sZCRig2o3l4XFN6Acw7crDu4d8Af1f5chafIyLkQ1mac/boA== dependencies: methods "^1.1.2" superagent "^3.8.3"