[graphql-upload] update graphql dependency (#47229)

Upgrade graphql from version 14 to 15.
This commit is contained in:
Oliver Plummer 2020-09-04 04:28:29 +10:00 committed by GitHub
parent c8f5c3536f
commit 26307b29e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"graphql": "^14.5.3"
"graphql": "^15.3.0"
}
}