From bb09ece45ad243dabe83ce42e423a6fb0d6d01c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Aug 2020 04:21:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-590103 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d60d08f..1de8f38 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.20", "wintersmith-sass": "~0.2.1", "wintersmith-snockets": "~0.1.0" },