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

Commit 7170005

Browse files
authored
⬆️ Update supertest to version 6.0.0 (#196)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent cc17b62 commit 7170005

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.1.2",
3939
"rimraf": "^3.0.2",
40-
"supertest": "^5.0.0",
40+
"supertest": "^6.0.0",
4141
"tape": "^5.0.1",
4242
"typescript": "^4.0.5"
4343
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1810,10 +1810,10 @@ [email protected]:
18101810
readable-stream "^3.6.0"
18111811
semver "^7.3.2"
18121812

1813-
supertest@^5.0.0:
1814-
version "5.0.0"
1815-
resolved "https://registry.yarnpkg.com/supertest/-/supertest-5.0.0.tgz#771aedfeb0a95466cc5d100d5d11288736fd25da"
1816-
integrity sha512-2JAWpPrUOZF4hHH5ZTCN2xjKXvJS3AEwPNXl0HUseHsfcXFvMy9kcsufIHCNAmQ5hlGCvgeAqaR5PBEouN3hlQ==
1813+
supertest@^6.0.0:
1814+
version "6.0.0"
1815+
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.0.0.tgz#8371509fadd616217b42ff3d3be7cc0267baea1b"
1816+
integrity sha512-7+Skilm7kvUZIaKfALPgjS3i8zYs11zvEudAeYdqJZL3f+SGGFV4qQkkTVkYcs+zbE6de47HP8o0a0hy1BFlMA==
18171817
dependencies:
18181818
methods "1.1.2"
18191819
superagent "6.1.0"

0 commit comments

Comments
 (0)