From eefeaf05b592bce653e2cd3718bedd5947bc5b8b Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Sun, 10 Feb 2019 16:37:15 +0200 Subject: [PATCH] fix: package.json to reduce vulnerabilities (#124) 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 c6bec890..fdb51454 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "github-api": "^3.0.0", "hammerjs": "^2.0.8", "jquery": "^3.1.1", - "lodash": "^4.16.4", + "lodash": "^4.17.11", "mime-types": "^2.1.14", "moment": "^2.18.1", "mousetrap": "^1.6.1",