From: vasraz Date: Fri, 4 Sep 2020 11:53:02 +0000 (+0100) Subject: Fix broken build X-Git-Tag: 1.7.1~45 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F60%2F112160%2F1;p=sdc.git Fix broken build [INFO] ERROR in /w/workspace/sdc-master-verify-java/catalog-ui/node_modules/@types/node/index.d.ts (20,1): Invalid 'reference' directive syntax. Change-Id: Iaa4a705bdfe8aca39207c7241f1c0138f6f62fcf Signed-off-by: Vasyl Razinkov Issue-ID: SDC-3276 --- diff --git a/catalog-ui/package.json b/catalog-ui/package.json index fc99b356dc..1e727472fe 100644 --- a/catalog-ui/package.json +++ b/catalog-ui/package.json @@ -108,7 +108,7 @@ "@types/jquery": "^2.0.52", "@types/js-md5": "^0.4.0", "@types/lodash": "4.14.85", - "@types/node": "^7.0.5", + "@types/node": "7.0.7", "@types/q": "0.0.32", "angular": "^1.6.2", "angular-base64": "^2.0.5",