From 4c3679f791171b0a17bd2f18ae6f1e3c5c1d03c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 13:34:00 +0200 Subject: [PATCH] chore(deps): update dependency supertest to v6.1.6 (#969) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Renovate Bot Co-authored-by: Ivar Conradi Ă˜sthus --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2f72953d20..f661448cb1 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "proxyquire": "2.1.3", "source-map-support": "0.5.20", "superagent": "6.1.0", - "supertest": "6.1.5", + "supertest": "6.1.6", "ts-jest": "27.0.5", "ts-node": "10.2.0", "tsc-watch": "4.4.0", diff --git a/yarn.lock b/yarn.lock index 472f2b706b..6fe7e48a10 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6689,10 +6689,10 @@ superagent@6.1.0, superagent@^6.1.0: readable-stream "^3.6.0" semver "^7.3.2" -supertest@6.1.5: - version "6.1.5" - resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.1.5.tgz#b011c8465281b30c64e9d4be4cb3808b91cd1ec0" - integrity sha512-Is3pFB2TxSFPohDS2tIM8h2JOMvUQwbJ9TvTfsWAm89ZZv1CF4VTLAsQz+5+5S1wOgaMqFqSpFriU15L3e2AXQ== +supertest@6.1.6: + version "6.1.6" + resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.1.6.tgz#6151c518f4c5ced2ac2aadb9f96f1bf8198174c8" + integrity sha512-0hACYGNJ8OHRg8CRITeZOdbjur7NLuNs0mBjVhdpxi7hP6t3QIbOzLON5RTUmZcy2I9riuII3+Pr2C7yztrIIg== dependencies: methods "^1.1.2" superagent "^6.1.0"