From c81c95bf4879c805aa91c60653fc0e781ff2d4e9 Mon Sep 17 00:00:00 2001 From: vasraz Date: Mon, 31 May 2021 23:08:39 +0100 Subject: Fix dependencies with Critical Violations Signed-off-by: Vasyl Razinkov Change-Id: Ic4fb2577c260c80e0204bc68df508f41d9835734 Issue-ID: SDC-3572 --- catalog-ui/package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'catalog-ui') 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": {} } -- cgit 1.2.3-korg