Skip to content

Commit

Permalink
Bump cross-fetch from 3.0.4 to 3.0.5 (#1660)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 19, 2020
1 parent b41ab0a commit 89ecbd7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/links/package.json
Expand Up @@ -27,7 +27,7 @@
"apollo-link": "1.2.14",
"apollo-upload-client": "13.0.0",
"form-data": "3.0.0",
"cross-fetch": "3.0.4",
"cross-fetch": "3.0.5",
"tslib": "~2.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/apollo-engine/package.json
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@graphql-tools/utils": "6.0.10",
"cross-fetch": "3.0.4",
"cross-fetch": "3.0.5",
"tslib": "~2.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/github/package.json
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@graphql-tools/utils": "6.0.10",
"@graphql-tools/graphql-tag-pluck": "6.0.10",
"cross-fetch": "3.0.4"
"cross-fetch": "3.0.5"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/url/package.json
Expand Up @@ -27,7 +27,7 @@
"@graphql-tools/wrap": "6.0.10",
"@graphql-tools/utils": "6.0.10",
"@types/websocket": "1.0.0",
"cross-fetch": "3.0.4",
"cross-fetch": "3.0.5",
"tslib": "~2.0.0",
"valid-url": "1.0.9",
"subscriptions-transport-ws": "0.9.16",
Expand Down
11 changes: 5 additions & 6 deletions yarn.lock
Expand Up @@ -4383,13 +4383,12 @@ cross-fetch@2.2.2:
node-fetch "2.1.2"
whatwg-fetch "2.0.4"

cross-fetch@3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.0.4.tgz#7bef7020207e684a7638ef5f2f698e24d9eb283c"
integrity sha512-MSHgpjQqgbT/94D4CyADeNoYh52zMkCX4pcJvPP5WqPsLFMKjr2TCMg381ox5qI0ii2dPwaLx/00477knXqXVw==
cross-fetch@3.0.5:
version "3.0.5"
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.0.5.tgz#2739d2981892e7ab488a7ad03b92df2816e03f4c"
integrity sha512-FFLcLtraisj5eteosnX1gf01qYDCOc4fDy0+euOt8Kn9YBY2NtXL/pCoYPavw24NIQkQqm5ZOLsGD5Zzj0gyew==
dependencies:
node-fetch "2.6.0"
whatwg-fetch "3.0.0"

cross-spawn@7.0.1:
version "7.0.1"
Expand Down Expand Up @@ -13486,7 +13485,7 @@ whatwg-fetch@2.0.4:
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f"
integrity sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng==

whatwg-fetch@3.0.0, whatwg-fetch@>=0.10.0:
whatwg-fetch@>=0.10.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb"
integrity sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q==
Expand Down

0 comments on commit 89ecbd7

Please sign in to comment.