Skip to content

Commit 1d69e80

Browse files
renovate-botkbrandwijk
authored andcommitted
Update dependency graphcool-binding to v1.3.2
1 parent e6322a7 commit 1d69e80

File tree

2 files changed

+8
-17
lines changed

2 files changed

+8
-17
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.1",
8+
"graphcool-binding": "1.3.2",
99
"graphql-yoga": "1.1.1"
1010
},
1111
"devDependencies": {

basic/server/yarn.lock

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -449,9 +449,9 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6:
449449
version "4.1.11"
450450
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
451451

452-
graphcool-binding@1.3.1:
453-
version "1.3.1"
454-
resolved "https://registry.yarnpkg.com/graphcool-binding/-/graphcool-binding-1.3.1.tgz#8068252709eea0d1678d83100546114d8aad9dec"
452+
graphcool-binding@1.3.2:
453+
version "1.3.2"
454+
resolved "https://registry.yarnpkg.com/graphcool-binding/-/graphcool-binding-1.3.2.tgz#c717d1ce154b8fb5489bc836e1c950fa275f44b1"
455455
dependencies:
456456
apollo-link "1.0.7"
457457
apollo-link-error "1.0.3"
@@ -460,7 +460,7 @@ graphcool-binding@1.3.1:
460460
cross-fetch "^1.1.1"
461461
graphql "0.12.3"
462462
graphql-binding "0.5.0"
463-
graphql-import "0.2.0"
463+
graphql-import "0.3.0"
464464
graphql-tools "2.16.0"
465465
jsonwebtoken "^8.1.0"
466466
subscriptions-transport-ws "0.9.4"
@@ -522,12 +522,10 @@ graphql-extensions@^0.0.x:
522522
core-js "^2.5.1"
523523
source-map-support "^0.5.0"
524524

525-
graphql-import@0.2.0:
526-
version "0.2.0"
527-
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.2.0.tgz#4877fef467d8a9255e6760c3988f6c00018e94af"
525+
graphql-import@0.3.0, graphql-import@^0.3.0:
526+
version "0.3.0"
527+
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.3.0.tgz#4eb2c8aabac7fdb535fd1507b565336f4f707a64"
528528
dependencies:
529-
"@types/graphql" "0.11.7"
530-
"@types/lodash" "^4.14.85"
531529
graphql "^0.12.3"
532530
lodash "^4.17.4"
533531

@@ -540,13 +538,6 @@ graphql-import@^0.1.7:
540538
graphql "^0.12.3"
541539
lodash "^4.17.4"
542540

543-
graphql-import@^0.3.0:
544-
version "0.3.0"
545-
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.3.0.tgz#4eb2c8aabac7fdb535fd1507b565336f4f707a64"
546-
dependencies:
547-
graphql "^0.12.3"
548-
lodash "^4.17.4"
549-
550541
graphql-playground-html@1.4.2, graphql-playground-html@^1.3.6:
551542
version "1.4.2"
552543
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.4.2.tgz#af97a84ea6cf6ba18e8ff148a6a8b17eef40aa46"

0 commit comments

Comments
 (0)