Skip to content

Commit

Permalink
chore(deps): update dependency supertest to ^6.3.0 (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 10, 2022
1 parent 41d32c8 commit 3500b8a
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 @@ -47,7 +47,7 @@
"@types/supertest": "^2.0.12",
"jest": "^27.5.1",
"node-fetch": "2",
"supertest": "^6.2.4",
"supertest": "^6.3.0",
"ts-jest": "^27.1.5",
"ts-node": "^10.9.1"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5455,10 +5455,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 3500b8a

Please sign in to comment.