From 74c14ca3104518efcab9864e8a57ebd8ad7e2500 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 11 Jul 2019 00:11:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e252695..0062455 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.12", "tslib": "^1.9.0" }, "devDependencies": {