From 3def1918c4e62b1bc0045da7fd5ff095d05156a9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Feb 2018 00:38:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:marked:20180225 - https://snyk.io/vuln/npm:bson:20180225 Latest report for jysperm/rootpanel: https://snyk.io/test/github/jysperm/rootpanel --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 12f05348..d4b23b35 100644 --- a/package.json +++ b/package.json @@ -37,13 +37,13 @@ "depd": "^1.0.0", "express": "^4.8.4", "express-session": "^1.8.2", - "harp": "^0.13.0", + "harp": "^0.15.0", "jade": "^1.3.1", "json-stable-stringify": "^1.0.0", "markdown": "^0.5.0", "middleware-injector": "^0.1.1", "moment-timezone": "^0.2.2", - "mongodb": "^1.4.8", + "mongodb": "^2.0.0", "mongoose": "^3.8.17", "mongoose-unique-validator": "^0.4.1", "morgan": "^1.3.2",