Browse Source

update lodash to resolve vulnerability alert CVE-2018-3721

Guy Carmeli 6 years ago
parent
commit
77e2faa598
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

54
   },
54
   },
55
   "dependencies": {
55
   "dependencies": {
56
     "hoist-non-react-statics": "3.x.x",
56
     "hoist-non-react-statics": "3.x.x",
57
-    "lodash": "4.x.x",
57
+    "lodash": "4.17.x",
58
     "prop-types": "15.x.x",
58
     "prop-types": "15.x.x",
59
     "react-lifecycles-compat": "2.0.0",
59
     "react-lifecycles-compat": "2.0.0",
60
     "tslib": "1.9.3"
60
     "tslib": "1.9.3"