Skip to content

Commit c77c1f9

Browse files
committedJul 4, 2018
fix(deps): update dependency graphql-middleware to v1.3.3
1 parent 409d712 commit c77c1f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0",
5858
"graphql-deduplicator": "^2.0.1",
5959
"graphql-import": "^0.6.0",
60-
"graphql-middleware": "1.3.2",
60+
"graphql-middleware": "1.3.3",
6161
"graphql-playground-middleware-express": "1.6.3",
6262
"graphql-playground-middleware-lambda": "1.6.1",
6363
"graphql-subscriptions": "^0.5.8",

‎yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1837,9 +1837,9 @@ graphql-import@^0.6.0:
18371837
dependencies:
18381838
lodash "^4.17.4"
18391839

1840-
graphql-middleware@1.3.2:
1841-
version "1.3.2"
1842-
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-1.3.2.tgz#e063af325eade1f013c3a9f805575bf03a8f9184"
1840+
graphql-middleware@1.3.3:
1841+
version "1.3.3"
1842+
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-1.3.3.tgz#c6898df07c8d58a2f49c6ba3b0a49ec946f3d300"
18431843
dependencies:
18441844
graphql-tools "^3.0.2"
18451845

0 commit comments

Comments
 (0)
Please sign in to comment.