From fa34738ad33120239baf804698a27e927331cadf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Thu, 12 Aug 2021 22:40:09 +0200 Subject: [PATCH] fix: update supertest to version 6.1.5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 119dcd07b8..40554d9770 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "proxyquire": "^2.1.3", "source-map-support": "^0.5.19", "superagent": "^6.1.0", - "supertest": "^6.1.3", + "supertest": "^6.1.5", "ts-jest": "^27.0.4", "ts-node": "^10.2.0", "tsc-watch": "^4.4.0", diff --git a/yarn.lock b/yarn.lock index cf5aa18b4f..fb5ecaec36 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6642,10 +6642,10 @@ superagent@^6.1.0: readable-stream "^3.6.0" semver "^7.3.2" -supertest@^6.1.3: - 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== +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== dependencies: methods "^1.1.2" superagent "^6.1.0"