diff options
author | vasraz <vasyl.razinkov@est.tech> | 2021-05-31 23:08:39 +0100 |
---|---|---|
committer | S�bastien Determe <sebastien.determe@intl.att.com> | 2021-06-04 16:22:18 +0000 |
commit | c81c95bf4879c805aa91c60653fc0e781ff2d4e9 (patch) | |
tree | 480f492a434e1d68ee6faac02063879f62dbc8f8 /catalog-ui/package.json | |
parent | 58ac206c94352018e6a6cf5da21df4f447e52618 (diff) |
Fix dependencies with Critical Violations
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: Ic4fb2577c260c80e0204bc68df508f41d9835734
Issue-ID: SDC-3572
Diffstat (limited to 'catalog-ui/package.json')
-rw-r--r-- | catalog-ui/package.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/catalog-ui/package.json b/catalog-ui/package.json index 5194f4ee68..fbd331f0fe 100644 --- a/catalog-ui/package.json +++ b/catalog-ui/package.json @@ -78,8 +78,7 @@ "url-loader": "^0.5.7", "webpack-dev-middleware": "^1.10.1" }, - "engines": { - }, + "engines": {}, "dependencies": { "@angular/animations": "^5.0.0", "@angular/cli": "^1.0.0", @@ -133,6 +132,7 @@ "jquery": "^3.6.0", "jqueryui": "^1.11.1", "js-md5": "^0.4.2", + "less": "~3.9.0", "lodash": "^4.17.2", "ng-infinite-scroll": "^1.3.0", "ngx-drag-drop": "v2.0.0-rc.4", @@ -155,6 +155,5 @@ "webpack-merge": "^4.0.0", "zone.js": "0.8.5" }, - "resolutions": { - } + "resolutions": {} } |