diff --git a/package.json b/package.json index 1ef49255b..aaa5dac4e 100644 --- a/package.json +++ b/package.json @@ -8,17 +8,17 @@ "repository": "https://github.com/cmv/cmv-app/", "dependencies": { "csslint": "1.0.x", - "eslint": "~4.7.1", - "grunt": "1.0.x", + "eslint": "~5.5.0", + "grunt": "1.2.0", "grunt-contrib-clean": "~1.1.0", - "grunt-contrib-compress": "~1.4.1", + "grunt-contrib-compress": "~2.0.0", "grunt-contrib-connect": "1.0.x", "grunt-contrib-copy": "1.0.x", "grunt-contrib-csslint": "~2.0.x", - "grunt-contrib-cssmin": "~2.2.0", - "grunt-contrib-uglify": "~3.1.0", - "grunt-contrib-watch": "1.0.x", - "grunt-eslint": "19.0.x", + "grunt-contrib-cssmin": "~4.0.0", + "grunt-contrib-uglify": "~5.2.1", + "grunt-contrib-watch": "1.1.0", + "grunt-eslint": "21.0.0", "grunt-newer": "~1.3.0", "grunt-open": "0.2.x", "grunt-postcss": "~0.9.0",