Skip to content

Commit

Permalink
chore(deps): bump http-call from 5.2.3 to 5.3.0 (#112)
Browse files Browse the repository at this point in the history
Bumps [http-call](https://github.com/heroku/http-call) from 5.2.3 to 5.3.0.
- [Release notes](https://github.com/heroku/http-call/releases)
- [Commits](heroku/http-call@v5.2.3...v5.3.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 26, 2020
1 parent 869d8b3 commit 9a2def5
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1613,14 +1613,15 @@ hosted-git-info@^2.1.4:
integrity sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==

http-call@^5.1.2, http-call@^5.2.2:
version "5.2.3"
resolved "https://registry.yarnpkg.com/http-call/-/http-call-5.2.3.tgz#4b59df8c313c92056e2004e666330b46f7d0532b"
integrity sha512-IkwGruHVHATmnonLKMGX5tkpM0KSn/C240o8/OfBsESRaJacykSia+akhD0d3fljQ5rQPXtBvSrVShAsj+EOUQ==
version "5.3.0"
resolved "https://registry.yarnpkg.com/http-call/-/http-call-5.3.0.tgz#4ded815b13f423de176eb0942d69c43b25b148db"
integrity sha512-ahwimsC23ICE4kPl9xTBjKB4inbRaeLyZeRunC/1Jy/Z6X8tv22MEAjK+KBOMSVLaqXPTTmd8638waVIKLGx2w==
dependencies:
content-type "^1.0.4"
debug "^3.1.0"
debug "^4.1.1"
is-retry-allowed "^1.1.0"
is-stream "^1.1.0"
is-stream "^2.0.0"
parse-json "^4.0.0"
tunnel-agent "^0.6.0"

hyperlinker@^1.0.0:
Expand Down Expand Up @@ -1849,6 +1850,11 @@ is-stream@^1.1.0:
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=

is-stream@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"
integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==

is-symbol@^1.0.2:
version "1.0.3"
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"
Expand Down

0 comments on commit 9a2def5

Please sign in to comment.