diff --git a/community/boilerplates/auth-webhooks/passport-js/package.json b/community/boilerplates/auth-webhooks/passport-js/package.json index 2a9b88d814880..b937bbab7c855 100644 --- a/community/boilerplates/auth-webhooks/passport-js/package.json +++ b/community/boilerplates/auth-webhooks/passport-js/package.json @@ -22,11 +22,11 @@ "homepage": "https://github.com/hasura/graphql-engine/tree/master/community/boilerplates/auth-webhooks/passport-js#readme", "dependencies": { "bcrypt": "^3.0.0", - "body-parser": "^1.18.3", + "body-parser": "^1.20.4", "chalk": "^2.4.1", "crypto": "^1.0.1", "dotenv": "^6.0.0", - "express": "^4.16.3", + "express": "^4.22.0", "express-validator": "^5.3.0", "knex": "^0.15.2", "objection": "^1.2.6",