Browse Source

Upgrade Lodash because of Security Vulnerability

Andy Hinkle 5 years ago
parent
commit
e2d44a5115
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -16,7 +16,7 @@
         "cross-env": "^5.1",
         "jquery": "^3.2",
         "laravel-mix": "^2.0",
-        "lodash": "^4.17.4",
+        "lodash": "^4.17.5",
         "vue": "^2.5.7"
     }
 }