From 57705cd87e4675b1c966be77eaa263333cab9588 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Feb 2019 23:22:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4185a8c..cfb9da8 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ ], "dependencies": { "joi": "^12.0.0", - "lodash": "^4.17.5", + "lodash": "^4.17.11", "trailpack": "^3", "sequelize": "^4.37.1" },