Skip to content

Commit 5fe584d

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency graphcool-binding to v1.3.5
1 parent 4a52808 commit 5fe584d

File tree

2 files changed

+52
-23
lines changed

2 files changed

+52
-23
lines changed

basic/server/package.json

Lines changed: 1 addition & 1 deletion
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": "1.3.3",
8+
"graphcool-binding": "1.3.5",
99
"graphql-yoga": "1.1.5"
1010
},
1111
"devDependencies": {

basic/server/yarn.lock

Lines changed: 51 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ apollo-link-http@1.3.2:
9090
dependencies:
9191
apollo-link "^1.0.7"
9292

93-
apollo-link-ws@^1.0.4:
93+
apollo-link-ws@1.0.4:
9494
version "1.0.4"
9595
resolved "https://registry.yarnpkg.com/apollo-link-ws/-/apollo-link-ws-1.0.4.tgz#d0067aa0204470dbd3955aa5204f8dd72d389350"
9696
dependencies:
@@ -270,7 +270,7 @@ cross-fetch@0.0.8:
270270
node-fetch "1.7.3"
271271
whatwg-fetch "2.0.3"
272272

273-
cross-fetch@^1.1.1:
273+
cross-fetch@1.1.1:
274274
version "1.1.1"
275275
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-1.1.1.tgz#dede6865ae30f37eae62ac90ebb7bdac002b05a0"
276276
dependencies:
@@ -443,21 +443,21 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6:
443443
version "4.1.11"
444444
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
445445

446-
graphcool-binding@1.3.3:
447-
version "1.3.3"
448-
resolved "https://registry.yarnpkg.com/graphcool-binding/-/graphcool-binding-1.3.3.tgz#232a98a92b38724cb99a1e179cb20e81fc9af2e9"
446+
graphcool-binding@1.3.5:
447+
version "1.3.5"
448+
resolved "https://registry.yarnpkg.com/graphcool-binding/-/graphcool-binding-1.3.5.tgz#dcd284c4e3d3d14df8cc6e27286b0934101e55ed"
449449
dependencies:
450450
apollo-link "1.0.7"
451451
apollo-link-error "1.0.3"
452452
apollo-link-http "1.3.2"
453-
apollo-link-ws "^1.0.4"
454-
cross-fetch "^1.1.1"
453+
apollo-link-ws "1.0.4"
454+
cross-fetch "1.1.1"
455455
graphql "0.12.3"
456-
graphql-binding "0.5.0"
457-
graphql-import "0.3.0"
458-
graphql-tools "2.16.0"
456+
graphql-binding "1.2.0"
457+
graphql-import "0.3.1"
458+
graphql-tools "2.18.0"
459459
jsonwebtoken "^8.1.0"
460-
subscriptions-transport-ws "0.9.4"
460+
subscriptions-transport-ws "0.9.5"
461461

462462
graphcool-json-schema@1.2.0:
463463
version "1.2.0"
@@ -501,14 +501,13 @@ graphcool-yml@0.4.8:
501501
scuid "^1.0.2"
502502
yaml-ast-parser "^0.0.40"
503503

504-
graphql-binding@0.5.0:
505-
version "0.5.0"
506-
resolved "https://registry.yarnpkg.com/graphql-binding/-/graphql-binding-0.5.0.tgz#2ec068197ca003ea19024f9e617e053fc3afaffa"
504+
graphql-binding@1.2.0:
505+
version "1.2.0"
506+
resolved "https://registry.yarnpkg.com/graphql-binding/-/graphql-binding-1.2.0.tgz#0876318735fb469631586d7721a2189eff7a8532"
507507
dependencies:
508-
"@types/graphql" "0.11.7"
509508
graphql "0.12.3"
510-
graphql-tools "2.16.0"
511-
iterall "^1.1.3"
509+
graphql-tools "2.18.0"
510+
iterall "1.1.3"
512511

513512
graphql-config-extension-graphcool@1.0.4:
514513
version "1.0.4"
@@ -542,9 +541,9 @@ graphql-extensions@^0.0.x:
542541
core-js "^2.5.1"
543542
source-map-support "^0.5.0"
544543

545-
graphql-import@0.3.0, graphql-import@^0.3.0:
546-
version "0.3.0"
547-
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.3.0.tgz#4eb2c8aabac7fdb535fd1507b565336f4f707a64"
544+
graphql-import@0.3.1:
545+
version "0.3.1"
546+
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.3.1.tgz#953f31323e851b5246602ea8e3d36a95b8fc47b5"
548547
dependencies:
549548
graphql "^0.12.3"
550549
lodash "^4.17.4"
@@ -558,6 +557,13 @@ graphql-import@^0.1.7:
558557
graphql "^0.12.3"
559558
lodash "^4.17.4"
560559

560+
graphql-import@^0.3.0:
561+
version "0.3.0"
562+
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.3.0.tgz#4eb2c8aabac7fdb535fd1507b565336f4f707a64"
563+
dependencies:
564+
graphql "^0.12.3"
565+
lodash "^4.17.4"
566+
561567
graphql-playground-html@1.4.3:
562568
version "1.4.3"
563569
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.4.3.tgz#e31c48bc43b6c4f4c7a96182bafa436f16a20376"
@@ -599,7 +605,17 @@ graphql-subscriptions@^0.5.6:
599605
es6-promise "^4.1.1"
600606
iterall "^1.1.3"
601607

602-
graphql-tools@2.16.0, graphql-tools@^2.16.0:
608+
graphql-tools@2.18.0:
609+
version "2.18.0"
610+
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-2.18.0.tgz#8e2d6436f9adba1d579c1a1710ae95e7f5e7248b"
611+
dependencies:
612+
apollo-link "^1.0.0"
613+
apollo-utilities "^1.0.1"
614+
deprecated-decorator "^0.1.6"
615+
graphql-subscriptions "^0.5.6"
616+
uuid "^3.1.0"
617+
618+
graphql-tools@^2.16.0:
603619
version "2.16.0"
604620
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-2.16.0.tgz#689e46ce8b4570e01214cb7fda4a0c9338c0459f"
605621
dependencies:
@@ -1010,7 +1026,20 @@ string_decoder@~0.10.x:
10101026
version "0.10.31"
10111027
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"
10121028

1013-
subscriptions-transport-ws@0.9.4, subscriptions-transport-ws@^0.9.4:
1029+
subscriptions-transport-ws@0.9.5:
1030+
version "0.9.5"
1031+
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.5.tgz#faa9eb1230d5f2efe355368cd973b867e4483c53"
1032+
dependencies:
1033+
backo2 "^1.0.2"
1034+
eventemitter3 "^2.0.3"
1035+
iterall "^1.1.1"
1036+
lodash.assign "^4.2.0"
1037+
lodash.isobject "^3.0.2"
1038+
lodash.isstring "^4.0.1"
1039+
symbol-observable "^1.0.4"
1040+
ws "^3.0.0"
1041+
1042+
subscriptions-transport-ws@^0.9.4:
10141043
version "0.9.4"
10151044
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.4.tgz#2671c7339c17389c0ff47c73cd749949576d3dd5"
10161045
dependencies:

0 commit comments

Comments
 (0)