Skip to content

Commit 040f6f4

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency graphcool-binding to v0.4.0
1 parent f25fb09 commit 040f6f4

File tree

2 files changed

+26
-9
lines changed

2 files changed

+26
-9
lines changed

basic/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"deploy": "now --public && now alias && now rm --yes --safe graphql-template-node"
66
},
77
"dependencies": {
8-
"graphcool-binding": "0.2.4",
8+
"graphcool-binding": "0.4.0",
99
"graphql-import": "0.1.8",
1010
"graphql-yoga": "0.4.3"
1111
},

basic/server/yarn.lock

+25-8
Original file line numberDiff line numberDiff line change
@@ -430,19 +430,19 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6:
430430
version "4.1.11"
431431
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
432432

433-
graphcool-binding@0.2.4:
434-
version "0.2.4"
435-
resolved "https://registry.yarnpkg.com/graphcool-binding/-/graphcool-binding-0.2.4.tgz#e3a7007223daaca7db1d8f6594d8d886385c7fec"
433+
graphcool-binding@0.4.0:
434+
version "0.4.0"
435+
resolved "https://registry.yarnpkg.com/graphcool-binding/-/graphcool-binding-0.4.0.tgz#6a171818a6e6baa3d5a3f3417678fbb074e93f18"
436436
dependencies:
437437
"@types/jsonwebtoken" "^7.2.4"
438438
apollo-link "^1.0.7"
439439
apollo-link-http "^1.3.2"
440440
cross-fetch "^1.1.1"
441441
graphql "^0.12.3"
442-
graphql-import "^0.1.7"
443-
graphql-request "^1.4.0"
442+
graphql-binding "^0.2.1"
443+
graphql-import "^0.1.8"
444444
graphql-schema-cache "^0.3.2"
445-
graphql-tools "^2.14.0"
445+
graphql-tools "^2.14.1"
446446
jsonwebtoken "^8.1.0"
447447

448448
graphcool-json-schema@^1.0.1-beta.5:
@@ -468,6 +468,14 @@ graphcool-yml@^0.0.22:
468468
scuid "^1.0.2"
469469
yaml-ast-parser "^0.0.40"
470470

471+
graphql-binding@^0.2.1:
472+
version "0.2.1"
473+
resolved "https://registry.yarnpkg.com/graphql-binding/-/graphql-binding-0.2.1.tgz#171c78fe2cf893359f62fed14901f70e3f235420"
474+
dependencies:
475+
"@types/graphql" "0.11.7"
476+
graphql "^0.12.3"
477+
graphql-tools "^2.14.1"
478+
471479
graphql-config-extension-graphcool@^0.1.5:
472480
version "0.1.5"
473481
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-0.1.5.tgz#66d408c25653c09b815956dc3786e08dd742e73e"
@@ -493,7 +501,7 @@ graphql-extensions@^0.0.x:
493501
core-js "^2.5.1"
494502
source-map-support "^0.5.0"
495503

496-
[email protected], graphql-import@^0.1.7:
504+
497505
version "0.1.8"
498506
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.1.8.tgz#403b9f9dd83a206a9808ae2ab6afab4040e0359d"
499507
dependencies:
@@ -511,6 +519,15 @@ graphql-import@^0.1.5:
511519
graphql "^0.11.7"
512520
lodash "^4.17.4"
513521

522+
graphql-import@^0.1.8:
523+
version "0.1.9"
524+
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.1.9.tgz#9161f4f7ea92337b60fd40e22e64d3a68c212729"
525+
dependencies:
526+
"@types/graphql" "0.11.7"
527+
"@types/lodash" "^4.14.85"
528+
graphql "^0.12.3"
529+
lodash "^4.17.4"
530+
514531
graphql-playground-html@^1.3.10-beta.3:
515532
version "1.3.10-beta.3"
516533
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.3.10-beta.3.tgz#27acc8b34d8314d143e1858d0aa393d09c4de63b"
@@ -553,7 +570,7 @@ graphql-subscriptions@^0.5.6:
553570
es6-promise "^4.1.1"
554571
iterall "^1.1.3"
555572

556-
graphql-tools@^2.14.0:
573+
graphql-tools@^2.14.0, graphql-tools@^2.14.1:
557574
version "2.14.1"
558575
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-2.14.1.tgz#15f96683d7f178042baddcfc17d73dcfeee67356"
559576
dependencies:

0 commit comments

Comments
 (0)