mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
Adding body-parser to package.json
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user