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

Commit 82f33d4

Browse files
authored
Update supertest: 6.0.1 → 6.1.1 (minor) (#249)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 0a857d3 commit 82f33d4

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"express": "^4.17.1",
3838
"prettier": "^2.2.1",
3939
"rimraf": "^3.0.2",
40-
"supertest": "^6.0.1",
40+
"supertest": "^6.1.1",
4141
"tape": "^5.1.1",
4242
"typescript": "^4.1.3"
4343
},

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@ merge2@^1.3.0:
13131313
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
13141314
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
13151315

1316-
methods@1.1.2, methods@^1.1.2, methods@~1.1.2:
1316+
methods@^1.1.2, methods@~1.1.2:
13171317
version "1.1.2"
13181318
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
13191319
integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=
@@ -1807,7 +1807,7 @@ strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
18071807
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
18081808
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
18091809

1810-
1810+
superagent@^6.1.0:
18111811
version "6.1.0"
18121812
resolved "https://registry.yarnpkg.com/superagent/-/superagent-6.1.0.tgz#09f08807bc41108ef164cfb4be293cebd480f4a6"
18131813
integrity sha512-OUDHEssirmplo3F+1HWKUrUjvnQuA+nZI6i/JJBdXb5eq9IyEQwPyPpqND+SSsxf6TygpBEkUjISVRN4/VOpeg==
@@ -1824,13 +1824,13 @@ [email protected]:
18241824
readable-stream "^3.6.0"
18251825
semver "^7.3.2"
18261826

1827-
supertest@^6.0.1:
1828-
version "6.0.1"
1829-
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.0.1.tgz#f6b54370de85c45d6557192c8d7df604ca2c9e18"
1830-
integrity sha512-8yDNdm+bbAN/jeDdXsRipbq9qMpVF7wRsbwLgsANHqdjPsCoecmlTuqEcLQMGpmojFBhxayZ0ckXmLXYq7e+0g==
1827+
supertest@^6.1.1:
1828+
version "6.1.1"
1829+
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.1.1.tgz#4fe6ddfdad4ef3eb72926046c6c625217771d9ae"
1830+
integrity sha512-3WDAWfqdNifCURjGUHZFv3u5nMg5tFtFRCTJOcSZXdlYZ0gqVF3UMhA7IJDP8nDXnR3gocbQ6s0bpiPnsoFeQw==
18311831
dependencies:
1832-
methods "1.1.2"
1833-
superagent "6.1.0"
1832+
methods "^1.1.2"
1833+
superagent "^6.1.0"
18341834

18351835
supports-color@^5.3.0:
18361836
version "5.5.0"

0 commit comments

Comments
 (0)