From 2531f624ceb908ea4ec6ceaac40c0de0fb25046e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Oct 2018 21:02:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:diff:20180305 - https://snyk.io/vuln/npm:lodash:20180130 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a2a4e3a4f..6bd4c50e2 100644 --- a/package.json +++ b/package.json @@ -44,9 +44,9 @@ "fs-extra": "^4.0.2", "glob": "^7.1.2", "is-builtin-module": "^1.0.0", - "lodash": "^4.17.4", + "lodash": "^4.17.5", "semver": "^5.4.1", - "ts-node": "^3.2.0" + "ts-node": "^3.2.1" }, "devDependencies": { "babel-eslint": "^7.2.3",