Skip to content

Commit

Permalink
Update dependency graphql to v14.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 26, 2021
1 parent b3be136 commit 11a9ab6
Show file tree
Hide file tree
Showing 3 changed files with 11 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.7.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.7.0",
"ioredis": "4.6.2",
"pg": "7.8.0",
"reflect-metadata": "0.1.13",
Expand Down
14 changes: 8 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2291,9 +2291,10 @@
"@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"
integrity sha512-UoCovaxbJIxagCvVfalfK7YaNhmxj3BQFRQ2RHQKLiu+9wNXhJnlbspsLHt/YQM99IaLUUFJNzCwzc6W0ypMeQ==

"@types/graphql@^14.0.2":
version "14.0.3"
Expand Down Expand Up @@ -8074,9 +8075,10 @@ 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.7.0, graphql@^14.0.2:
version "14.7.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.7.0.tgz#7fa79a80a69be4a31c27dda824dc04dac2035a72"
integrity sha512-l0xWZpoPKpppFzMfvVyFmp9vLN7w/ZZJPefUicMCepfJeQ8sMcztloGYY9DfjVPo6tIUDzU5Hw3MUbIjj9AVVA==
dependencies:
iterall "^1.2.2"

Expand Down

0 comments on commit 11a9ab6

Please sign in to comment.