From 3f0bdb792c0f5f983002be8555de74dc5dfd9b8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 23 Jan 2019 04:25:03 +0000 Subject: [PATCH] Bump supertest from 3.4.1 to 3.4.2 Bumps [supertest](https://github.com/visionmedia/supertest) from 3.4.1 to 3.4.2. - [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.4.1...v3.4.2) 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 c84177fb4..2578c1628 100644 --- a/package.json +++ b/package.json @@ -88,6 +88,6 @@ "jest": "^23.6.0", "nodemon": "~1.18.9", "nyc": "^13.1.0", - "supertest": "^3.4.1" + "supertest": "^3.4.2" } } diff --git a/yarn.lock b/yarn.lock index 514cee7c3..9377827b5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7136,10 +7136,10 @@ superagent@^3.8.3: qs "^6.5.1" readable-stream "^2.3.5" -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== +supertest@^3.4.2: + version "3.4.2" + resolved "https://registry.yarnpkg.com/supertest/-/supertest-3.4.2.tgz#bad7de2e43d60d27c8caeb8ab34a67c8a5f71aad" + integrity sha512-WZWbwceHUo2P36RoEIdXvmqfs47idNNZjCuJOqDz6rvtkk8ym56aU5oglORCpPeXGxT7l9rkJ41+O1lffQXYSA== dependencies: methods "^1.1.2" superagent "^3.8.3"