From 9c69e561d7ae4daf2889189054a30c2380486b5b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Fri, 7 Jun 2019 06:25:08 +0000 Subject: [PATCH] Bump supertest from 3.4.2 to 4.0.2 Bumps [supertest](https://github.com/visionmedia/supertest) from 3.4.2 to 4.0.2. - [Release notes](https://github.com/visionmedia/supertest/releases) - [Commits](https://github.com/visionmedia/supertest/compare/v3.4.2...v4.0.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1bc056e..b5b518d 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "pug": "2.0.0-beta11", "sequelize": ">=5.3.0", "stopword": "^0.2.4", - "supertest": "^3.1.0" + "supertest": "^4.0.2" }, "devDependencies": { "eslint": "^5.2.0", diff --git a/yarn.lock b/yarn.lock index 219a3bb..bbe4a83 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3873,10 +3873,10 @@ superagent@^3.8.3: qs "^6.5.1" readable-stream "^2.3.5" -supertest@^3.1.0: - version "3.4.2" - resolved "https://registry.yarnpkg.com/supertest/-/supertest-3.4.2.tgz#bad7de2e43d60d27c8caeb8ab34a67c8a5f71aad" - integrity sha512-WZWbwceHUo2P36RoEIdXvmqfs47idNNZjCuJOqDz6rvtkk8ym56aU5oglORCpPeXGxT7l9rkJ41+O1lffQXYSA== +supertest@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/supertest/-/supertest-4.0.2.tgz#c2234dbdd6dc79b6f15b99c8d6577b90e4ce3f36" + integrity sha512-1BAbvrOZsGA3YTCWqbmh14L0YEq0EGICX/nBnfkfVJn7SrxQV1I3pMYjSzG9y/7ZU2V9dWqyqk2POwxlb09duQ== dependencies: methods "^1.1.2" superagent "^3.8.3"