From 623ac61eb56cb0c5aa90edf13ed8dbf1d8218780 Mon Sep 17 00:00:00 2001 From: Lorenzo Stramaccia Date: Mon, 2 Oct 2017 13:57:11 +0200 Subject: [PATCH] update node devDependencies --- package.json.sample | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json.sample b/package.json.sample index 9cc2f8a770dd..4dea6d7b945f 100644 --- a/package.json.sample +++ b/package.json.sample @@ -14,15 +14,15 @@ "grunt-autoprefixer": "~3.0.4", "grunt-banner": "~0.6.0", "grunt-continue": "~0.1.0", - "grunt-contrib-clean": "~1.0.0", + "grunt-contrib-clean": "~1.1.0", "grunt-contrib-connect": "~1.0.2", - "grunt-contrib-cssmin": "~2.0.0", - "grunt-contrib-imagemin": "~1.0.1", - "grunt-contrib-jasmine": "~1.0.0", + "grunt-contrib-cssmin": "~2.2.1", + "grunt-contrib-imagemin": "~2.0.1", + "grunt-contrib-jasmine": "~1.1.0", "grunt-contrib-less": "~1.4.1", "grunt-contrib-watch": "~1.0.0", - "grunt-eslint": "~19.0.0", - "grunt-exec": "~2.0.0", + "grunt-eslint": "~20.1.0", + "grunt-exec": "~3.0.0", "grunt-jscs": "~3.0.1", "grunt-replace": "~1.0.1", "grunt-styledocco": "~0.3.0", @@ -30,13 +30,13 @@ "grunt-text-replace": "~0.4.0", "imagemin-svgo": "~5.2.1", "load-grunt-config": "~0.19.2", - "morgan": "~1.5.0", - "node-minify": "~2.0.3", + "morgan": "~1.9.0", + "node-minify": "~2.3.1", "path": "~0.12.7", - "serve-static": "~1.7.1", + "serve-static": "~1.13.1", "squirejs": "~0.2.1", "strip-json-comments": "~2.0.1", - "time-grunt": "~1.0.0", - "underscore": "~1.7.0" + "time-grunt": "~1.4.0", + "underscore": "~1.8.0" } } \ No newline at end of file