From c4f2864cc60f9a9e242ed46d13ffcd176abefffe Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 21 Jul 2021 16:35:30 +0000 Subject: [PATCH] Update dependency supertest to v6.1.4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 60a912581c..4508d9af53 100644 --- a/package.json +++ b/package.json @@ -190,7 +190,7 @@ "rewire": "5.0.0", "should": "13.2.3", "sinon": "11.1.1", - "supertest": "6.1.3", + "supertest": "6.1.4", "tmp": "0.2.1" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index 8cd5eda5e3..1b249cd4b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9451,10 +9451,10 @@ superagent@^6.1.0: readable-stream "^3.6.0" semver "^7.3.2" -supertest@6.1.3: - version "6.1.3" - resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.1.3.tgz#3f49ea964514c206c334073e8dc4e70519c7403f" - integrity sha512-v2NVRyP73XDewKb65adz+yug1XMtmvij63qIWHZzSX8tp6wiq6xBLUy4SUAd2NII6wIipOmHT/FD9eicpJwdgQ== +supertest@6.1.4: + version "6.1.4" + resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.1.4.tgz#ea8953343e0ca316e80e975b39340934f754eb06" + integrity sha512-giC9Zm+Bf1CZP09ciPdUyl+XlMAu6rbch79KYiYKOGcbK2R1wH8h+APul1i/3wN6RF1XfWOIF+8X1ga+7SBrug== dependencies: methods "^1.1.2" superagent "^6.1.0"