Browse Source

update lodash to resolve vulnerability alert CVE-2018-3721

Guy Carmeli 5 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,7 +54,7 @@
54 54
   },
55 55
   "dependencies": {
56 56
     "hoist-non-react-statics": "3.x.x",
57
-    "lodash": "4.x.x",
57
+    "lodash": "4.17.x",
58 58
     "prop-types": "15.x.x",
59 59
     "react-lifecycles-compat": "2.0.0",
60 60
     "tslib": "1.9.3"