Skip to content

Commit

Permalink
fix(deps): update dependency cross-fetch to v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Feb 2, 2019
1 parent edeba99 commit d383fe1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"apollo-link": "1.2.8",
"apollo-link-error": "1.1.7",
"apollo-link-ws": "1.0.14",
"cross-fetch": "3.0.0",
"cross-fetch": "3.0.1",
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0",
"graphql-binding": "2.5.0",
"graphql-import": "0.7.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1675,10 +1675,10 @@ [email protected]:
node-fetch "2.1.2"
whatwg-fetch "2.0.4"

[email protected].0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.0.0.tgz#fb7fa6906f39c7233aa7ab8de1785e980532b899"
integrity sha512-P8HyKlMwT1ed9LqEWlJu+zfcxfn0KI4Nl4nxyvu1a8sg4vgtHdwhElZOgSNzoar44zQMdliZcve4QG/04AUi9Q==
[email protected].1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.0.1.tgz#3f207bbd829a76e9aa2a953348bd1f2a3cf388a7"
integrity sha512-qWtpgBAF8ioqBOddRD+pHhrdzm/UWOArkrlIU7c08DlNbOxo5GfUbSY2vr90ZypWf0raW+HNN1F38pi5CEOjiQ==
dependencies:
node-fetch "2.3.0"
whatwg-fetch "3.0.0"
Expand Down

0 comments on commit d383fe1

Please sign in to comment.