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 Feb 8, 2021
1 parent f88beec commit dc240cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -49,7 +49,7 @@
"nodemon": "^2.0.3",
"pug": "^3.0.0",
"semantic-release": "^17.0.8",
"supertest": "^5.0.0",
"supertest": "^6.0.0",
"ts-jest": "^26.0.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.0"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Expand Up @@ -6256,7 +6256,7 @@ merge2@^1.3.0:
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==

methods@1.1.2, methods@^1.1.2, methods@~1.1.2:
methods@^1.1.2, methods@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=
Expand Down Expand Up @@ -9057,7 +9057,7 @@ strip-json-comments@~2.0.1:
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=

superagent@6.1.0:
superagent@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/superagent/-/superagent-6.1.0.tgz#09f08807bc41108ef164cfb4be293cebd480f4a6"
integrity sha512-OUDHEssirmplo3F+1HWKUrUjvnQuA+nZI6i/JJBdXb5eq9IyEQwPyPpqND+SSsxf6TygpBEkUjISVRN4/VOpeg==
Expand All @@ -9074,13 +9074,13 @@ 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.1.3"
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.1.3.tgz#3f49ea964514c206c334073e8dc4e70519c7403f"
integrity sha512-v2NVRyP73XDewKb65adz+yug1XMtmvij63qIWHZzSX8tp6wiq6xBLUy4SUAd2NII6wIipOmHT/FD9eicpJwdgQ==
dependencies:
methods "1.1.2"
superagent "6.1.0"
methods "^1.1.2"
superagent "^6.1.0"

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

0 comments on commit dc240cd

Please sign in to comment.