diff --git a/package.json b/package.json index 77fe2f1d..2ccf67b1 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "jquery": "^3.1.0", "jquery-color": "^1.0.0", "json-query": "kilbot/JSON-Query", - "lodash": "^3.10.1", + "lodash": "^4.18.1", "moment": "^2.13.0", "node-polyglot": "^2.0.0", "normalize.css": "^4.2.0", @@ -90,7 +90,7 @@ "grunt-contrib-symlink": "^1.0.0", "grunt-contrib-uglify": "^2.0.0", "grunt-contrib-watch": "^1.0.0", - "grunt-karma": "^2.0.0", + "grunt-karma": "^4.0.2", "grunt-mocha-istanbul": "^5.0.2", "grunt-phpunit": "^0.3.6", "grunt-simple-mocha": "^0.4.1", @@ -100,7 +100,7 @@ "istanbul": "^0.4.4", "jsdom": "^9.3.0", "jshint-stylish": "^2.2.0", - "karma": "^1.3.0", + "karma": "^6.4.4", "karma-chai": "^0.1.0", "karma-mocha": "^1.1.1", "karma-mocha-reporter": "^2.1.0", @@ -115,6 +115,6 @@ "sinon-as-promised": "^4.0.2", "sinon-chai": "^2.8.0", "webpack": "^1.13.1", - "webpack-dev-server": "^1.14.1" + "webpack-dev-server": "^5.2.3" } }