Skip to content

Commit

Permalink
fix(deps): update dependency apollo-link-http to v1.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 1, 2019
1 parent 991de52 commit 5c80e2d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"apollo-cache-inmemory": "1.4.2",
"apollo-client": "2.4.12",
"apollo-link-http": "1.5.9",
"apollo-link-http": "1.5.11",
"graphql": "14.1.1",
"graphql.macro": "1.3.3",
"react": "16.8.0-alpha.1",
Expand Down
36 changes: 25 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1254,20 +1254,20 @@ apollo-link-dedup@^1.0.0:
dependencies:
apollo-link "^1.2.6"

apollo-link-http-common@^0.2.8:
version "0.2.8"
resolved "https://registry.yarnpkg.com/apollo-link-http-common/-/apollo-link-http-common-0.2.8.tgz#c6deedfc2739db8b11013c3c2d2ccd657152941f"
integrity sha512-gGmXZN8mr7e9zjopzKQfZ7IKnh8H12NxBDzvp9nXI3U82aCVb72p+plgoYLcpMY8w6krvoYjgicFmf8LO20TCQ==
apollo-link-http-common@^0.2.10:
version "0.2.10"
resolved "https://registry.yarnpkg.com/apollo-link-http-common/-/apollo-link-http-common-0.2.10.tgz#b5bbf502ff40a81cc00281ba3b8543b7ad866dfe"
integrity sha512-KY9nhpAurw3z48OIYV0sCZFXrzWp/wjECsveK+Q9GUhhSe1kEbbUjFfmi+qigg+iELgdp5V8ioRJhinl1vPojw==
dependencies:
apollo-link "^1.2.6"
apollo-link "^1.2.8"

[email protected].9:
version "1.5.9"
resolved "https://registry.yarnpkg.com/apollo-link-http/-/apollo-link-http-1.5.9.tgz#9046f5640a94c8a8b508a39e0f2c628b781baecc"
integrity sha512-9tJy2zGm4Cm/1ycScDNZJe51dgnTSfKx7pKIgPZmcxkdDpgUY2DZitDH6ZBv4yp9z8MC9Xr9wgwc29s6hcadUQ==
[email protected].11:
version "1.5.11"
resolved "https://registry.yarnpkg.com/apollo-link-http/-/apollo-link-http-1.5.11.tgz#1f72a377d03e874a08bc9eadb1ce7ecb166f1e56"
integrity sha512-wDG+I9UmpfaZRPIvTYBgkvqiCgmz6yWgvuzW/S24Q4r4Xrfe6sLpg2FmarhtdP+hdN+IXTLbFNCZ+Trgfpifow==
dependencies:
apollo-link "^1.2.6"
apollo-link-http-common "^0.2.8"
apollo-link "^1.2.8"
apollo-link-http-common "^0.2.10"

apollo-link@^1.0.0, apollo-link@^1.2.6:
version "1.2.6"
Expand All @@ -1277,6 +1277,13 @@ apollo-link@^1.0.0, apollo-link@^1.2.6:
apollo-utilities "^1.0.0"
zen-observable-ts "^0.8.13"

apollo-link@^1.2.8:
version "1.2.8"
resolved "https://registry.yarnpkg.com/apollo-link/-/apollo-link-1.2.8.tgz#0f252adefd5047ac1a9f35ba9439d216587dcd84"
integrity sha512-lfzGRxhK9RmiH3HPFi7TIEBhhDY9M5a2ZDnllcfy5QDk7cCQHQ1WQArcw1FK0g1B+mV4Kl72DSrlvZHZJEolrA==
dependencies:
zen-observable-ts "^0.8.15"

[email protected], apollo-utilities@^1.0.0, apollo-utilities@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.1.2.tgz#aa5eca9d1f1eb721c381a22e0dde03559d856db3"
Expand Down Expand Up @@ -10381,6 +10388,13 @@ zen-observable-ts@^0.8.13:
dependencies:
zen-observable "^0.8.0"

zen-observable-ts@^0.8.15:
version "0.8.15"
resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-0.8.15.tgz#6cf7df6aa619076e4af2f707ccf8a6290d26699b"
integrity sha512-sXKPWiw6JszNEkRv5dQ+lQCttyjHM2Iks74QU5NP8mMPS/NrzTlHDr780gf/wOBqmHkPO6NCLMlsa+fAQ8VE8w==
dependencies:
zen-observable "^0.8.0"

zen-observable@^0.8.0:
version "0.8.13"
resolved "https://registry.yarnpkg.com/zen-observable/-/zen-observable-0.8.13.tgz#a9f1b9dbdfd2d60a08761ceac6a861427d44ae2e"
Expand Down

0 comments on commit 5c80e2d

Please sign in to comment.