Skip to content
This repository was archived by the owner on Jul 14, 2021. It is now read-only.

Commit 43632b2

Browse files
Bump supertest from 6.0.1 to 6.1.3 in /backend
Bumps [supertest](https://github.com/visionmedia/supertest) from 6.0.1 to 6.1.3. - [Release notes](https://github.com/visionmedia/supertest/releases) - [Commits](forwardemail/supertest@v6.0.1...v6.1.3) Signed-off-by: dependabot[bot] <[email protected]>
1 parent c56d203 commit 43632b2

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"devDependencies": {
4040
"jest": "^26.6.3",
4141
"nodemon": "^2.0.6",
42-
"supertest": "^6.0.1"
42+
"supertest": "^6.1.3"
4343
}
4444
}

backend/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3921,7 +3921,7 @@ merge-stream@^2.0.0:
39213921
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
39223922
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
39233923

3924-
methods@1.1.2, methods@^1.1.2, methods@~1.1.2:
3924+
methods@^1.1.2, methods@~1.1.2:
39253925
version "1.1.2"
39263926
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
39273927
integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=
@@ -5298,7 +5298,7 @@ subscriptions-transport-ws@^0.9.11, subscriptions-transport-ws@^0.9.16:
52985298
symbol-observable "^1.0.4"
52995299
ws "^5.2.0"
53005300

5301-
5301+
superagent@^6.1.0:
53025302
version "6.1.0"
53035303
resolved "https://registry.yarnpkg.com/superagent/-/superagent-6.1.0.tgz#09f08807bc41108ef164cfb4be293cebd480f4a6"
53045304
integrity sha512-OUDHEssirmplo3F+1HWKUrUjvnQuA+nZI6i/JJBdXb5eq9IyEQwPyPpqND+SSsxf6TygpBEkUjISVRN4/VOpeg==
@@ -5315,13 +5315,13 @@ [email protected]:
53155315
readable-stream "^3.6.0"
53165316
semver "^7.3.2"
53175317

5318-
supertest@^6.0.1:
5319-
version "6.0.1"
5320-
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.0.1.tgz#f6b54370de85c45d6557192c8d7df604ca2c9e18"
5321-
integrity sha512-8yDNdm+bbAN/jeDdXsRipbq9qMpVF7wRsbwLgsANHqdjPsCoecmlTuqEcLQMGpmojFBhxayZ0ckXmLXYq7e+0g==
5318+
supertest@^6.1.3:
5319+
version "6.1.3"
5320+
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.1.3.tgz#3f49ea964514c206c334073e8dc4e70519c7403f"
5321+
integrity sha512-v2NVRyP73XDewKb65adz+yug1XMtmvij63qIWHZzSX8tp6wiq6xBLUy4SUAd2NII6wIipOmHT/FD9eicpJwdgQ==
53225322
dependencies:
5323-
methods "1.1.2"
5324-
superagent "6.1.0"
5323+
methods "^1.1.2"
5324+
superagent "^6.1.0"
53255325

53265326
supports-color@^5.3.0, supports-color@^5.5.0:
53275327
version "5.5.0"

0 commit comments

Comments
 (0)