Skip to content

Commit

Permalink
chore(deps): update dependency supertest to v6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2022
1 parent d53d41f commit 6961669
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 @@ -80,7 +80,7 @@
"@babel/preset-env": "7.19.1",
"eslint": "8.23.1",
"mocha": "10.0.0",
"supertest": "6.2.4",
"supertest": "6.3.0",
"@types/mocha": "9.1.1",
"@types/chai": "4.3.3",
"chai": "4.3.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6624,10 +6624,10 @@ superagent@^8.0.0:
readable-stream "^3.6.0"
semver "^7.3.7"

supertest@6.2.4:
version "6.2.4"
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.2.4.tgz#3dcebe42f7fd6f28dd7ac74c6cba881f7101b2f0"
integrity sha512-M8xVnCNv+q2T2WXVzxDECvL2695Uv2uUj2O0utxsld/HRyJvOU8W9f1gvsYxSNU4wmIe0/L/ItnpU4iKq0emDA==
supertest@6.3.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.3.0.tgz#06c21234ff0be9e398ba19f7a75f237930d57442"
integrity sha512-QgWju1cNoacP81Rv88NKkQ4oXTzGg0eNZtOoxp1ROpbS4OHY/eK5b8meShuFtdni161o5X0VQvgo7ErVyKK+Ow==
dependencies:
methods "^1.1.2"
superagent "^8.0.0"
Expand Down

0 comments on commit 6961669

Please sign in to comment.