Merge pull request #6037 from DIYgod/dependabot/npm_and_yarn/supertest-6.0.0
This commit is contained in:
commit
ab03381bd3
|
|
@ -59,7 +59,7 @@
|
|||
"remark-preset-prettier": "0.4.0",
|
||||
"staged-git-files": "1.2.0",
|
||||
"string-width": "4.2.0",
|
||||
"supertest": "5.0.0",
|
||||
"supertest": "6.0.0",
|
||||
"vuepress": "1.7.1",
|
||||
"yorkie": "2.0.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -11673,10 +11673,10 @@ superagent@6.1.0:
|
|||
readable-stream "^3.6.0"
|
||||
semver "^7.3.2"
|
||||
|
||||
supertest@5.0.0:
|
||||
version "5.0.0"
|
||||
resolved "https://registry.yarnpkg.com/supertest/-/supertest-5.0.0.tgz#771aedfeb0a95466cc5d100d5d11288736fd25da"
|
||||
integrity sha512-2JAWpPrUOZF4hHH5ZTCN2xjKXvJS3AEwPNXl0HUseHsfcXFvMy9kcsufIHCNAmQ5hlGCvgeAqaR5PBEouN3hlQ==
|
||||
supertest@6.0.0:
|
||||
version "6.0.0"
|
||||
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.0.0.tgz#8371509fadd616217b42ff3d3be7cc0267baea1b"
|
||||
integrity sha512-7+Skilm7kvUZIaKfALPgjS3i8zYs11zvEudAeYdqJZL3f+SGGFV4qQkkTVkYcs+zbE6de47HP8o0a0hy1BFlMA==
|
||||
dependencies:
|
||||
methods "1.1.2"
|
||||
superagent "6.1.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue