From 4f413921589b200e88bc83b4d4fe038a12410d65 Mon Sep 17 00:00:00 2001 From: Shawn Larson Date: Thu, 19 Jan 2017 16:25:42 -0600 Subject: [PATCH] Update lodash to most recent version --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 63cc3da..023eeca 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "name": "md-data-table", "version": "2.2.0", "homepage": "https://github.com/iamisti/mdDataTable", - "author":"Istvan Fodor ", + "author": "Istvan Fodor ", "main": [ "dist/md-data-table.js", "dist/md-data-table-templates.js", @@ -28,7 +28,7 @@ ], "dependencies": { "jquery": "~2.1.4", - "lodash": "~3.10.1", + "lodash": "~4.17.4", "angular": "~1.5.8", "angular-sanitize": "~1.5.8", "angular-animate": "~1.5.8",