From 70533b5c8fff3e9eb9e3b7bc6dd439d53036915a Mon Sep 17 00:00:00 2001 From: ChrisC Date: Fri, 12 Feb 2021 16:21:40 +0100 Subject: Fix build Fix catalog-be tests and Integration docker test this fix is not final as it just avoids concurrency issues on statics Fix Expired certificates on Vendorsoftwareproduct Issue-ID: SDC-3467 Signed-off-by: ChrisC Change-Id: I311470b305a29bebffbd74b6f2ad7b13193132e1 --- catalog-ui/package.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'catalog-ui/package.json') diff --git a/catalog-ui/package.json b/catalog-ui/package.json index c303494703..05748e9a38 100644 --- a/catalog-ui/package.json +++ b/catalog-ui/package.json @@ -169,5 +169,8 @@ "webpack-dev-server": "^2.4.1", "webpack-merge": "^4.0.0", "zone.js": "0.8.5" + }, + "resolutions": { + "cypress": "3.8.0" } } -- cgit 1.2.3-korg