diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-11-15 16:14:05 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-11-15 16:14:05 +0100 |
| commit | 9a5814e462b827dbd4a709edebf94fa5a65a26fa (patch) | |
| tree | 95090d8859ffb6c8c9b328dc45d1debdccd72de0 /package.json | |
| parent | fbac93bc34e08348580cd0925bd8b37ebb10d924 (diff) | |
getting things running again
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json index 0935b2a..378d0bc 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,9 @@ "url": "git://github.com/okfocus/vvalls.git" }, "dependencies": { - "body-parser": "1.3.0", + "body-parser": "^1.19.0", "connect-mongo": "~0.4.1", + "dotenv": "^8.2.0", "ejs": "^0.8.8", "emailjs": "~0.3.6", "express": "^3.4.8", @@ -17,17 +18,16 @@ "html-entities": "~1.0.10", "inspect": "0.0.2", "intro.js": "^0.9.0", - "js2xml": "^1.0.0", - "knox": "~0.8.10", + "knox": "^0.9.2", "lodash": "~2.4.1", - "marked": "~0.3.2", - "moment": "~2.6.0", - "mongoose": "~3.8.8", + "marked": "^0.7.0", + "mime": "^2.4.4", + "moment": "^2.24.0", + "mongoose": "^4.13.0", "mongoose-lifecycle": "~1.0.0", "mongoose-unique-validator": "~0.3.0", "monk": "~0.7.1", "multer": "~0.1.0", - "node-recurly": "julescarbon/node-recurly", "node-restful": "~0.1.14", "passport": "~0.2.0", "passport-facebook": "~1.0.3", @@ -35,7 +35,7 @@ "passport-twitter": "~1.0.2", "passport.socketio": "~3.0.1", "socket.io": "~0.9.16", - "useful-string": "0.0.1", + "useful-string": "0.0.1" }, "devDependencies": { "grunt": "~0.4.1", |
