From 091e4ca375e65bab9d4ff3fb2b79516074796dfe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Sep 2020 04:10:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:validator:20160218 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6a719c..71f0f60 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "markdown": "^0.5.0", "morgan": "^1.5.2", "nodemailer": "^1.3.4", - "objection": "^0.2.7", + "objection": "^0.5.4", "passport": "^0.2.1", "passport-facebook": "^2.0.0", "passport-github": "^0.1.5",