Skip to content

Commit cf761ba

Browse files
renovate-botrenovate[bot]
authored andcommittedMay 25, 2019
fix(deps): update dependency cross-fetch to v3.0.3
1 parent a068add commit cf761ba

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"apollo-link": "1.2.11",
3838
"apollo-link-error": "1.1.10",
3939
"apollo-link-ws": "1.0.17",
40-
"cross-fetch": "3.0.2",
40+
"cross-fetch": "3.0.3",
4141
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0",
4242
"graphql-binding": "2.5.1",
4343
"graphql-import": "0.7.1",

‎yarn.lock

+11-6
Original file line numberDiff line numberDiff line change
@@ -1667,12 +1667,12 @@ cross-fetch@2.2.2:
16671667
node-fetch "2.1.2"
16681668
whatwg-fetch "2.0.4"
16691669

1670-
cross-fetch@3.0.2:
1671-
version "3.0.2"
1672-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.0.2.tgz#b7136491967031949c7f86b15903aef4fa3f1768"
1673-
integrity sha512-a4Z0EJ5Nck6QtMy9ZqloLfpvu2uMV3sBfMCR+CgSBCZc6z5KR4bfEiD3dkepH8iZgJMXQpTqf8FjMmvu/GMFkg==
1670+
cross-fetch@3.0.3:
1671+
version "3.0.3"
1672+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.0.3.tgz#b988beab275939cb77ad4e362c873f7fa8a221a5"
1673+
integrity sha512-mplYkc4CopHu+AdHK8wxjJcPskUxp5CvPTdtDij3MUgVNBa0xOb9CQqbbn1zO23qISM4WLxIBociyEVQL7WQAg==
16741674
dependencies:
1675-
node-fetch "2.3.0"
1675+
node-fetch "2.6.0"
16761676
whatwg-fetch "3.0.0"
16771677

16781678
cross-spawn@^5.0.1:
@@ -4192,7 +4192,12 @@ node-fetch@2.1.2:
41924192
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.1.2.tgz#ab884e8e7e57e38a944753cec706f788d1768bb5"
41934193
integrity sha1-q4hOjn5X44qUR1POxwb3iNF2i7U=
41944194

4195-
node-fetch@2.3.0, node-fetch@^2.3.0:
4195+
node-fetch@2.6.0:
4196+
version "2.6.0"
4197+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
4198+
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
4199+
4200+
node-fetch@^2.3.0:
41964201
version "2.3.0"
41974202
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.3.0.tgz#1a1d940bbfb916a1d3e0219f037e89e71f8c5fa5"
41984203
integrity sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA==

0 commit comments

Comments
 (0)
Please sign in to comment.