Skip to content

Commit

Permalink
fix(deps): update dependency prisma-binding to v2.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Dec 24, 2018
1 parent 89b1937 commit 094ee97
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"graphql-tools": "4.0.3",
"graphql-yoga": "1.16.9",
"jsonwebtoken": "8.4.0",
"prisma-binding": "2.2.11",
"prisma-binding": "2.2.12",
"prisma-client-lib": "1.23.2"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2154,10 +2154,10 @@ [email protected]:
scuid "^1.0.2"
yaml-ast-parser "^0.0.40"

[email protected].7:
version "2.3.7"
resolved "https://registry.yarnpkg.com/graphql-binding/-/graphql-binding-2.3.7.tgz#2480d9ae4582ab1fbedb3ab1ae67963f82a8b028"
integrity sha512-fhvNySzmPHdqyjS73Rrr12RfJ2IehhFz7Ql7qYkls5KHwdktCg2E3MZroLiLkNQOx9uKIPq9AfibgIM7wecYKw==
[email protected].8:
version "2.3.8"
resolved "https://registry.yarnpkg.com/graphql-binding/-/graphql-binding-2.3.8.tgz#7434d6ae95bf6d26ea566390c780d8b318009443"
integrity sha512-lW9HnQsD4HV8P2pon53j31b2ySmoP8UgudRYw9L8vGcjvjwh9Rietg9lCMNB4zMwC6crnWO7Rtl6Rj3EWWyBuQ==
dependencies:
graphql "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
graphql-import "^0.7.1"
Expand Down Expand Up @@ -4337,17 +4337,17 @@ prettier@^1.14.3:
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.15.2.tgz#d31abe22afa4351efa14c7f8b94b58bb7452205e"
integrity sha512-YgPLFFA0CdKL4Eg2IHtUSjzj/BWgszDHiNQAe0VAIBse34148whfdzLagRL+QiKS+YfK5ftB6X4v/MBw8yCoug==

[email protected].11:
version "2.2.11"
resolved "https://registry.yarnpkg.com/prisma-binding/-/prisma-binding-2.2.11.tgz#af82e3f83615c09582d6e8f5567b1569f3712ace"
integrity sha512-iR4s6p7BZcJAldh/+Mbn29INT5VpKN+R0rLcfCLIgJk/DWVrtmHMgLn3OxeWet57CKDPpGGwNyslLV3MIssjOw==
[email protected].12:
version "2.2.12"
resolved "https://registry.yarnpkg.com/prisma-binding/-/prisma-binding-2.2.12.tgz#574b0ba92d08eafa45d4608b90921f0b856789db"
integrity sha512-7OJpeSrAAPmK+PZrvcDWV4kcyUDAQVpW/MAZiyCjb7dDsd9+lQIyR3vLLTsE5on4vu8cRRx5MijXiDYvw6XDfw==
dependencies:
apollo-link "1.2.6"
apollo-link-error "1.1.5"
apollo-link-ws "1.0.12"
cross-fetch "3.0.0"
graphql "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
graphql-binding "2.3.7"
graphql-binding "2.3.8"
graphql-import "0.7.1"
graphql-tools "4.0.3"
http-link-dataloader "^0.1.6"
Expand Down

0 comments on commit 094ee97

Please sign in to comment.