This is an automated email from the ASF dual-hosted git repository.

hulee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c8c4af  Fix helix-front build failure by downgrading types/lodash 
version. (#470)
5c8c4af is described below

commit 5c8c4af2b4c4a8ab4761552e288bf70ba791f178
Author: pkuwm <[email protected]>
AuthorDate: Thu Sep 12 17:51:50 2019 -0700

    Fix helix-front build failure by downgrading types/lodash version. (#470)
    
    Fix helix-front build failure by downgrading types/lodash version.
---
 helix-front/package-lock.json | 6 +++---
 helix-front/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/helix-front/package-lock.json b/helix-front/package-lock.json
index 015140f..93d600d 100644
--- a/helix-front/package-lock.json
+++ b/helix-front/package-lock.json
@@ -406,9 +406,9 @@
       "dev": true
     },
     "@types/lodash": {
-      "version": "4.14.90",
-      "resolved": 
"https://registry.npmjs.org/@types/lodash/-/lodash-4.14.90.tgz";,
-      "integrity": 
"sha512-f59r3IBSWZNmFQV8k9sTLslvkNrO0/DnuxFbM0xfdr3R7a97Bs6kmuSEIiwWWAFA+1KABGaRzFoUVt/wR/B2qQ==",
+      "version": "4.14.120",
+      "resolved": 
"https://registry.npmjs.org/@types/lodash/-/lodash-4.14.120.tgz";,
+      "integrity": 
"sha512-jQ21kQ120mo+IrDs1nFNVm/AsdFxIx2+vZ347DbogHJPd/JzKNMOqU6HCYin1W6v8l5R9XSO2/e9cxmn7HAnVw==",
       "dev": true
     },
     "@types/node": {
diff --git a/helix-front/package.json b/helix-front/package.json
index c59758c..a96e842 100644
--- a/helix-front/package.json
+++ b/helix-front/package.json
@@ -63,7 +63,7 @@
     "@angular/compiler-cli": "^5.1.1",
     "@types/hammerjs": "^2.0.34",
     "@types/jasmine": "2.5.38",
-    "@types/lodash": "^4.14.71",
+    "@types/lodash": "4.14.120",
     "@types/node": "~6.0.60",
     "@types/request": "^2.0.0",
     "codelyzer": "^4.0.2",

Reply via email to