From e779edb0dda2c3c41c90fd25cb6fa75d41e2991f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Jul 2020 23:04:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e261f8..7458a1e 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/sanx/metalsmith-date-in-filename", "dependencies": { - "lodash": "^2.4.1" + "lodash": "^4.17.16" }, "devDependencies": { "metalsmith": "^1.0.1",