Skip to content

Commit

Permalink
chore(deps): update dependency supertest to v6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jan 19, 2022
1 parent 5ce4e2b commit 76713c9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -152,7 +152,7 @@
"proxyquire": "2.1.3",
"source-map-support": "0.5.21",
"superagent": "6.1.0",
"supertest": "6.2.1",
"supertest": "6.2.2",
"ts-jest": "27.1.3",
"ts-node": "10.4.0",
"tsc-watch": "4.6.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -6712,10 +6712,10 @@ superagent@6.1.0:
readable-stream "^3.6.0"
semver "^7.3.2"

superagent@^7.0.2:
version "7.0.2"
resolved "https://registry.yarnpkg.com/superagent/-/superagent-7.0.2.tgz#8fa6d283c9e7cd52928b96cf422356019248e8c4"
integrity sha512-2Kx35bZxLLJMBKtuXezxvD0aZQ7l923VwoCn7EtUx+aFxdG7co7PeRIddfrNtvvMuGaLZXA0mKzX+yWRhjrJ7A==
superagent@^7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/superagent/-/superagent-7.1.0.tgz#3c546994ea32f892579ab331cfe71be1ac0a7565"
integrity sha512-hbogIdmfjWtAkTfLlpoObeWb5phVJ95JFSkILCTCHoCG1U7s4XnY3WQ5j9C82YaxqLnMMliuFfngI+3liQ12ng==
dependencies:
component-emitter "^1.3.0"
cookiejar "^2.1.3"
Expand All @@ -6729,13 +6729,13 @@ superagent@^7.0.2:
readable-stream "^3.6.0"
semver "^7.3.5"

supertest@6.2.1:
version "6.2.1"
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.2.1.tgz#add42f1afa661fa5b3083da05c6c964069768e0f"
integrity sha512-2kBKhfZgnPLmjpzB0n7A2ZnEAWTaLXq4bn3EEVY9w8rUpLyIlSusqKKvWA1Cav7hxXBnXGpxBsSeOHj5wQGe1Q==
supertest@6.2.2:
version "6.2.2"
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.2.2.tgz#04a5998fd3efaff187cb69f07a169755d655b001"
integrity sha512-wCw9WhAtKJsBvh07RaS+/By91NNE0Wh0DN19/hWPlBOU8tAfOtbZoVSV4xXeoKoxgPx0rx2y+y+8660XtE7jzg==
dependencies:
methods "^1.1.2"
superagent "^7.0.2"
superagent "^7.1.0"

supports-color@^5.3.0:
version "5.5.0"
Expand Down

0 comments on commit 76713c9

Please sign in to comment.