Skip to content

Commit

Permalink
chore(deps): update dependency graphql-middleware to v1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Oct 12, 2018
1 parent 9725d2d commit bc8fc53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/graphql": "0.13.4",
"ava": "0.25.0",
"graphql": "0.13.2",
"graphql-middleware": "1.7.6",
"graphql-middleware": "1.7.7",
"graphql-tools": "4.0.1",
"prettier": "1.14.3",
"prettier-check": "2.0.0",
Expand Down
20 changes: 5 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1840,13 +1840,13 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
version "4.1.11"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"

graphql-middleware@1.7.6:
version "1.7.6"
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-1.7.6.tgz#f226bf6671f3d82a9378f8b335804c8e44d21733"
graphql-middleware@1.7.7:
version "1.7.7"
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-1.7.7.tgz#0a7a7193a873c4769401df2aef4ffb9c6ca97f43"
dependencies:
graphql-tools "^4.0.0"
graphql-tools "^4.0.1"

graphql-tools@4.0.1:
graphql-tools@4.0.1, graphql-tools@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.1.tgz#c995a4e25c2967d108c975e508322d12969c8c0e"
dependencies:
Expand All @@ -1856,16 +1856,6 @@ graphql-tools@4.0.1:
iterall "^1.1.3"
uuid "^3.1.0"

graphql-tools@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.0.tgz#6ea01937c6f947212f83567ba687e97c22fdd2a6"
dependencies:
apollo-link "^1.2.3"
apollo-utilities "^1.0.1"
deprecated-decorator "^0.1.6"
iterall "^1.1.3"
uuid "^3.1.0"

graphql@0.13.2:
version "0.13.2"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.2.tgz#4c740ae3c222823e7004096f832e7b93b2108270"
Expand Down

0 comments on commit bc8fc53

Please sign in to comment.