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