Skip to content

Commit fe552bc

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency graphql-binding-github to v0.3.22
1 parent f71c5a4 commit fe552bc

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

Diff for: example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"deploy": "now --public -e GITHUB_TOKEN && now alias && now rm --yes --safe graphql-binding-github"
55
},
66
"dependencies": {
7-
"graphql-binding-github": "0.3.21",
7+
"graphql-binding-github": "0.3.22",
88
"graphql-yoga": "1.12.0"
99
},
1010
"now": {

Diff for: example/yarn.lock

+16-12
Original file line numberDiff line numberDiff line change
@@ -313,12 +313,12 @@ [email protected]:
313313
node-fetch "1.7.3"
314314
whatwg-fetch "2.0.3"
315315

316-
317-
version "2.1.0"
318-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-2.1.0.tgz#7d4ea7e10a4f3bb73d5c2f0a3791ec3752d39b50"
316+
317+
version "2.1.1"
318+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-2.1.1.tgz#c41b37af8e62ca1c6ad0bd519dcd0a16c75b6f1f"
319319
dependencies:
320-
node-fetch "2.1.1"
321-
whatwg-fetch "2.0.3"
320+
node-fetch "2.1.2"
321+
whatwg-fetch "2.0.4"
322322

323323
324324
version "2.6.9"
@@ -442,13 +442,13 @@ [email protected]:
442442
version "0.5.2"
443443
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
444444

445-
446-
version "0.3.21"
447-
resolved "https://registry.yarnpkg.com/graphql-binding-github/-/graphql-binding-github-0.3.21.tgz#3527d7a62532be314d2c5411333fb6c530863b55"
445+
446+
version "0.3.22"
447+
resolved "https://registry.yarnpkg.com/graphql-binding-github/-/graphql-binding-github-0.3.22.tgz#961120f135c0416b9b8aaa319b500aa52c135ea3"
448448
dependencies:
449449
apollo-link "1.2.2"
450450
apollo-link-http "1.3.3"
451-
cross-fetch "2.1.0"
451+
cross-fetch "2.1.1"
452452
graphql "0.13.2"
453453
graphql-binding "1.3.0"
454454
graphql-tools "2.21.0"
@@ -730,9 +730,9 @@ [email protected]:
730730
encoding "^0.1.11"
731731
is-stream "^1.0.1"
732732

733-
734-
version "2.1.1"
735-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.1.1.tgz#369ca70b82f50c86496104a6c776d274f4e4a2d4"
733+
734+
version "2.1.2"
735+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.1.2.tgz#ab884e8e7e57e38a944753cec706f788d1768bb5"
736736

737737
object-assign@^4:
738738
version "4.1.1"
@@ -940,6 +940,10 @@ [email protected]:
940940
version "2.0.3"
941941
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz#9c84ec2dcf68187ff00bc64e1274b442176e1c84"
942942

943+
944+
version "2.0.4"
945+
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f"
946+
943947
ws@^3.0.0:
944948
version "3.3.2"
945949
resolved "https://registry.yarnpkg.com/ws/-/ws-3.3.2.tgz#96c1d08b3fefda1d5c1e33700d3bfaa9be2d5608"

0 commit comments

Comments
 (0)