From 069f7008628fa4914e6cf59c830241101ddb9e6e Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Fri, 23 Feb 2018 18:18:21 -0800 Subject: [PATCH] build: Bump devDependencies to latest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit grunt 1.0.1 → 1.0.2 grunt-banana-checker 0.4.0 → 0.6.0 grunt-jsonlint 1.0.7 → 1.1.0 Change-Id: Ic577f18e1d4eb11084c08bc23a8ccf87a8b4919e --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a8d725d4..a00a5892 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,9 @@ "test": "grunt test" }, "devDependencies": { - "grunt": "1.0.1", - "grunt-banana-checker": "0.4.0", + "grunt": "1.0.2", + "grunt-banana-checker": "0.6.0", "grunt-contrib-jshint": "1.1.0", - "grunt-jsonlint": "1.0.7" + "grunt-jsonlint": "1.1.0" } }