diff --git a/package.json b/package.json index b57b59c7..a14f77fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-auth", - "version": "1.1.3", + "version": "1.1.4", "description": "An authentication library for Next.js projects", "repository": "https://github.com/iaincollins/next-auth.git", "main": "index.js", @@ -8,6 +8,7 @@ "author": "", "license": "ISC", "dependencies": { + "body-parser": "^1.18.2", "cookie-parser": "^1.4.3", "express": "^4.16.2", "express-session": "^1.15.6",