Skip to content

Commit

Permalink
fix(deps): update dependency superagent to ^5.1.1 (#1785)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and UnbearableBear committed Nov 22, 2019
1 parent 74fd053 commit 25f393b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/code-du-travail-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@zeit/ncc": "^0.20.5",
"eslint": "^6.6.0",
"nodemon": "^2.0.0",
"superagent": "^5.1.0",
"superagent": "^5.1.1",
"supertest": "^4.0.2"
},
"jest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"jsdom": "^15.2.1",
"ora": "^4.0.3",
"p-limit": "^2.2.1",
"superagent": "^5.1.0"
"superagent": "^5.1.1"
},
"scripts": {
"prestart": "node verifyUrl",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16237,10 +16237,10 @@ superagent@^3.8.3:
qs "^6.5.1"
readable-stream "^2.3.5"

superagent@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/superagent/-/superagent-5.1.0.tgz#9ce4f38bee64d65a56166423b573222fa1b8f041"
integrity sha512-7V6JVx5N+eTL1MMqRBX0v0bG04UjrjAvvZJTF/VDH/SH2GjSLqlrcYepFlpTrXpm37aSY6h3GGVWGxXl/98TKA==
superagent@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/superagent/-/superagent-5.1.1.tgz#f5c1336b0777e77e12a6f3962a060186342e43d0"
integrity sha512-bpTO/3yQsHPH5w6f7qPCWGTuhEV2w93fwFGpYODnUc5tPa3rmbHUCmwC7iuEFBQQJsyhiW1WVc/ISpfAEv6ojQ==
dependencies:
component-emitter "^1.3.0"
cookiejar "^2.1.2"
Expand Down

0 comments on commit 25f393b

Please sign in to comment.