Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Update dependency supertest to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 5, 2020
1 parent 24c5ccc commit 9d137a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"sinon-chai": "^3.5.0",
"sinon-express-mock": "^2.2.1",
"sonarqube-scanner": "^2.7.0",
"supertest": "5.0.0",
"supertest": "6.0.1",
"ts-mockito": "^2.3.1",
"tslint": "^5.20.1",
"tslint-config-standard": "^9.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7859,10 +7859,10 @@ superagent@^3.5.1:
qs "^6.5.1"
readable-stream "^2.3.5"

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.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.0.1.tgz#f6b54370de85c45d6557192c8d7df604ca2c9e18"
integrity sha512-8yDNdm+bbAN/jeDdXsRipbq9qMpVF7wRsbwLgsANHqdjPsCoecmlTuqEcLQMGpmojFBhxayZ0ckXmLXYq7e+0g==
dependencies:
methods "1.1.2"
superagent "6.1.0"
Expand Down

0 comments on commit 9d137a9

Please sign in to comment.