Skip to content

Commit

Permalink
fix(deps): update dependency cross-fetch to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Apr 26, 2018
1 parent a63b073 commit f71c5a4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"apollo-link": "1.2.2",
"apollo-link-http": "1.3.3",
"cross-fetch": "2.1.0",
"cross-fetch": "2.1.1",
"graphql": "0.13.2",
"graphql-binding": "1.3.0",
"graphql-tools": "2.21.0"
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ apollo-utilities@^1.0.0, apollo-utilities@^1.0.1:
version "1.0.3"
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.3.tgz#bf435277609850dd442cf1d5c2e8bc6655eaa943"

cross-fetch@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-2.1.0.tgz#7d4ea7e10a4f3bb73d5c2f0a3791ec3752d39b50"
cross-fetch@2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-2.1.1.tgz#c41b37af8e62ca1c6ad0bd519dcd0a16c75b6f1f"
dependencies:
node-fetch "2.1.1"
whatwg-fetch "2.0.3"
node-fetch "2.1.2"
whatwg-fetch "2.0.4"

deprecated-decorator@^0.1.6:
version "0.1.6"
Expand Down Expand Up @@ -87,9 +87,9 @@ iterall@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"

node-fetch@2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.1.1.tgz#369ca70b82f50c86496104a6c776d274f4e4a2d4"
node-fetch@2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.1.2.tgz#ab884e8e7e57e38a944753cec706f788d1768bb5"

object-path-immutable@^1.0.1:
version "1.0.1"
Expand All @@ -103,9 +103,9 @@ uuid@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.1.0.tgz#3dd3d3e790abc24d7b0d3a034ffababe28ebbc04"

whatwg-fetch@2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz#9c84ec2dcf68187ff00bc64e1274b442176e1c84"
whatwg-fetch@2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f"

zen-observable-ts@^0.8.9:
version "0.8.9"
Expand Down

0 comments on commit f71c5a4

Please sign in to comment.