Skip to content

Commit

Permalink
fix(deps): update dependency apollo-link-http to v1.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 1, 2019
1 parent 991de52 commit cf2fd52
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.10",
"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.9:
version "0.2.9"
resolved "https://registry.yarnpkg.com/apollo-link-http-common/-/apollo-link-http-common-0.2.9.tgz#137d4e51530fbf34742af0a3f312551e6fc98e5a"
integrity sha512-OhXtOnCPcX/SCHq/kIHpXHwPb5AoyY8B8uYxBWZOBBkLB3nGsxhyRhcE+kgVExwA50j0WqYVM7OrO534XKcpCQ==
dependencies:
apollo-link "^1.2.6"
apollo-link "^1.2.7"

[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].10:
version "1.5.10"
resolved "https://registry.yarnpkg.com/apollo-link-http/-/apollo-link-http-1.5.10.tgz#c2027e407f23c43fe870cce15af6ce009eeab92a"
integrity sha512-/0IcpZ8cWbSg+MKOMpYLZwKbitnQ6Qs2+ZN4W0o61EFv3bjFRodMdKvQLid2XOEQpgaDU2lZXqXeweuxnUN1wA==
dependencies:
apollo-link "^1.2.6"
apollo-link-http-common "^0.2.8"
apollo-link "^1.2.7"
apollo-link-http-common "^0.2.9"

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.7:
version "1.2.7"
resolved "https://registry.yarnpkg.com/apollo-link/-/apollo-link-1.2.7.tgz#d3aa8a310ff9dd8f995936faa7205cad380d29a0"
integrity sha512-GXHBF5KTb9xndOnHPo6Z4uxjjs8Ce7R+kkm5MXFPMeDEa7QzBOGgAe9/zudWDPjSD0OtYJ20wyY+5R0MYq+lCQ==
dependencies:
zen-observable-ts "^0.8.14"

[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.14:
version "0.8.14"
resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-0.8.14.tgz#b443aa83f80d268030160c594c55ec34a45b3583"
integrity sha512-yAkb3KkXFa0Dx5A7CvQC0Gj8ycixrLmbr2UZjHgS4FlV5bFwP5artbJTJepETO/DKKfLJ2JVAZrrmNJ4APjdmA==
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 cf2fd52

Please sign in to comment.