diff options
author | Idan Amit <ia096e@intl.att.com> | 2018-01-24 20:06:12 +0200 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2018-01-24 20:06:12 +0200 |
commit | 45772e3924ee075e9674864eb32586d7cdb276b4 (patch) | |
tree | 9a0743092e96a51495fa52ad1209c04648ee4622 /catalog-ui/package.json | |
parent | d9a5fea4afb6f4542fbf395615e1fc78b74a2298 (diff) |
Fixed broken npm package
Fixed the version of the lodash typings file
Change-Id: I8816ada8f64224300e59a9da6cce1d0b442dc668
Issue-ID: SDC-963
Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'catalog-ui/package.json')
-rw-r--r-- | catalog-ui/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |