Merge pull request #6 from wmantly/security

Security
This commit is contained in:
Amos Jones 2019-08-29 21:42:12 -04:00 committed by GitHub
commit bbbb43fe0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1744 additions and 912 deletions

2615
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,9 +12,10 @@
"start": "node ./bin/www"
},
"dependencies": {
"authenticate-pam": "^1.0.2",
"authenticate-pam": "github:WeiAnAn/node-authenticate-pam",
"express": "~4.16.1",
"forever": "^0.15.3",
"forever": "^1.0.0",
"linux-sys-user": "github:wmantly/linux-user",
"linux-user": "github:wmantly/linux-user",
"redis": "^2.8.0"
},