Skip to content

Commit

Permalink
chore(deps): update dependency supertest to v6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jan 12, 2022
1 parent 6944688 commit 22f78e6
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.0",
"supertest": "6.2.1",
"ts-jest": "27.1.2",
"ts-node": "10.4.0",
"tsc-watch": "4.6.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -6722,10 +6722,10 @@ superagent@6.1.0:
readable-stream "^3.6.0"
semver "^7.3.2"

superagent@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/superagent/-/superagent-7.0.1.tgz#4c5b8c3501b2c6bf0b2e7b8fd8b342f6d3d12a29"
integrity sha512-2nFiZ2ds29iRFSjZ291vq+AxqUDg8BdFeg/AObJkDpCVJX6IJT8fU7egBOkYwmxPwaDoNrNu8qRDvtAV/7ZTPw==
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==
dependencies:
component-emitter "^1.3.0"
cookiejar "^2.1.3"
Expand All @@ -6739,13 +6739,13 @@ superagent@^7.0.1:
readable-stream "^3.6.0"
semver "^7.3.5"

supertest@6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.2.0.tgz#5ce9e1603744d79b6620e65d2e16e9dc635244ae"
integrity sha512-JU30iTy0Utm5GbVJvrtt6RHNQECiqVl6KckEVhnR0AoGzFGq0IFMmBXnoTxYy9pM/vgufiPevjxlF39XaKn77Q==
supertest@6.2.1:
version "6.2.1"
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.2.1.tgz#add42f1afa661fa5b3083da05c6c964069768e0f"
integrity sha512-2kBKhfZgnPLmjpzB0n7A2ZnEAWTaLXq4bn3EEVY9w8rUpLyIlSusqKKvWA1Cav7hxXBnXGpxBsSeOHj5wQGe1Q==
dependencies:
methods "^1.1.2"
superagent "^7.0.1"
superagent "^7.0.2"

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

1 comment on commit 22f78e6

@vercel
Copy link

@vercel vercel bot commented on 22f78e6 Jan 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.