From 45772e3924ee075e9674864eb32586d7cdb276b4 Mon Sep 17 00:00:00 2001 From: Idan Amit Date: Wed, 24 Jan 2018 20:06:12 +0200 Subject: Fixed broken npm package Fixed the version of the lodash typings file Change-Id: I8816ada8f64224300e59a9da6cce1d0b442dc668 Issue-ID: SDC-963 Signed-off-by: Idan Amit --- catalog-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catalog-ui/package.json') diff --git a/catalog-ui/package.json b/catalog-ui/package.json index 9dd0620ea9..3b6223d27d 100644 --- a/catalog-ui/package.json +++ b/catalog-ui/package.json @@ -69,7 +69,7 @@ "@bardit/cytoscape-qtip": "^2.5.1", "@types/core-js": "^0.9.35", "@types/js-md5": "^0.4.0", - "@types/lodash": "^4.14.52", + "@types/lodash": "4.14.85", "@types/node": "^7.0.5", "@types/q": "0.0.32", "angular": "^1.6.2", -- cgit 1.2.3-korg