From 407475636402a291604a337f4bbc50d71a5e84aa Mon Sep 17 00:00:00 2001 From: Martin Lehoux <martin@lehoux.net> Date: Fri, 15 Feb 2019 22:18:25 +0100 Subject: [PATCH] update dependencies --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e5449af..2c85cda 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,11 @@ "eslint": "^5.13.0", "express": "^4.16.4", "express-session": "^1.15.6", + "js-yaml": "^3.12.1", "mongoose": "^5.4.11", "morgan": "^1.9.1", "nodemon": "^1.18.10", - "pug": "^2.0.3" + "pug": "^2.0.3", + "random": "^2.0.13" } } -- GitLab