diff --git a/community/boilerplates/event-triggers/google-cloud-functions/nodejs6/mutation/package.json b/community/boilerplates/event-triggers/google-cloud-functions/nodejs6/mutation/package.json index 6ea5ef1bb38d1..a733c16b38776 100644 --- a/community/boilerplates/event-triggers/google-cloud-functions/nodejs6/mutation/package.json +++ b/community/boilerplates/event-triggers/google-cloud-functions/nodejs6/mutation/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "graphqurl": "^0.3.1", + "graphqurl": "^2.0.0", "node-fetch": "^2.2.0" } }