From 2b39acab523231c7c6bb657ef1c6d42caeda145b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Feb 2019 00:32:04 +0000 Subject: [PATCH] fix: demo/06_initializers/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 --- demo/06_initializers/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/06_initializers/package.json b/demo/06_initializers/package.json index ee46a15..ea5b8b4 100644 --- a/demo/06_initializers/package.json +++ b/demo/06_initializers/package.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "async": "^1.4.0", - "lodash": "^3.10.0", + "lodash": "^4.17.11", "path": "^0.11.14", "require-dir-all": "latest" }