Skip to content

Commit

Permalink
chore(deps): update dependency supertest to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 4, 2020
1 parent 99cb5c0 commit 7b0a227
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 @@ -41,7 +41,7 @@
"react": "^17.0.1",
"react-dom": "^17.0.1",
"semantic-release": "^17.1.1",
"supertest": "^5.0.0",
"supertest": "^6.0.0",
"ts-jest": "^26.1.4",
"typescript": "^4.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7935,10 +7935,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"
Expand Down

0 comments on commit 7b0a227

Please sign in to comment.