Skip to content

Commit d383fe1

Browse files
renovate-botrenovate[bot]
authored andcommittedFeb 2, 2019
fix(deps): update dependency cross-fetch to v3.0.1
1 parent edeba99 commit d383fe1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"apollo-link": "1.2.8",
3838
"apollo-link-error": "1.1.7",
3939
"apollo-link-ws": "1.0.14",
40-
"cross-fetch": "3.0.0",
40+
"cross-fetch": "3.0.1",
4141
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0",
4242
"graphql-binding": "2.5.0",
4343
"graphql-import": "0.7.1",

Diff for: ‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1675,10 +1675,10 @@ cross-fetch@2.2.2:
16751675
node-fetch "2.1.2"
16761676
whatwg-fetch "2.0.4"
16771677

1678-
cross-fetch@3.0.0:
1679-
version "3.0.0"
1680-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.0.0.tgz#fb7fa6906f39c7233aa7ab8de1785e980532b899"
1681-
integrity sha512-P8HyKlMwT1ed9LqEWlJu+zfcxfn0KI4Nl4nxyvu1a8sg4vgtHdwhElZOgSNzoar44zQMdliZcve4QG/04AUi9Q==
1678+
cross-fetch@3.0.1:
1679+
version "3.0.1"
1680+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.0.1.tgz#3f207bbd829a76e9aa2a953348bd1f2a3cf388a7"
1681+
integrity sha512-qWtpgBAF8ioqBOddRD+pHhrdzm/UWOArkrlIU7c08DlNbOxo5GfUbSY2vr90ZypWf0raW+HNN1F38pi5CEOjiQ==
16821682
dependencies:
16831683
node-fetch "2.3.0"
16841684
whatwg-fetch "3.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.