From e45e82ae575873f91cf98fc825283145b5e14351 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Feb 2019 04:21:10 +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 d60d08f..2942410 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "moment": "2.x", "typogr": "0.5.x", - "lodash": "~1.3.1", + "lodash": "~4.17.11", "wintersmith-sass": "~0.2.1", "wintersmith-snockets": "~0.1.0" },