From 70cabb6e3b1d032af508dd99a79f51abcbc2c1a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Feb 2019 03:55:50 +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 e252695..dbe301f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "precommit": "npm run type-check && npm run lint && npm test" }, "dependencies": { - "lodash": "^4.17.5", + "lodash": "^4.17.11", "tslib": "^1.9.0" }, "devDependencies": {