Skip to content

Commit 8f23f85

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency graphcool-binding to v1.3.1
1 parent 21d9556 commit 8f23f85

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
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.0",
8+
"graphcool-binding": "1.3.1",
99
"graphql-yoga": "0.8.4"
1010
},
1111
"devDependencies": {

basic/server/yarn.lock

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -442,9 +442,9 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6:
442442
version "4.1.11"
443443
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
444444

445-
graphcool-binding@1.3.0:
446-
version "1.3.0"
447-
resolved "https://registry.yarnpkg.com/graphcool-binding/-/graphcool-binding-1.3.0.tgz#3c74c5c477a37f6f12cd5d4c000f59fb5152ed44"
445+
graphcool-binding@1.3.1:
446+
version "1.3.1"
447+
resolved "https://registry.yarnpkg.com/graphcool-binding/-/graphcool-binding-1.3.1.tgz#8068252709eea0d1678d83100546114d8aad9dec"
448448
dependencies:
449449
apollo-link "1.0.7"
450450
apollo-link-error "1.0.3"
@@ -453,7 +453,7 @@ graphcool-binding@1.3.0:
453453
cross-fetch "^1.1.1"
454454
graphql "0.12.3"
455455
graphql-binding "0.5.0"
456-
graphql-import "0.1.9"
456+
graphql-import "0.2.0"
457457
graphql-tools "2.16.0"
458458
jsonwebtoken "^8.1.0"
459459
subscriptions-transport-ws "0.9.4"
@@ -515,7 +515,16 @@ graphql-extensions@^0.0.x:
515515
core-js "^2.5.1"
516516
source-map-support "^0.5.0"
517517

518-
graphql-import@0.1.9, graphql-import@^0.1.7, graphql-import@^0.1.9:
518+
graphql-import@0.2.0:
519+
version "0.2.0"
520+
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.2.0.tgz#4877fef467d8a9255e6760c3988f6c00018e94af"
521+
dependencies:
522+
"@types/graphql" "0.11.7"
523+
"@types/lodash" "^4.14.85"
524+
graphql "^0.12.3"
525+
lodash "^4.17.4"
526+
527+
graphql-import@^0.1.7, graphql-import@^0.1.9:
519528
version "0.1.9"
520529
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.1.9.tgz#9161f4f7ea92337b60fd40e22e64d3a68c212729"
521530
dependencies:

0 commit comments

Comments
 (0)