aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2020-09-04 12:53:02 +0100
committerS�bastien Determe <sebastien.determe@intl.att.com>2020-11-06 14:23:35 +0000
commitd8fd2a170808b1f80ce36df77b937df680d0195a (patch)
treea873ba2459ca5a98120a7d40e7c52ab11e3bce6f
parent64af66733834c056eaa33a70e07adf75f1dc33c0 (diff)
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 <vasyl.razinkov@est.tech> Issue-ID: SDC-3276 (cherry picked from commit bf640a573e96f752c73f04ccd7e51f39916e131a)
-rw-r--r--catalog-ui/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-ui/package.json b/catalog-ui/package.json
index 1625802dce..105bb9f7c7 100644
--- a/catalog-ui/package.json
+++ b/catalog-ui/package.json
@@ -104,7 +104,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",