Skip to content

Commit

Permalink
Update dependency graphql to v14.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 14, 2020
1 parent b3be136 commit 5a42865
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lerna": "3.13.1"
},
"resolutions": {
"graphql": "14.0.2"
"graphql": "14.6.0"
},
"dependencies": {
"rimraf": "2.6.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/connect-redis": "0.0.8",
"@types/express": "4.16.1",
"@types/express-session": "1.15.12",
"@types/graphql": "14.0.5",
"@types/graphql": "14.2.3",
"@types/ioredis": "4.0.8",
"@types/node": "10.12.18",
"@types/shortid": "0.0.29",
Expand All @@ -29,7 +29,7 @@
"dotenv": "6.2.0",
"express": "4.16.4",
"express-session": "1.15.6",
"graphql": "14.1.1",
"graphql": "14.6.0",
"ioredis": "4.6.2",
"pg": "7.8.0",
"reflect-metadata": "0.1.13",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2291,9 +2291,9 @@
"@types/minimatch" "*"
"@types/node" "*"

"@types/graphql@14.0.5":
version "14.0.5"
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-14.0.5.tgz#e696292fd2d77dc168b5b791710f83463aa39abd"
"@types/graphql@14.2.3":
version "14.2.3"
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-14.2.3.tgz#cfc6420a67eb20420786f90112357921974593b9"

"@types/graphql@^14.0.2":
version "14.0.3"
Expand Down Expand Up @@ -8074,9 +8074,9 @@ graphql-upload@^8.0.2:
http-errors "^1.7.1"
object-path "^0.11.4"

graphql@14.0.2, graphql@14.1.1, graphql@^14.0.2:
version "14.0.2"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.0.2.tgz#7dded337a4c3fd2d075692323384034b357f5650"
graphql@14.6.0, graphql@^14.0.2:
version "14.6.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.6.0.tgz#57822297111e874ea12f5cd4419616930cd83e49"
dependencies:
iterall "^1.2.2"

Expand Down

0 comments on commit 5a42865

Please sign in to comment.