Skip to content

Commit

Permalink
chore(deps): update dependency graphql-yoga to v1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Aug 28, 2018
1 parent 1dc9554 commit c840c7e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion advanced/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"bcryptjs": "2.4.3",
"graphql-yoga": "1.16.1",
"graphql-yoga": "1.16.2",
"jsonwebtoken": "8.3.0",
"prisma-binding": "1.5.19"
},
Expand Down
6 changes: 3 additions & 3 deletions advanced/server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2426,9 +2426,9 @@ graphql-tools@^3.0.5:
iterall "^1.1.3"
uuid "^3.1.0"

graphql-yoga@1.16.1:
version "1.16.1"
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.16.1.tgz#9ebb3c8c17c113e80fe2d37da804a6610ce744d9"
graphql-yoga@1.16.2:
version "1.16.2"
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.16.2.tgz#083293a9cecab6283e883c5a482c5c920fa66585"
dependencies:
"@types/cors" "^2.8.4"
"@types/express" "^4.11.1"
Expand Down
2 changes: 1 addition & 1 deletion basic/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prisma": "prisma"
},
"dependencies": {
"graphql-yoga": "1.16.1",
"graphql-yoga": "1.16.2",
"prisma-binding": "1.5.19"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions basic/server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2219,9 +2219,9 @@ graphql-tools@^3.0.5:
iterall "^1.1.3"
uuid "^3.1.0"

graphql-yoga@1.16.1:
version "1.16.1"
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.16.1.tgz#9ebb3c8c17c113e80fe2d37da804a6610ce744d9"
graphql-yoga@1.16.2:
version "1.16.2"
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.16.2.tgz#083293a9cecab6283e883c5a482c5c920fa66585"
dependencies:
"@types/cors" "^2.8.4"
"@types/express" "^4.11.1"
Expand Down
2 changes: 1 addition & 1 deletion minimal/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"babel-core": "6.26.3",
"babel-polyfill": "6.26.0",
"babel-preset-es2015": "6.24.1",
"graphql-yoga": "1.16.1",
"graphql-yoga": "1.16.2",
"nodemon": "1.18.3"
}
}
6 changes: 3 additions & 3 deletions minimal/server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1663,9 +1663,9 @@ graphql-tools@^3.0.5:
iterall "^1.1.3"
uuid "^3.1.0"

graphql-yoga@1.16.1:
version "1.16.1"
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.16.1.tgz#9ebb3c8c17c113e80fe2d37da804a6610ce744d9"
graphql-yoga@1.16.2:
version "1.16.2"
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.16.2.tgz#083293a9cecab6283e883c5a482c5c920fa66585"
dependencies:
"@types/cors" "^2.8.4"
"@types/express" "^4.11.1"
Expand Down

0 comments on commit c840c7e

Please sign in to comment.